Skip to content

Commit b4f7b71

Browse files
committed
2.0.1
1 parent 5b420cb commit b4f7b71

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Module extends FormToolsModule
1919
protected $author = "Ben Keen";
2020
protected $authorEmail = "ben.keen@gmail.com";
2121
protected $authorLink = "https://formtools.org";
22-
protected $version = "2.0.0";
23-
protected $date = "2017-10-17";
22+
protected $version = "2.0.1";
23+
protected $date = "2017-11-07";
2424
protected $originLanguage = "en_us";
2525
protected $jsFiles = array(
2626
"{MODULEROOT}/scripts/field_options.js"

templates/add.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
<form action="{$same_page}" method="post" onsubmit="return rsv.validate(this, rules)">
1919
<input type="hidden" name="num_rows" id="num_rows" value="0" />
@@ -148,4 +148,4 @@
148148

149149
</form>
150150

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

templates/edit.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
<form action="{$same_page}" method="post" onsubmit="return rsv.validate(this, rules)">
1919
<input type="hidden" name="num_rows" id="num_rows" value="{$field_info.options|@count}" />
@@ -166,4 +166,4 @@
166166

167167
</form>
168168

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

templates/help.tpl

Lines changed: 2 additions & 2 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>
@@ -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

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
<form action="index.php" method="post">
1717

@@ -69,4 +69,4 @@
6969
</p>
7070
</form>
7171

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

templates/titles.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_client_field_titles_intro}
@@ -50,4 +50,4 @@
5050

5151
</form>
5252

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

0 commit comments

Comments
 (0)