[open-ils-commits] r15235 - in trunk/Open-ILS/xul/staff_client/server: cat locale/en-US (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 28 15:30:56 EST 2009
Author: phasefx
Date: 2009-12-28 15:30:51 -0500 (Mon, 28 Dec 2009)
New Revision: 15235
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.js
trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
trunk/Open-ILS/xul/staff_client/server/cat/util.js
trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
Log:
remove some speedbump dialogs
Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.js 2009-12-28 20:05:06 UTC (rev 15234)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_editor.js 2009-12-28 20:30:51 UTC (rev 15235)
@@ -1238,8 +1238,6 @@
);
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) {
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul 2009-12-28 20:05:06 UTC (rev 15234)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul 2009-12-28 20:30:51 UTC (rev 15235)
@@ -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 */
Modified: trunk/Open-ILS/xul/staff_client/server/cat/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/util.js 2009-12-28 20:05:06 UTC (rev 15234)
+++ trunk/Open-ILS/xul/staff_client/server/cat/util.js 2009-12-28 20:30:51 UTC (rev 15235)
@@ -269,7 +269,6 @@
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;
}
Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties 2009-12-28 20:05:06 UTC (rev 15234)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties 2009-12-28 20:30:51 UTC (rev 15235)
@@ -142,7 +142,6 @@
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.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_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
More information about the open-ils-commits
mailing list