source: extensions/CommentEditor/admin/template/config.tab.tpl @ 3462

Last change on this file since 3462 was 3462, checked in by Criss, 15 years ago

Display edit block on picture page if request comes from this page
Add simple administration configuration management
Add and remove default configuration from databaseon plugin install / uninstall

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/plain
File size: 886 bytes
Line 
1{* $Id: config.tab.tpl,v 1.1 2009/06/26 08:56:33 Criss Exp $ *}
2<div class="titrePage">
3    <h2>{$CE.title} [{$CE.version}]<br>{'ce_tab_config'|@translate}</h2>
4</div>
5<h3>{'ce_config_desc'|@translate}</h3>
6<form method="post" action="{$CE_F_ACTION}" id="update" enctype="multipart/form-data">
7<fieldset>
8  <legend>{'ce_label_config'|@translate}</legend>
9  <ul>
10    <li>
11      <label>
12        <input type="checkbox" name="ce_display_info" value="1" {$display_info} />
13        {'ce_label_display_info'|@translate}
14      </label>
15    </li>
16    <li>
17      <label>
18        <input type="checkbox" name="ce_display_error" value="1" {$display_error} />
19        {'ce_label_display_error'|@translate}
20      </label>
21    </li>
22  </ul>
23 
24</fieldset>
25{* ----------- CONFIGURATION ----------- *}
26<p><input class="submit" type="submit" value="{'button_submit'|@translate}" name="submit"></p>
27</form>
Note: See TracBrowser for help on using the repository browser.