Skip to content

Commit 5e64692

Browse files
committed
3.0.3
1 parent 49f6519 commit 5e64692

File tree

12 files changed

+50
-51
lines changed

12 files changed

+50
-51
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class Module extends FormToolsModule
2626
protected $author = "Ben Keen";
2727
protected $authorEmail = "[email protected]";
2828
protected $authorLink = "http://formtools.org";
29-
protected $version = "3.0.2";
30-
protected $date = "2017-10-14";
29+
protected $version = "3.0.3";
30+
protected $date = "2017-11-07";
3131
protected $originLanguage = "en_us";
3232
protected $jsFiles = array(
3333
"{MODULEROOT}/scripts/admin.js",

templates/export_groups/add.tpl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0" class="margin_bottom_large">
44
<tr>
@@ -17,16 +17,16 @@
1717
{$L.text_export_group_summary}
1818
</div>
1919

20-
{include file='messages.tpl'}
20+
{ft_include file='messages.tpl'}
2121

2222
<form action="../" method="post" onsubmit="return rsv.validate(this, rules)">
2323

2424
<table border="0" width="500" class="add_export_group_table">
25-
<tr>
26-
<td width="130" class="medium_grey">{$L.phrase_export_group_name}</td>
27-
<td>
28-
<input type="text" name="group_name" value="" style="width:200px" maxlength="50" />
29-
</td>
25+
<tr>
26+
<td width="130" class="medium_grey">{$L.phrase_export_group_name}</td>
27+
<td>
28+
<input type="text" name="group_name" value="" style="width:200px" maxlength="50" />
29+
</td>
3030
</tr>
3131
<tr>
3232
<td class="medium_grey">{$L.word_visibility}</td>
@@ -58,4 +58,4 @@
5858

5959
</form>
6060

61-
{include file='modules_footer.tpl'}
61+
{ft_include file='modules_footer.tpl'}

templates/export_groups/edit.tpl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0" class="margin_bottom_large">
44
<tr>
@@ -13,7 +13,7 @@
1313
</tr>
1414
</table>
1515

16-
{include file='tabset_open.tpl'}
16+
{ft_include file='tabset_open.tpl'}
1717

1818
{if $page == "main"}
1919
{include file='./tab_main.tpl'}
@@ -31,7 +31,6 @@
3131
{include file='./tab_main.tpl'}
3232
{/if}
3333

34-
{include file='tabset_close.tpl'}
34+
{ft_include file='tabset_close.tpl'}
3535

36-
37-
{include file='modules_footer.tpl'}
36+
{ft_include file='modules_footer.tpl'}

templates/export_groups/tab_add_export_type.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='messages.tpl'}
1+
{ft_include file='messages.tpl'}
22

33
<form action="{$same_page}" method="post" onsubmit="return rsv.validate(this, page_ns.rules)">
44
<input type="hidden" name="page" value="export_types" />

templates/export_groups/tab_edit_export_type.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='messages.tpl'}
1+
{ft_include file='messages.tpl'}
22

33
<form action="{$same_page}" method="post" onsubmit="return rsv.validate(this, page_ns.rules)">
44
<input type="hidden" name="export_type_id" value="{$export_type.export_type_id}" />

templates/export_groups/tab_export_types.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='messages.tpl'}
1+
{ft_include file='messages.tpl'}
22

33
<form action="{$same_page}" method="post">
44
<input type="hidden" name="export_group_id" value="{$export_group_info.export_group_id}" />
@@ -62,4 +62,4 @@
6262
<input type="submit" name="create_export_type" value="{$L.phrase_add_export_type}" />
6363
</p>
6464

65-
</form>
65+
</form>

templates/export_groups/tab_main.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='messages.tpl'}
1+
{ft_include file='messages.tpl'}
22

33
<form action="{$samepage}" method="post" onsubmit="return rsv.validate(this, rules)">
44
<input type="hidden" name="export_group_id" value="{$export_group_info.export_group_id}" />

templates/export_groups/tab_permissions.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='messages.tpl'}
1+
{ft_include file='messages.tpl'}
22

33
<form action="{$same_page}" method="post">
44
<input type="hidden" name="export_group_id" value="{$export_group_info.export_group_id}" />

templates/help.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -13,8 +13,8 @@
1313
</tr>
1414
</table>
1515

16-
<p>
16+
<p>
1717
{$L.text_help_link}
18-
</p>
19-
20-
{include file='modules_footer.tpl'}
18+
</p>
19+
20+
{ft_include file='modules_footer.tpl'}

templates/index.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -11,7 +11,7 @@
1111
</tr>
1212
</table>
1313

14-
{include file='messages.tpl'}
14+
{ft_include file='messages.tpl'}
1515

1616
<div class="margin_bottom_large">
1717
{$L.text_export_manager_intro}
@@ -90,4 +90,4 @@
9090

9191
</form>
9292

93-
{include file='modules_footer.tpl'}
93+
{ft_include file='modules_footer.tpl'}

templates/reset.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -13,7 +13,7 @@
1313
</tr>
1414
</table>
1515

16-
{include file='messages.tpl'}
16+
{ft_include file='messages.tpl'}
1717

1818
<div class="margin_bottom_large">
1919
{$L.text_reset_defaults}
@@ -25,4 +25,4 @@
2525
</p>
2626
</form>
2727

28-
{include file='modules_footer.tpl'}
28+
{ft_include file='modules_footer.tpl'}

templates/settings.tpl

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -13,7 +13,7 @@
1313
</tr>
1414
</table>
1515

16-
{include file='messages.tpl'}
16+
{ft_include file='messages.tpl'}
1717

1818
<form action="{$same_page}" method="post">
1919
<table cellpadding="0" cellspacing="1" class="list_table" width="100%">
@@ -28,7 +28,7 @@
2828
<tr>
2929
<td><input type="text" name="file_upload_dir" id="file_upload_dir" value="{$module_settings.file_upload_dir|escape}" style="width: 98%" /></td>
3030
<td width="180">
31-
<input type="button" value="{$LANG.phrase_test_folder_permissions}"
31+
<input type="button" value="{$LANG.phrase_test_folder_permissions}"
3232
onclick="ft.test_folder_permissions($('#file_upload_dir').val(), 'permissions_result')" style="width: 180px;" />
3333
</td>
3434
</tr>
@@ -43,34 +43,34 @@
4343
<tr>
4444
<td><input type="text" name="file_upload_url" id="file_upload_url" value="{$module_settings.file_upload_url|escape}" style="width: 98%" /></td>
4545
{if $allow_url_fopen}
46-
<td width="180"><input type="button" value="{$LANG.phrase_confirm_folder_url_match}"
47-
onclick="ft.test_folder_url_match($('#file_upload_dir').val(), $('#file_upload_url').val(), 'folder_match_message_id')"
46+
<td width="180"><input type="button" value="{$LANG.phrase_confirm_folder_url_match}"
47+
onclick="ft.test_folder_url_match($('#file_upload_dir').val(), $('#file_upload_url').val(), 'folder_match_message_id')"
4848
style="width: 180px;" /></td>
4949
{/if}
5050
</tr>
5151
</table>
5252
<div id="folder_match_message_id"></div>
5353
</td>
54-
</tr>
54+
</tr>
5555
<!--
56-
<tr>
57-
<td class="pad_left">{$L.phrase_cache_multi_select_fields}</td>
58-
<td>
59-
<input type="radio" name="cache_multi_select_fields" id="cmsf1" value="yes"
60-
{if $module_settings.cache_multi_select_fields == "yes"}checked{/if} />
61-
<label for="cmsf1">{$LANG.word_yes}</label>
62-
<input type="radio" name="cache_multi_select_fields" id="cmsf2" value="no"
63-
{if $module_settings.cache_multi_select_fields == "no"}checked{/if} />
64-
<label for="cmsf2">{$LANG.word_no}</label>
65-
</td>
56+
<tr>
57+
<td class="pad_left">{$L.phrase_cache_multi_select_fields}</td>
58+
<td>
59+
<input type="radio" name="cache_multi_select_fields" id="cmsf1" value="yes"
60+
{if $module_settings.cache_multi_select_fields == "yes"}checked{/if} />
61+
<label for="cmsf1">{$LANG.word_yes}</label>
62+
<input type="radio" name="cache_multi_select_fields" id="cmsf2" value="no"
63+
{if $module_settings.cache_multi_select_fields == "no"}checked{/if} />
64+
<label for="cmsf2">{$LANG.word_no}</label>
65+
</td>
6666
</tr>
67-
-->
67+
-->
6868
</table>
6969

7070
<p>
7171
<input type="submit" name="update" value="{$LANG.word_update}" />
7272
</p>
7373

7474
</form>
75-
76-
{include file='modules_footer.tpl'}
75+
76+
{ft_include file='modules_footer.tpl'}

0 commit comments

Comments
 (0)