remove some speedbump dialogs
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Dec 2009 20:30:51 +0000 (20:30 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Dec 2009 20:30:51 +0000 (20:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15235 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/copy_editor.js
Open-ILS/xul/staff_client/server/cat/marc_new.xul
Open-ILS/xul/staff_client/server/cat/util.js
Open-ILS/xul/staff_client/server/locale/en-US/cat.properties

index 68fb253..198d7ea 100644 (file)
@@ -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) {
index 4e4a21f..a7823a0 100644 (file)
                                                 [ 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 */
 
index fbcd3d7..c360baf 100644 (file)
@@ -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;
         }
index 3ce3d74..9e4da1d 100644 (file)
@@ -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