File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 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
1616 protected $ author = "Ben Keen " ;
1717 protected $ authorEmail = "ben.keen@gmail.com " ;
1818 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 " ;
2121 protected $ originLanguage = "en_us " ;
2222 protected $ cssFiles = array (
2323 "{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' }
22
33 <table cellpadding =" 0" cellspacing =" 0" >
44 <tr >
1313 </tr >
1414 </table >
1515
16- { include file= ' messages.tpl' }
16+ { ft_include file= ' messages.tpl' }
1717
1818 <form action =" edit.php" method =" post" onsubmit =" return rsv.validate(this, rules)" >
1919
208208 </div >
209209
210210 </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' }
22 <table cellpadding =" 0" cellspacing =" 0" >
33 <tr >
44 <td width =" 45" ><a href =" index.php" ><img src =" images/icon.gif" border =" 0" width =" 34" height =" 34" /></a ></td >
1212 </tr >
1313 </table >
1414
15- { include file= ' messages.tpl' }
15+ { ft_include file= ' messages.tpl' }
1616
1717 <form action =" { $same_page } " method =" post" >
1818 <input type =" hidden" name =" hook_id" value =" { $rule_info .hook_id} " />
210210 </div >
211211
212212 </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' }
22
33 <table cellpadding =" 0" cellspacing =" 0" >
44 <tr >
1717 { $L .text_help}
1818 </p >
1919
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' }
22
33 <table cellpadding =" 0" cellspacing =" 0" >
44 <tr >
1111 </tr >
1212 </table >
1313
14- { include file= ' messages.tpl' }
14+ { ft_include file= ' messages.tpl' }
1515
1616 { if $num_results == 0}
1717
7777 </p >
7878 </form >
7979
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' }
22
33 <table cellpadding =" 0" cellspacing =" 0" >
44 <tr >
1313 </tr >
1414 </table >
1515
16- { include file= ' messages.tpl' }
16+ { ft_include file= ' messages.tpl' }
1717
1818 <form action =" { $same_page } " method =" post" >
1919
2727
2828 </form >
2929
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