Marius Cramer
2014-08-14 12c2a9e2ae60ffc9075111bab7fc76fa36c79437
Fixes: FS#3610 - The optional wrning message on form tab change is not showing up when activated
1 files modified
4 ■■■■ changed files
interface/web/themes/default/templates/main.tpl.htm 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/templates/main.tpl.htm
@@ -48,8 +48,8 @@
                
                jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true});
                
                tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled>';
                tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled>';
                tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled">';
                tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled">';
                tabChangeWarningTxt = '<tmpl_var name="global_tabchange_warning_txt">';
                tabChangeDiscardTxt = '<tmpl_var name="global_tabchange_discard_txt">';