source: extensions/DynamicResize/admin/dynamic_resize_admin.tpl @ 12181

Last change on this file since 12181 was 12181, checked in by arno, 13 years ago

feature : dynamicResize 1er commit, suite et fin

File size: 580 bytes
Line 
1<div class="titrePage">
2  <h2>Dynamic Resize</h2>
3</div>
4<p>
5Configuration de DynamicResize
6</p>
7<form method="post" action="{$DYNAMIC_RESIZE_F_ACTION}" class="general">
8<fieldset>
9        <legend>Dynamic Resize</legend>
10    <label>is Active
11           <input type="text" name="DYNAMIC_RESIZE_ACTIVE" value="{$DYNAMIC_RESIZE_ACTIVE}" />
12    </label>
13    <br/>
14    <!--<label>Variable 2 du fichier de configuration
15           <input type="text" name="TESTPLUGIN_VAR2" value="{$TESTPLUGIN_VAR2}" />
16    </label>
17-->
18</fieldset>
19 
20<p><input type="submit" value="Enregistrer" name="submit" /></p>
21</form>
Note: See TracBrowser for help on using the repository browser.