Skip to content

Commit e9b06bc

Browse files
committed
2.0.1
1 parent 529cedb commit e9b06bc

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

code/Module.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Module extends FormToolsModule
1616
protected $author = "Ben Keen";
1717
protected $authorEmail = "[email protected]";
1818
protected $authorLink = "https://formtools.org";
19-
protected $version = "2.0.0";
20-
protected $date = "2017-10-14";
19+
protected $version = "2.0.1";
20+
protected $date = "2017-11-07";
2121
protected $originLanguage = "en_us";
2222
protected $cssFiles = array(
2323
"{MODULEROOT}/styles.css",

templates/add.tpl

+3-3
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="edit.php" method="post" onsubmit="return rsv.validate(this, rules)">
1919

@@ -208,4 +208,4 @@
208208
</div>
209209
210210
</form>
211-
{include file='modules_footer.tpl'}
211+
{ft_include file='modules_footer.tpl'}

templates/edit.tpl

+3-3
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
<table cellpadding="0" cellspacing="0">
33
<tr>
44
<td width="45"><a href="index.php"><img src="images/icon.gif" border="0" width="34" height="34" /></a></td>
@@ -12,7 +12,7 @@
1212
</tr>
1313
</table>
1414

15-
{include file='messages.tpl'}
15+
{ft_include file='messages.tpl'}
1616

1717
<form action="{$same_page}" method="post">
1818
<input type="hidden" name="hook_id" value="{$rule_info.hook_id}" />
@@ -210,4 +210,4 @@
210210
</div>
211211
212212
</form>
213-
{include file='modules_footer.tpl'}
213+
{ft_include file='modules_footer.tpl'}

templates/help.tpl

+2-2
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>
@@ -17,4 +17,4 @@
1717
{$L.text_help}
1818
</p>
1919

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

templates/index.tpl

+3-3
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
{if $num_results == 0}
1717

@@ -77,4 +77,4 @@
7777
</p>
7878
</form>
7979

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

templates/settings.tpl

+3-3
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

@@ -27,4 +27,4 @@
2727

2828
</form>
2929

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

0 commit comments

Comments
 (0)