source: extensions/Autosize/admin/template/help.tpl @ 8912

Last change on this file since 8912 was 8912, checked in by cljosse, 13 years ago

[Autosize][beta] compatibility (admin.tpl) whith piwigo 2.2


File size: 437 bytes
Line 
1{html_head} {if PHPWG_VERSION < 2.2 } {include file=$AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_1.tpl'}
2{else} {include file= $AUTOSIZE_PATH_ABS|@cat:'admin/template/header_2_2.tpl'} {/if}
3{/html_head}
4<form action="" method="post">
5<textarea   class="resizable" name="texte" id="texte" cols="80" rows="5"  >
6{$message}</textarea>
7<input type="submit" id="valid" name="valid" value="valid" />
8</form>
9{$message}
10
11
12
13
Note: See TracBrowser for help on using the repository browser.