golden hour
/home/phakp/public_html/formtools/themes/default/admin/forms/option_lists
⬆️ Go Up
Upload
File/Folder
Size
Actions
edit.tpl
795 B
Del
OK
index.tpl
4.7 KB
Del
OK
tab_form_fields.tpl
1.6 KB
Del
OK
tab_main.tpl
12.61 KB
Del
OK
Edit: edit.tpl
{ft_include file='header.tpl'} <table cellpadding="0" cellspacing="0" class="margin_bottom_large"> <tr> <td width="45"><a href="./"><img src="{$images_url}/icon_option_lists.gif" width="34" height="34" border="0" /></a></td> <td class="title"> <a href="./">{$LANG.phrase_option_lists}</a> <span class="joiner">»</span> {$list_info.option_list_name} </td> </tr> </table> {ft_include file='tabset_open.tpl'} {if $page == "main"} {ft_include file='admin/forms/option_lists/tab_main.tpl'} {elseif $page == "form_fields"} {ft_include file='admin/forms/option_lists/tab_form_fields.tpl'} {else} {ft_include file='admin/forms/option_lists/tab_main.tpl'} {/if} {ft_include file='tabset_close.tpl'} {ft_include file='footer.tpl'}
Save