golden hour
/home/phakp/public_html/formtools/modules/export_manager/templates
⬆️ Go Up
Upload
File/Folder
Size
Actions
export_groups
-
Del
OK
export_options_html.tpl
3.68 KB
Del
OK
help.tpl
544 B
Del
OK
index.html
39 B
Del
OK
index.tpl
4.58 KB
Del
OK
reset.tpl
773 B
Del
OK
settings.tpl
2.88 KB
Del
OK
Edit: settings.tpl
{ft_include file='modules_header.tpl'} <table cellpadding="0" cellspacing="0"> <tr> <td width="45"><a href="index.php"><img src="images/icon_export.gif" border="0" width="34" height="34" /></a></td> <td class="title"> <a href="../../admin/modules">{$LANG.word_modules}</a> <span class="joiner">»</span> <a href="./">{$L.module_name}</a> <span class="joiner">»</span> {$L.word_settings} </td> </tr> </table> {ft_include file='messages.tpl'} <form action="{$same_page}" method="post"> <table cellpadding="0" cellspacing="1" class="list_table" width="100%"> <tr> <td width="170" class="nowrap pad_left pad_right_large">{$LANG.word_version}</td> <td class="medium_grey pad_left">{$module_version}</td> </tr> <tr> <td width="170" class="nowrap pad_left pad_right_large">{$L.phrase_generate_files_folder_path}</td> <td> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td><input type="text" name="file_upload_dir" id="file_upload_dir" value="{$module_settings.file_upload_dir|escape}" style="width: 98%" /></td> <td width="180"> <input type="button" value="{$LANG.phrase_test_folder_permissions}" onclick="ft.test_folder_permissions($('#file_upload_dir').val(), 'permissions_result')" style="width: 180px;" /> </td> </tr> </table> <div id="permissions_result"></div> </td> </tr> <tr> <td class="pad_left">{$L.phrase_generate_files_folder_url}</td> <td> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td><input type="text" name="file_upload_url" id="file_upload_url" value="{$module_settings.file_upload_url|escape}" style="width: 98%" /></td> {if $allow_url_fopen} <td width="180"><input type="button" value="{$LANG.phrase_confirm_folder_url_match}" onclick="ft.test_folder_url_match($('#file_upload_dir').val(), $('#file_upload_url').val(), 'folder_match_message_id')" style="width: 180px;" /></td> {/if} </tr> </table> <div id="folder_match_message_id"></div> </td> </tr> <!-- <tr> <td class="pad_left">{$L.phrase_cache_multi_select_fields}</td> <td> <input type="radio" name="cache_multi_select_fields" id="cmsf1" value="yes" {if $module_settings.cache_multi_select_fields == "yes"}checked{/if} /> <label for="cmsf1">{$LANG.word_yes}</label> <input type="radio" name="cache_multi_select_fields" id="cmsf2" value="no" {if $module_settings.cache_multi_select_fields == "no"}checked{/if} /> <label for="cmsf2">{$LANG.word_no}</label> </td> </tr> --> </table> <p> <input type="submit" name="update" value="{$LANG.word_update}" /> </p> </form> {ft_include file='modules_footer.tpl'}
Save