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) {