Index: branches/5.2.x/core/admin_templates/catalog/catalog.tpl =================================================================== diff -u -N -r15906 -r16339 --- branches/5.2.x/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 15906) +++ branches/5.2.x/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 16339) @@ -24,7 +24,7 @@ $(document).ready( function() { Application.SetVar('continue', 1); - openSelector('c', ''); + openSelector('c', ''); } ); @@ -35,7 +35,7 @@ Request.progressText = ''; var $is_catalog = true; - var $Catalog = new Catalog('', 'catalog_', 'Catalog'); + var $Catalog = new Catalog('', 'catalog_', 'Catalog'); $Catalog.TabByCategory = truefalse; var a_toolbar = new ToolBar(); @@ -220,7 +220,7 @@ function executeButton($button_name) { switch ($button_name) { case 'editcat': - var $edit_url = ''; + var $edit_url = ''; var $category_id = get_hidden_field('m_cat_id'); var $redirect_url = $edit_url.replace('#CATEGORY_ID#', $category_id); $redirect_url = $redirect_url.replace('#TEMPLATE#', $category_id == 0 || $category_id == ? 'categories/categories_edit_permissions' : 'categories/categories_edit'); @@ -241,7 +241,7 @@ break; case 'rebuild_cache': - openSelector('c', ''); + openSelector('c', ''); break; case 'recalculate_priorities': @@ -290,7 +290,7 @@ var $menu_frame = getFrame('menu'); if (typeof $menu_frame.ShowStructure != 'undefined') { - $menu_frame.ShowStructure('', true); + $menu_frame.ShowStructure('', true); } Application.setHook(