Index: branches/RC/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r10080 -r10116 --- branches/RC/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 10080) +++ branches/RC/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 10116) @@ -6,7 +6,6 @@ this.ParentCategoryID = 0; this.OnResponceMethod = null; this.TabShift = isset($tab_shift) ? $tab_shift : 1; // start from 2nd tab (index starting from 0) - this.TabRegistry = new Array(); this.ActivePrefix = getCookie(this.CookiePrefix + 'active_prefix'); this.PreviousPrefix = this.ActivePrefix; @@ -223,7 +222,7 @@ var $tab_cat_id = document.getElementById($div_id).getAttribute('category_id'); if ($cat_id != $tab_cat_id || $force) { // query tab content only in case if not queried or category don't match - var $url = this.URLMask.replace('#TEMPLATE_NAME#', this.queryTabRegistry('prefix', $prefix, 'module_path') + '/catalog_tab'); + var $url = this.URLMask.replace('#TEMPLATE_NAME#', this.queryTabRegistry('prefix', $prefix, 'view_template')); $url = $url.replace('#CATEGORY_ID#', $cat_id); $url = $url.replace('#PREFIX#', $prefix);