File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class Module extends FormToolsModule
1919 protected $ author = "Ben Keen " ;
2020 protected $ authorEmail = "ben.keen@gmail.com " ;
2121 protected $ authorLink = "http://formtools.org " ;
22- protected $ version = "2.0.0 " ;
23- protected $ date = "2017-10 -07 " ;
22+ protected $ version = "2.0.1 " ;
23+ protected $ date = "2017-11 -07 " ;
2424 protected $ originLanguage = "en_us " ;
2525
2626 protected $ nav = array (
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 ! $export_manager_available }
1717 <div class =" error margin_bottom_large" >
7171
7272 </form >
7373
74- { include file= ' modules_footer.tpl' }
74+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1- { include file= " header.tpl" }
1+ { ft_include file= " header.tpl" }
22
33 { $heading }
44
5- { include file= " messages.tpl" }
5+ { ft_include file= " messages.tpl" }
66
77 { $content }
88
9- { include file= " footer.tpl" }
9+ { ft_include file= " footer.tpl" }
You can’t perform that action at this time.
0 commit comments