root/dev/templates/admin_options_edit.tpl
@
177
Revision 177, 265 bytes (checked in by exi, 14 years ago) |
---|
Line | |
---|---|
1 | {strip} |
2 | <tr><td width="120"><b>{$opt.descr}:</b></td><td> |
3 | <input type="edit" id="option[{$opt.name}]" name="option[{$opt.name}]" |
4 | value="{$config->getConfig($opt.name)}" size="20" maxlength="80"> |
5 | {if $opt.hint} |
6 | ({$opt.hint}) |
7 | {/if} |
8 | </td></tr> |
9 | {/strip} |
Note: See TracBrowser
for help on using the browser.