bug dc2.19
This commit is contained in:
parent
d97c03b17f
commit
58edab6dcc
3 changed files with 9 additions and 5 deletions
|
@ -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
|
v1.3 - 21-01-2018 - Pierre Van Glabeke
|
||||||
* modif setting
|
* modif setting
|
||||||
* modif index
|
* modif index
|
||||||
|
|
|
@ -19,12 +19,12 @@ $this->registerModule(
|
||||||
/* Name */ 'Arlequin',
|
/* Name */ 'Arlequin',
|
||||||
/* Description*/ 'Allows visitors choose a theme',
|
/* Description*/ 'Allows visitors choose a theme',
|
||||||
/* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke',
|
/* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke',
|
||||||
/* Version */ '1.3',
|
/* Version */ '1.4',
|
||||||
/* Properties */
|
/* Properties */
|
||||||
array(
|
array(
|
||||||
'permissions' => 'contentadmin',
|
'permissions' => 'contentadmin',
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'dc_min' => '2.12',
|
'dc_min' => '2.19',
|
||||||
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
|
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
|
||||||
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
|
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
|
||||||
)
|
)
|
||||||
|
|
|
@ -124,13 +124,13 @@ echo
|
||||||
form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'</p>
|
form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'</p>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p><label>'.__('Item HTML code:').' '.
|
<p><label>'.__('Item HTML code:').' '.
|
||||||
form::field('e_html',50,'',html::escapeHTML($mt_cfg['e_html'])).'</label></p>
|
form::field('e_html',50,'20',html::escapeHTML($mt_cfg['e_html'])).'</label></p>
|
||||||
<p><label>'.__('Active item HTML code:').' '.
|
<p><label>'.__('Active item HTML code:').' '.
|
||||||
form::field('a_html',50,'',html::escapeHTML($mt_cfg['a_html'])).'</label></p>
|
form::field('a_html',50,'20',html::escapeHTML($mt_cfg['a_html'])).'</label></p>
|
||||||
</div><br class="clear" />
|
</div><br class="clear" />
|
||||||
|
|
||||||
<p><label>'.__('Excluded themes (separated by slashs \'/\'):').' '.
|
<p><label>'.__('Excluded themes (separated by slashs \'/\'):').' '.
|
||||||
form::field(array('mt_exclude'),50,'',html::escapeHTML($mt_exclude)).'</label></p>
|
form::field(array('mt_exclude'),50,'20',html::escapeHTML($mt_exclude)).'</label></p>
|
||||||
<p class="info">'.__('The names to be taken into account are those of the theme files.').'</p>
|
<p class="info">'.__('The names to be taken into account are those of the theme files.').'</p>
|
||||||
</div>
|
</div>
|
||||||
<p><input type="submit" name="mt_action_config" value="'.__('Save').'" />
|
<p><input type="submit" name="mt_action_config" value="'.__('Save').'" />
|
||||||
|
|
Loading…
Reference in a new issue