Skip to content

Commit c550cf9

Browse files
committed
2.0.2
1 parent 1364ed4 commit c550cf9

19 files changed

+41
-715
lines changed

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Module extends FormToolsModule
1717
protected $author = "Ben Keen";
1818
protected $authorEmail = "[email protected]";
1919
protected $authorLink = "http://formtools.org";
20-
protected $version = "2.0.1";
21-
protected $date = "2017-10-31";
20+
protected $version = "2.0.2";
21+
protected $date = "2017-11-07";
2222
protected $originLanguage = "en_us";
2323
protected $jsFiles = array(
2424
"https://www.gstatic.com/charts/loader.js",

templates/activity_charts/add.tpl

Lines changed: 4 additions & 4 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>
@@ -15,7 +15,7 @@
1515

1616
{if $g_message}
1717

18-
{include file="messages.tpl"}
18+
{ft_include file="messages.tpl"}
1919

2020
<div><b>{$L.word_actions}</b></div>
2121
<ul>
@@ -31,7 +31,7 @@
3131

3232
{else}
3333

34-
{include file="messages.tpl"}
34+
{ft_include file="messages.tpl"}
3535
{include file="../../no_internet_connection.tpl"}
3636

3737
<div class="margin_bottom_large">
@@ -123,4 +123,4 @@
123123

124124
{/if}
125125

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

templates/activity_charts/edit.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" class="margin_bottom_large">
44
<tr>
@@ -29,4 +29,4 @@
2929

3030
{ft_include file='tabset_close.tpl'}
3131

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

templates/activity_charts/settings.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
{include file="../../no_internet_connection.tpl"}
1919

@@ -91,4 +91,4 @@
9191

9292
</form>
9393

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

templates/activity_charts/tab_advanced.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="subtitle underline margin_top_large">{$L.phrase_pages_module|upper}</div>
44

5-
{include file="messages.tpl"}
5+
{ft_include file="messages.tpl"}
66

77
{if $pages_module_available}
88
<div class="margin_bottom_large">

templates/activity_charts/tab_appearance.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" id="page_type" value="edit" />

templates/activity_charts/tab_main.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="subtitle underline margin_top_large">{$LANG.phrase_main_settings|upper}</div>
66

7-
{include file="messages.tpl"}
7+
{ft_include file="messages.tpl"}
88

99
<table cellspacing="1" cellpadding="0" class="list_table">
1010
<tr>

templates/activity_charts/tab_permissions.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="subtitle underline margin_top_large">{$LANG.word_permissions|upper}</div>
22

3-
{include file='messages.tpl'}
3+
{ft_include file='messages.tpl'}
44

55
<form action="{$same_page}" method="post">
66
<input type="hidden" name="vis_id" value="{$vis_id}" />

templates/field_charts/add.tpl

Lines changed: 4 additions & 4 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>
@@ -15,7 +15,7 @@
1515

1616
{if $g_message}
1717

18-
{include file="messages.tpl"}
18+
{ft_include file="messages.tpl"}
1919

2020
<div><b>{$L.word_actions}</b></div>
2121
<ul>
@@ -31,7 +31,7 @@
3131

3232
{else}
3333

34-
{include file="messages.tpl"}
34+
{ft_include file="messages.tpl"}
3535

3636
{include file="../../no_internet_connection.tpl"}
3737

@@ -179,4 +179,4 @@
179179

180180
{/if}
181181

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

0 commit comments

Comments
 (0)