Index: branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl =================================================================== diff -u -r5628 -r5711 --- branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 5628) +++ branches/unlabeled/unlabeled-1.23.2/kernel/admin_templates/catalog.tpl (.../catalog.tpl) (revision 5711) @@ -113,14 +113,14 @@ } ) ); - a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { + /*a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { if (confirm('')) { $Catalog.submit_event('c', 'OnClearClipboard', null, function($object) { $GridManager.CheckDependencies($object.ActivePrefix); } ); } } - ) ); + ) );*/ a_toolbar.AddButton( new ToolBarSeparator('sep5') ); Index: branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js =================================================================== diff -u -r5710 -r5711 --- branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5710) +++ branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5711) @@ -128,7 +128,7 @@ Request.getErrorHtml = function(p_req) { //TODO: implement accepted way to handle request error - return "

" + "(" + p_req.status + ") " + p_req.statusText + "

" + return '[status: ' + p_req.status + '; status_text: ' + p_req.statusText + '; responce_text: ' + p_req.responseText + ']'; } Request.serializeForm = function(theform) { @@ -225,7 +225,7 @@ } AjaxProgressBar.prototype.errorCallback = function($request, $params, $object) { - alert('AJAX ERROR: ' + Request.getErrorHtml($request)); + alert('AJAX Error; class: AjaxProgressBar; ' + Request.getErrorHtml($request)); } AjaxProgressBar.prototype.FormatTime = function ($seconds) { Index: branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js =================================================================== diff -u -r5636 -r5711 --- branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 5636) +++ branches/unlabeled/unlabeled-1.27.2/core/admin_templates/js/catalog.js (.../catalog.js) (revision 5711) @@ -105,7 +105,7 @@ } Catalog.prototype.errorCallback = function($request, $params, $object) { - alert('AJAX ERROR: ' + Request.getErrorHtml($request)); + alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request)); } Catalog.prototype.submit_event = function($prefix_special, $event, $t, $OnResponceMethod) { Index: branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r5636 -r5711 --- branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5636) +++ branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5711) @@ -105,7 +105,7 @@ } Catalog.prototype.errorCallback = function($request, $params, $object) { - alert('AJAX ERROR: ' + Request.getErrorHtml($request)); + alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request)); } Catalog.prototype.submit_event = function($prefix_special, $event, $t, $OnResponceMethod) { Index: branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl =================================================================== diff -u -r5628 -r5711 --- branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 5628) +++ branches/unlabeled/unlabeled-1.23.2/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 5711) @@ -113,14 +113,14 @@ } ) ); - a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { + /*a_toolbar.AddButton( new ToolBarButton('clear_clipboard', '', function() { if (confirm('')) { $Catalog.submit_event('c', 'OnClearClipboard', null, function($object) { $GridManager.CheckDependencies($object.ActivePrefix); } ); } } - ) ); + ) );*/ a_toolbar.AddButton( new ToolBarSeparator('sep5') );