Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 8, 2017
1 parent aaf3c71 commit e4a4a48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions code/Module.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class Module extends FormToolsModule
protected $author = "Ben Keen";
protected $authorEmail = "ben.keen@gmail.com";
protected $authorLink = "http://formtools.org";
protected $version = "2.0.0";
protected $date = "2017-10-07";
protected $version = "2.0.1";
protected $date = "2017-11-07";
protected $originLanguage = "en_us";

protected $nav = array(
Expand Down
4 changes: 2 additions & 2 deletions templates/help.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='modules_header.tpl'}
{ft_include file='modules_header.tpl'}

<table cellpadding="0" cellspacing="0">
<tr>
Expand All @@ -17,4 +17,4 @@
{$L.text_help}
</p>

{include file='modules_footer.tpl'}
{ft_include file='modules_footer.tpl'}
6 changes: 3 additions & 3 deletions templates/index.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='modules_header.tpl'}
{ft_include file='modules_header.tpl'}

<table cellpadding="0" cellspacing="0">
<tr>
Expand All @@ -11,7 +11,7 @@
</tr>
</table>

{include file='messages.tpl'}
{ft_include file='messages.tpl'}

{if !$export_manager_available}
<div class="error margin_bottom_large">
Expand Down Expand Up @@ -71,4 +71,4 @@

</form>

{include file='modules_footer.tpl'}
{ft_include file='modules_footer.tpl'}
6 changes: 3 additions & 3 deletions templates/reports.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{include file="header.tpl"}
{ft_include file="header.tpl"}

{$heading}

{include file="messages.tpl"}
{ft_include file="messages.tpl"}

{$content}

{include file="footer.tpl"}
{ft_include file="footer.tpl"}

0 comments on commit e4a4a48

Please sign in to comment.