Index: branches/5.3.x/admin_templates/articles/articles_categories.tpl
===================================================================
diff -u -r15488 -r15973
--- branches/5.3.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 15488)
+++ branches/5.3.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 15973)
@@ -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.3.x/admin_templates/articles/articles_relations.tpl
===================================================================
diff -u -r15488 -r15973
--- branches/5.3.x/admin_templates/articles/articles_relations.tpl (.../articles_relations.tpl) (revision 15488)
+++ branches/5.3.x/admin_templates/articles/articles_relations.tpl (.../articles_relations.tpl) (revision 15973)
@@ -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()
Index: branches/5.3.x/admin_templates/import_progress.tpl
===================================================================
diff -u -r15488 -r15973
--- branches/5.3.x/admin_templates/import_progress.tpl (.../import_progress.tpl) (revision 15488)
+++ branches/5.3.x/admin_templates/import_progress.tpl (.../import_progress.tpl) (revision 15973)
@@ -8,7 +8,7 @@
submit_event('n.import', 'OnExportCancel');
}
- $LinkImport = new AjaxProgressBar('');
+ $LinkImport = new AjaxProgressBar('');
\ No newline at end of file
Index: branches/5.3.x/admin_templates/export_progress.tpl
===================================================================
diff -u -r15488 -r15973
--- branches/5.3.x/admin_templates/export_progress.tpl (.../export_progress.tpl) (revision 15488)
+++ branches/5.3.x/admin_templates/export_progress.tpl (.../export_progress.tpl) (revision 15973)
@@ -8,7 +8,7 @@
submit_event('n.export', 'OnExportCancel');
}
- $LinkExport = new AjaxProgressBar('');
+ $LinkExport = new AjaxProgressBar('');
\ No newline at end of file
Index: branches/5.3.x/admin_templates/import.tpl
===================================================================
diff -u -r15488 -r15973
--- branches/5.3.x/admin_templates/import.tpl (.../import.tpl) (revision 15488)
+++ branches/5.3.x/admin_templates/import.tpl (.../import.tpl) (revision 15973)
@@ -13,7 +13,7 @@
a_toolbar = new ToolBar();
a_toolbar.AddButton( new ToolBarButton('prev', '', function() {
- location.href = '';
+ location.href = '';
}
) );