Index: branches/unlabeled/unlabeled-1.1.2/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f2.gif =================================================================== diff -u -N Binary files differ Index: branches/unlabeled/unlabeled-1.1.2/kernel/admin_templates/img/toolbar/tool_clear_clipboard_f3.gif =================================================================== diff -u -N Binary files differ Index: branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl =================================================================== diff -u -N -r5614 -r5624 --- branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 5614) +++ branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 5624) @@ -113,7 +113,7 @@ } ) ); - a_toolbar.AddButton( new ToolBarButton('clear', '', function() { + a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { $Catalog.submit_event('c', 'OnClearClipboard', null, function($object) { $GridManager.CheckDependencies($object.ActivePrefix); } ); Index: branches/unlabeled/unlabeled-1.1.2/kernel/admin_templates/img/toolbar/tool_clear_clipboard.gif =================================================================== diff -u -N Binary files differ Index: branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js =================================================================== diff -u -N -r5613 -r5624 --- branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 5613) +++ branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 5624) @@ -287,4 +287,5 @@ Catalog.prototype.reflectPasteButton = function($status) { a_toolbar.SetEnabled('paste', $status); + a_toolbar.SetEnabled('clear_clipboard', $status); } \ No newline at end of file Index: branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -N -r5613 -r5624 --- branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5613) +++ branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5624) @@ -287,4 +287,5 @@ Catalog.prototype.reflectPasteButton = function($status) { a_toolbar.SetEnabled('paste', $status); + a_toolbar.SetEnabled('clear_clipboard', $status); } \ No newline at end of file Index: branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl =================================================================== diff -u -N -r5614 -r5624 --- branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 5614) +++ branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 5624) @@ -113,7 +113,7 @@ } ) ); - a_toolbar.AddButton( new ToolBarButton('clear', '', function() { + a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { $Catalog.submit_event('c', 'OnClearClipboard', null, function($object) { $GridManager.CheckDependencies($object.ActivePrefix); } );