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

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

[extensions] autosize compatiblity with gmaps(Version 1.3.0a)

File size: 438 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.