From 58edab6dcc530a97b643052d8f4f0b7f61a68f4a Mon Sep 17 00:00:00 2001
From: brol
Date: Wed, 15 Sep 2021 18:10:54 +0200
Subject: [PATCH] bug dc2.19
---
CHANGELOG | 4 ++++
_define.php | 4 ++--
index.php | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 273897f..e490095 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+v1.4 - 15-09-2021 - Pierre Van Glabeke
+* correction bug affichage dc2.19
+* dc2.19 requis
+
v1.3 - 21-01-2018 - Pierre Van Glabeke
* modif setting
* modif index
diff --git a/_define.php b/_define.php
index 41af704..1494187 100644
--- a/_define.php
+++ b/_define.php
@@ -19,12 +19,12 @@ $this->registerModule(
/* Name */ 'Arlequin',
/* Description*/ 'Allows visitors choose a theme',
/* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke',
- /* Version */ '1.3',
+ /* Version */ '1.4',
/* Properties */
array(
'permissions' => 'contentadmin',
'type' => 'plugin',
- 'dc_min' => '2.12',
+ 'dc_min' => '2.19',
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
)
diff --git a/index.php b/index.php
index 6f33f57..2e2098b 100644
--- a/index.php
+++ b/index.php
@@ -124,13 +124,13 @@ echo
form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'
+ form::field('e_html',50,'20',html::escapeHTML($mt_cfg['e_html'])).'
+ form::field('a_html',50,'20',html::escapeHTML($mt_cfg['a_html'])).'
+ form::field(array('mt_exclude'),50,'20',html::escapeHTML($mt_exclude)).'
'.__('The names to be taken into account are those of the theme files.').'