Update index.php

master
Pierre 2021-09-17 22:37:54 +02:00 committed by GitHub
parent 58edab6dcc
commit eb710a1d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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,'20',html::escapeHTML($mt_cfg['e_html'])).'</label></p>
form::field('e_html',50,'200',html::escapeHTML($mt_cfg['e_html'])).'</label></p>
<p><label>'.__('Active item HTML code:').' '.
form::field('a_html',50,'20',html::escapeHTML($mt_cfg['a_html'])).'</label></p>
form::field('a_html',50,'200',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,'20',html::escapeHTML($mt_exclude)).'</label></p>
form::field(array('mt_exclude'),50,'200',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').'" />
@ -139,4 +139,4 @@ echo
</form>';
dcPage::helpBlock('arlequin'); ?>
</body></html>
</body></html>