File tree Expand file tree Collapse file tree 12 files changed +50
-51
lines changed Expand file tree Collapse file tree 12 files changed +50
-51
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ class Module extends FormToolsModule
2626 protected $ author = "Ben Keen " ;
2727 protected $ authorEmail = "ben.keen@gmail.com " ;
2828 protected $ authorLink = "http://formtools.org " ;
29- protected $ version = "3.0.2 " ;
30- protected $ date = "2017-10-14 " ;
29+ protected $ version = "3.0.3 " ;
30+ protected $ date = "2017-11-07 " ;
3131 protected $ originLanguage = "en_us " ;
3232 protected $ jsFiles = array (
3333 "{MODULEROOT}/scripts/admin.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" class =" margin_bottom_large" >
44 <tr >
1717 { $L .text_export_group_summary}
1818 </div >
1919
20- { include file= ' messages.tpl' }
20+ { ft_include file= ' messages.tpl' }
2121
2222 <form action =" ../" method =" post" onsubmit =" return rsv.validate(this, rules)" >
2323
2424 <table border =" 0" width =" 500" class =" add_export_group_table" >
25- <tr >
26- <td width =" 130" class =" medium_grey" >{ $L .phrase_export_group_name} </td >
27- <td >
28- <input type =" text" name =" group_name" value =" " style =" width :200px " maxlength =" 50" />
29- </td >
25+ <tr >
26+ <td width =" 130" class =" medium_grey" >{ $L .phrase_export_group_name} </td >
27+ <td >
28+ <input type =" text" name =" group_name" value =" " style =" width :200px " maxlength =" 50" />
29+ </td >
3030 </tr >
3131 <tr >
3232 <td class =" medium_grey" >{ $L .word_visibility} </td >
5858
5959 </form >
6060
61- { include file= ' modules_footer.tpl' }
61+ { 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" class =" margin_bottom_large" >
44 <tr >
1313 </tr >
1414 </table >
1515
16- { include file= ' tabset_open.tpl' }
16+ { ft_include file= ' tabset_open.tpl' }
1717
1818 { if $page == " main" }
1919 { include file= ' ./tab_main.tpl' }
3131 { include file= ' ./tab_main.tpl' }
3232 { /if }
3333
34- { include file= ' tabset_close.tpl' }
34+ { ft_include file= ' tabset_close.tpl' }
3535
36-
37- { include file= ' modules_footer.tpl' }
36+ { ft_include file= ' modules_footer.tpl' }
Original file line number Diff line number Diff line change 1- { include file= ' messages.tpl' }
1+ { ft_include file= ' messages.tpl' }
22
33 <form action =" { $same_page } " method =" post" onsubmit =" return rsv.validate(this, page_ns.rules)" >
44 <input type =" hidden" name =" page" value =" export_types" />
Original file line number Diff line number Diff line change 1- { include file= ' messages.tpl' }
1+ { ft_include file= ' messages.tpl' }
22
33 <form action =" { $same_page } " method =" post" onsubmit =" return rsv.validate(this, page_ns.rules)" >
44 <input type =" hidden" name =" export_type_id" value =" { $export_type .export_type_id} " />
Original file line number Diff line number Diff line change 1- { include file= ' messages.tpl' }
1+ { ft_include file= ' messages.tpl' }
22
33 <form action =" { $same_page } " method =" post" >
44 <input type =" hidden" name =" export_group_id" value =" { $export_group_info .export_group_id} " />
6262 <input type =" submit" name =" create_export_type" value =" { $L .phrase_add_export_type} " />
6363 </p >
6464
65- </form >
65+ </form >
Original file line number Diff line number Diff line change 1- { include file= ' messages.tpl' }
1+ { ft_include file= ' messages.tpl' }
22
33 <form action =" { $samepage } " method =" post" onsubmit =" return rsv.validate(this, rules)" >
44 <input type =" hidden" name =" export_group_id" value =" { $export_group_info .export_group_id} " />
Original file line number Diff line number Diff line change 1- { include file= ' messages.tpl' }
1+ { ft_include file= ' messages.tpl' }
22
33 <form action =" { $same_page } " method =" post" >
44 <input type =" hidden" name =" export_group_id" value =" { $export_group_info .export_group_id} " />
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- <p >
16+ <p >
1717 { $L .text_help_link}
18- </p >
19-
20- { include file= ' modules_footer.tpl' }
18+ </p >
19+
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 <div class =" margin_bottom_large" >
1717 { $L .text_export_manager_intro}
9090
9191 </form >
9292
93- { include file= ' modules_footer.tpl' }
93+ { ft_include file= ' modules_footer.tpl' }
You can’t perform that action at this time.
0 commit comments