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 @@ -19,8 +19,8 @@ class Module extends FormToolsModule
1919 protected $ author = "Ben Keen " ;
2020 protected $ authorEmail = "ben.keen@gmail.com " ;
2121 protected $ authorLink = "https://formtools.org " ;
22- protected $ version = "2.0.0 " ;
23- protected $ date = "2017-10-17 " ;
22+ protected $ version = "2.0.1 " ;
23+ protected $ date = "2017-11-07 " ;
2424 protected $ originLanguage = "en_us " ;
2525 protected $ jsFiles = array (
2626 "{MODULEROOT}/scripts/field_options.js "
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" onsubmit =" return rsv.validate(this, rules)" >
1919 <input type =" hidden" name =" num_rows" id =" num_rows" value =" 0" />
148148
149149 </form >
150150
151- { include file= ' modules_footer.tpl' }
151+ { 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" onsubmit =" return rsv.validate(this, rules)" >
1919 <input type =" hidden" name =" num_rows" id =" num_rows" value =" { $field_info .options|@count} " />
166166
167167 </form >
168168
169- { include file= ' modules_footer.tpl' }
169+ { 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 <form action =" index.php" method =" post" >
1717
6969 </p >
7070 </form >
7171
72- { include file= ' modules_footer.tpl' }
72+ { 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 <div class =" margin_bottom_large" >
1919 { $L .text_client_field_titles_intro}
5050
5151 </form >
5252
53- { include file= ' modules_footer.tpl' }
53+ { ft_include file= ' modules_footer.tpl' }
You can’t perform that action at this time.
0 commit comments