source: extensions/imgpreview/admin/admin.tpl @ 11098

Last change on this file since 11098 was 11098, checked in by flop25, 13 years ago

adding missing files : admin files

File size: 660 bytes
Line 
1<div class="titrePage">
2  <h2>Image Preview</h2>
3</div>
4<fieldset>
5  <form action="" method="post" name="option_plugin">
6    {'imgp_max_width'|@translate}
7    <input name="max-width" type="text" size="5" {$MAX_W} />
8    px<br />
9    {'imgp_max_height'|@translate}
10    <input name="max-height" type="text" size="5" {$MAX_H} />
11    px<br />
12    <input name="envoi_config" type="hidden" value="imgpreview" />
13    <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
14    <input type="submit" name="option_imgp" id="button" value="{'imgp_send'|@translate}" />
15  </form>
16</fieldset>
17<hr />
18<div style="text-align:left">
19  {'imgp_howitworks'|@translate}
20</div>
Note: See TracBrowser for help on using the repository browser.