bug dc2.19
parent
d97c03b17f
commit
58edab6dcc
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
|
@ -124,13 +124,13 @@ echo
|
|||
form::textArea('s_html',50,10,html::escapeHTML($mt_cfg['s_html'])).'</p>
|
||||
<div class="col">
|
||||
<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:').' '.
|
||||
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" />
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<p><input type="submit" name="mt_action_config" value="'.__('Save').'" />
|
||||
|
|
Loading…
Reference in New Issue