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 = "ben.keen@gmail.com";
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'}

0 commit comments

Comments
 (0)