Index: branches/5.2.x/admin_templates/articles/articles_categories.tpl =================================================================== diff -u -N -r14256 -r16343 --- branches/5.2.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 14256) +++ branches/5.2.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 16343) @@ -37,7 +37,7 @@ //Category related: a_toolbar.AddButton( new ToolBarButton('new_item', '::', function() { - openSelector('n', '', 'ItemCategory'); + openSelector('n', '', 'ItemCategory'); } ) ); a_toolbar.AddButton( new ToolBarButton('delete', '', Index: branches/5.2.x/admin_templates/export_progress.tpl =================================================================== diff -u -N -r14256 -r16343 --- branches/5.2.x/admin_templates/export_progress.tpl (.../export_progress.tpl) (revision 14256) +++ branches/5.2.x/admin_templates/export_progress.tpl (.../export_progress.tpl) (revision 16343) @@ -8,7 +8,7 @@ submit_event('n.export', 'OnExportCancel'); } - $LinkExport = new AjaxProgressBar(''); + $LinkExport = new AjaxProgressBar(''); \ No newline at end of file Index: branches/5.2.x/admin_templates/import_progress.tpl =================================================================== diff -u -N -r14256 -r16343 --- branches/5.2.x/admin_templates/import_progress.tpl (.../import_progress.tpl) (revision 14256) +++ branches/5.2.x/admin_templates/import_progress.tpl (.../import_progress.tpl) (revision 16343) @@ -8,7 +8,7 @@ submit_event('n.import', 'OnExportCancel'); } - $LinkImport = new AjaxProgressBar(''); + $LinkImport = new AjaxProgressBar(''); \ No newline at end of file Index: branches/5.2.x/admin_templates/import.tpl =================================================================== diff -u -N -r15266 -r16343 --- branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 15266) +++ branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 16343) @@ -13,7 +13,7 @@ a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('prev', '', function() { - location.href = ''; + location.href = ''; } ) ); Index: branches/5.2.x/admin_templates/articles/articles_relations.tpl =================================================================== diff -u -N -r14256 -r16343 --- branches/5.2.x/admin_templates/articles/articles_relations.tpl (.../articles_relations.tpl) (revision 14256) +++ branches/5.2.x/admin_templates/articles/articles_relations.tpl (.../articles_relations.tpl) (revision 16343) @@ -35,7 +35,7 @@ //Relations related: a_toolbar.AddButton( new ToolBarButton('new_item', '::', function() { - openSelector('n-rel', '', 'TargetId', '950x600'); + openSelector('n-rel', '', 'TargetId', '950x600'); } ) ); function edit()