Index: branches/5.2.x/core/admin_templates/incs/header.tpl =================================================================== diff -u -N -r16415 -r16603 --- branches/5.2.x/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 16415) +++ branches/5.2.x/core/admin_templates/incs/header.tpl (.../header.tpl) (revision 16603) @@ -54,7 +54,7 @@ \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/categories/categories_edit_related_searches.tpl =================================================================== diff -u -N -r14244 -r16603 --- branches/5.2.x/core/admin_templates/categories/categories_edit_related_searches.tpl (.../categories_edit_related_searches.tpl) (revision 14244) +++ branches/5.2.x/core/admin_templates/categories/categories_edit_related_searches.tpl (.../categories_edit_related_searches.tpl) (revision 16603) @@ -117,5 +117,5 @@ \ No newline at end of file + var $env = document.getElementById('sid').value+'-:m-1-1-1-s'; + Index: branches/5.2.x/core/admin_templates/catalog/advanced_view.tpl =================================================================== diff -u -N -r16339 -r16603 --- branches/5.2.x/core/admin_templates/catalog/advanced_view.tpl (.../advanced_view.tpl) (revision 16339) +++ branches/5.2.x/core/admin_templates/catalog/advanced_view.tpl (.../advanced_view.tpl) (revision 16603) @@ -138,12 +138,12 @@ function() { $Catalog.Init(); - $Catalog.switchTab('.showall'); + $Catalog.switchTab('.showall'); getFrame('head').$('#extra_toolbar').html(''); } ); - \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/categories/categories_edit_relations.tpl =================================================================== diff -u -N -r16339 -r16603 --- branches/5.2.x/core/admin_templates/categories/categories_edit_relations.tpl (.../categories_edit_relations.tpl) (revision 16339) +++ branches/5.2.x/core/admin_templates/categories/categories_edit_relations.tpl (.../categories_edit_relations.tpl) (revision 16603) @@ -103,5 +103,5 @@ \ No newline at end of file + var $env = document.getElementById('sid').value+'-:m-1-1-1-s'; + Index: branches/5.2.x/core/admin_templates/languages/phrase_list.tpl =================================================================== diff -u -N -r15116 -r16603 --- branches/5.2.x/core/admin_templates/languages/phrase_list.tpl (.../phrase_list.tpl) (revision 15116) +++ branches/5.2.x/core/admin_templates/languages/phrase_list.tpl (.../phrase_list.tpl) (revision 16603) @@ -10,7 +10,7 @@ //do not rename - this function is used in default grid for double click! function edit() { - Application.SetVar('m_lang', ''); + Application.SetVar('m_lang', ''); std_edit_item('phrases', 'languages/phrase_edit'); } @@ -53,4 +53,4 @@ Grids['phrases'].SetDependantToolbarButtons( new Array('edit','delete','primary_language','export_language') ); - \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/catalog_tab.tpl =================================================================== diff -u -N -r16339 -r16603 --- branches/5.2.x/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 16339) +++ branches/5.2.x/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 16603) @@ -52,7 +52,7 @@ - , '');" title=""> + , '');" title=""> ', this.href);"> Index: branches/5.2.x/core/admin_templates/reviews/reviews.tpl =================================================================== diff -u -N -r16339 -r16603 --- branches/5.2.x/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 16339) +++ branches/5.2.x/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 16603) @@ -108,7 +108,7 @@ @@ -120,4 +120,4 @@ ); - \ No newline at end of file + Index: branches/5.2.x/core/admin_templates/config/config_universal.tpl =================================================================== diff -u -N -r16570 -r16603 --- branches/5.2.x/core/admin_templates/config/config_universal.tpl (.../config_universal.tpl) (revision 16570) +++ branches/5.2.x/core/admin_templates/config/config_universal.tpl (.../config_universal.tpl) (revision 16603) @@ -141,7 +141,7 @@ $(document).ready(function () { - var $error_cell = $('.field-.error'); + var $error_cell = $('.field-.error'); if ( $error_cell.length ) { $(window).scrollTop($error_cell.position().top - 15);