From: pines Date: Wed, 21 Mar 2007 21:56:49 +0000 (+0000) Subject: change wording for user speedbump X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4443e125a745e2a0ff580a176074621b4ffc4b8e;p=Evergreen.git change wording for user speedbump git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7088 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js index f51da85e50..2aba992400 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_buckets.js @@ -19,7 +19,7 @@ cat.copy_buckets.prototype = { if (this.first_pause) { this.first_pause = false; } else { - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); } var obj = this; obj.list1.clear(); @@ -303,7 +303,7 @@ cat.copy_buckets.prototype = { obj.error.standard_unexpected_error_alert('Deletion likely failed.',E); } } - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); setTimeout( function() { JSAN.use('util.widgets'); @@ -323,7 +323,7 @@ cat.copy_buckets.prototype = { obj.list2.clear(); var robj = obj.network.simple_request('BUCKET_DELETE',[ses(),'copy',bucket]); if (typeof robj == 'object') throw robj; - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); obj.controller.render('copy_buckets_menulist_placeholder'); } catch(E) { obj.error.standard_unexpected_error_alert('Bucket deletion likely failed.',E); diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.js b/Open-ILS/xul/staff_client/server/cat/record_buckets.js index 744074be98..491b178489 100644 --- a/Open-ILS/xul/staff_client/server/cat/record_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.js @@ -19,7 +19,7 @@ cat.record_buckets.prototype = { if (this.first_pause) { this.first_pause = false; } else { - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); } var obj = this; obj.list1.clear(); @@ -308,7 +308,7 @@ cat.record_buckets.prototype = { alert(js2JSON(E)); } } - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); setTimeout( function() { JSAN.use('util.widgets'); @@ -328,7 +328,7 @@ cat.record_buckets.prototype = { obj.list2.clear(); var robj = obj.network.simple_request('BUCKET_DELETE',[ses(),'biblio',bucket]); if (typeof robj == 'object') throw robj; - alert("Pausing for replicated databases... press Enter or Spacebar when ready."); + alert("Action completed."); obj.controller.render('record_buckets_menulist_placeholder'); setTimeout( function() {