Index: trunk/core/admin_templates/config/config_general.tpl =================================================================== diff -u -N -r7391 -r7855 --- trunk/core/admin_templates/config/config_general.tpl (.../config_general.tpl) (revision 7391) +++ trunk/core/admin_templates/config/config_general.tpl (.../config_general.tpl) (revision 7855) @@ -3,7 +3,7 @@ - + @@ -29,7 +29,7 @@ return false; } } - + function ValidatePassFields(){ var el=false; var validated=true; @@ -43,29 +43,29 @@ } return validated; } - + function toggle_section($label) { var $table = document.getElementById('config_table'); var $row = null; var $is_visible = false; - + for (var $i = 0; $i < $table.rows.length; $i++) { $row = $table.rows[$i]; if ($row.getAttribute('header_label') != $label) { continue; } - + if (!$row.style.display) { $row.style.display = document.all ? 'block' : 'table-row'; } - + $is_visible = !($row.style.display == 'none'); $row.style.display = $is_visible ? 'none' : (document.all ? 'block' : 'table-row'); - + document.getElementById('toggle_mark['+$label+']').innerHTML = '[' + ($is_visible ? '+' : '-') + ']'; } } - + var a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('select', '', function() { if (ValidatePassFields()){ @@ -98,7 +98,7 @@ [-] - + " header_label="la_Text_RootCategory"> @@ -115,10 +115,10 @@ ', 'ModuleRootCategory', '950x600');"> -   +   - +