Skip to content

Commit 29fda50

Browse files
committed
2.1.1
Compatibility with latest themes.
1 parent 687635b commit 29fda50

10 files changed

+24
-24
lines changed

code/Module.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Module extends FormToolsModule
1414
protected $authorEmail = "[email protected]";
1515
protected $authorLink = "http://formtools.org";
1616
protected $version = "2.1.1";
17-
protected $date = "2017-09-27";
17+
protected $date = "2017-11-25";
1818
protected $originLanguage = "en_us";
1919
protected $jsFiles = array("scripts/tests.js");
2020
protected $cssFiles = array("css/styles.css");

templates/env.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" class="margin_bottom_large">
44
<tr>
@@ -23,4 +23,4 @@
2323
{/if}
2424
{ft_include file='tabset_close.tpl'}
2525

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

templates/env_tab_phpinfo.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{include file="messages.tpl"}
1+
{ft_include file="messages.tpl"}
22

33
<div class="subtitle underline margin_bottom">PHPINFO</div>
44

5-
<iframe src="phpinfo.php" style="width:100%; height: 450px;"></iframe>
5+
<iframe src="phpinfo.php" style="width:100%; height: 450px;"></iframe>

templates/env_tab_summary.tpl

+1-1
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
<div class="subtitle underline margin_bottom">{$L.word_summary|upper}</div>
44

templates/files.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
<div class="margin_bottom_large">
1919
{$L.text_file_verification_intro}
@@ -79,4 +79,4 @@
7979
</tr>
8080
</table>
8181

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

templates/help.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,10 +13,10 @@
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_help}
2020
</div>
2121

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

templates/hooks.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
<div class="margin_bottom_large">
1919
{$L.text_hook_verification_intro}
@@ -91,4 +91,4 @@
9191
{/if}
9292
{/if}
9393

94-
{include file='modules_footer.tpl'}
94+
{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
<div class="margin_bottom_large">
1717
{$L.text_module_intro}
@@ -38,4 +38,4 @@
3838
</tr>
3939
</table>
4040

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

templates/orphans.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
<div class="margin_bottom_large">
1919
{$L.text_orphan_record_check_intro}
@@ -43,4 +43,4 @@
4343
</tr>
4444
</table>
4545

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

templates/tables.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
<div class="margin_bottom_large">
1919
{$L.text_table_verification_intro}
@@ -83,4 +83,4 @@
8383
</tr>
8484
</table>
8585

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

0 commit comments

Comments
 (0)