From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 28 Dec 2009 20:30:51 +0000 (+0000)
Subject: remove some speedbump dialogs
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=be0159e3e6852ad8bbac78b609b00f79dd32e705;p=contrib%2FConifer.git

remove some speedbump dialogs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15235 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js
index 68fb2531d0..198d7ea4a1 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js
@@ -1238,8 +1238,6 @@ g.stash_and_close = function() {
                 );
                 if (typeof r.ilsevent != 'undefined') {
                     g.error.standard_unexpected_error_alert('copy update',r);
-                } else {
-                    alert($('catStrings').getString('staff.cat.copy_editor.handle_update.success'));
                 }
                 /* FIXME -- revisit the return value here */
             } catch(E) {
diff --git a/Open-ILS/xul/staff_client/server/cat/marc_new.xul b/Open-ILS/xul/staff_client/server/cat/marc_new.xul
index 4e4a21fcaf..a7823a03ca 100644
--- a/Open-ILS/xul/staff_client/server/cat/marc_new.xul
+++ b/Open-ILS/xul/staff_client/server/cat/marc_new.xul
@@ -106,7 +106,6 @@
                                                 [ ses(), new_marcxml, catStrings.getString('staff.cat.marc_new.system_local.label'), 1 ]
                                             );
                                             if (typeof robj.ilsevent != 'undefined') throw(robj);
-                                            alert(catStrings.getString('staff.cat.marc_new.record_created.label'));
 
                                             /* Replace tab with OPAC-view of record */
 
diff --git a/Open-ILS/xul/staff_client/server/cat/util.js b/Open-ILS/xul/staff_client/server/cat/util.js
index fbcd3d7794..c360baf2e2 100644
--- a/Open-ILS/xul/staff_client/server/cat/util.js
+++ b/Open-ILS/xul/staff_client/server/cat/util.js
@@ -269,7 +269,6 @@ cat.util.spawn_copy_editor = function(params) {
             params
         );
         if (!my_xulG.copies && params.edit) {
-            alert(typeof params.no_copies_modified_msg != 'undefined' ? params.no_copies_modified_msg : $("catStrings").getString('staff.cat.util.copy_editor.not_modified'));
         } else {
             return my_xulG.copies;
         }
diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
index 3ce3d7416d..9e4da1d581 100644
--- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
+++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
@@ -142,7 +142,6 @@ staff.cat.copy_editor.copy_count.plural=%1$s copies
 staff.cat.copy_editor.apply.label=Apply
 staff.cat.copy_editor.apply.accesskey=A
 staff.cat.copy_editor.cancel.label=Cancel
-staff.cat.copy_editor.handle_update.success=Items were added or modified.
 staff.cat.copy_editor.handle_update.error=copy update error:
 staff.cat.copy_editor.add_stat_cat.error=Error adding statistical category to display definition
 staff.cat.copy_editor.populate_stat_cat.error=Error populating statistical categories for display
@@ -247,7 +246,6 @@ staff.cat.marcedit.no_authority_match.label=No matching authority records found
 staff.cat.marc_new.tab_name=MARC Template
 staff.cat.marc_new.create_record.label=Create Record
 staff.cat.marc_new.system_local.label=System Local
-staff.cat.marc_new.record_created.label=Record created.
 staff.cat.marc_new.retrieving.label=Retrieving title...
 staff.cat.marc_new.creating_record.error=Error creating MARC record.
 staff.cat.marc_new.loading_template.error=Error loading MARC template: %1$s
@@ -342,7 +340,6 @@ staff.cat.util.copy_editor.batch_edit=Batch Edit
 staff.cat.util.copy_editor.batch_view=Batch View
 staff.cat.util.copy_editor.edit=Edit
 staff.cat.util.copy_editor.view=View
-staff.cat.util.copy_editor.not_modified=Copies not modified.
 staff.cat.util.mark_item_damaged.af_message=Action failed.  One or more of these items is in a special status such as "Checked Out" or "In Transit" and cannot be changed to the Damaged status.
 staff.cat.util.mark_item_damaged.af_title=Action failed.
 staff.cat.util.mark_item_damaged.af_ok_label=OK