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

Last change on this file since 16931 was 16931, checked in by cljosse, 12 years ago

[extensions] Autosize fix compatibility with 2.4, new options

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