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

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

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


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