Commit e9b06bc 1 parent 529cedb commit e9b06bc Copy full SHA for e9b06bc
File tree 6 files changed +16
-16
lines changed
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ class Module extends FormToolsModule
16
16
protected $ author = "Ben Keen " ;
17
17
protected $ authorEmail =
"[email protected] " ;
18
18
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 " ;
21
21
protected $ originLanguage = "en_us " ;
22
22
protected $ cssFiles = array (
23
23
"{MODULEROOT}/styles.css " ,
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
3
3
<table cellpadding =" 0" cellspacing =" 0" >
4
4
<tr >
13
13
</tr >
14
14
</table >
15
15
16
- { include file= ' messages.tpl' }
16
+ { ft_include file= ' messages.tpl' }
17
17
18
18
<form action =" edit.php" method =" post" onsubmit =" return rsv.validate(this, rules)" >
19
19
208
208
</div >
209
209
210
210
</form >
211
- { include file= ' modules_footer.tpl' }
211
+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
<table cellpadding =" 0" cellspacing =" 0" >
3
3
<tr >
4
4
<td width =" 45" ><a href =" index.php" ><img src =" images/icon.gif" border =" 0" width =" 34" height =" 34" /></a ></td >
12
12
</tr >
13
13
</table >
14
14
15
- { include file= ' messages.tpl' }
15
+ { ft_include file= ' messages.tpl' }
16
16
17
17
<form action =" { $same_page } " method =" post" >
18
18
<input type =" hidden" name =" hook_id" value =" { $rule_info .hook_id} " />
210
210
</div >
211
211
212
212
</form >
213
- { include file= ' modules_footer.tpl' }
213
+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
3
3
<table cellpadding =" 0" cellspacing =" 0" >
4
4
<tr >
17
17
{ $L .text_help}
18
18
</p >
19
19
20
- { include file= ' modules_footer.tpl' }
20
+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
3
3
<table cellpadding =" 0" cellspacing =" 0" >
4
4
<tr >
11
11
</tr >
12
12
</table >
13
13
14
- { include file= ' messages.tpl' }
14
+ { ft_include file= ' messages.tpl' }
15
15
16
16
{ if $num_results == 0}
17
17
77
77
</p >
78
78
</form >
79
79
80
- { include file= ' modules_footer.tpl' }
80
+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1
- { include file= ' modules_header.tpl' }
1
+ { ft_include file= ' modules_header.tpl' }
2
2
3
3
<table cellpadding =" 0" cellspacing =" 0" >
4
4
<tr >
13
13
</tr >
14
14
</table >
15
15
16
- { include file= ' messages.tpl' }
16
+ { ft_include file= ' messages.tpl' }
17
17
18
18
<form action =" { $same_page } " method =" post" >
19
19
27
27
28
28
</form >
29
29
30
- { include file= ' modules_footer.tpl' }
30
+ { ft_include file= ' modules_footer.tpl' }
You can’t perform that action at this time.
0 commit comments