[open-ils-commits] r7557 - in
branches/rel_1_2/Open-ILS/xul/staff_client:
chrome/content/main server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 16 16:24:59 EDT 2007
Author: phasefx
Date: 2007-07-16 16:19:33 -0400 (Mon, 16 Jul 2007)
New Revision: 7557
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/constants.js
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets.xul
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul
Log:
port the rest of the Delete Record UI to 1.2
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/constants.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/constants.js 2007-07-16 20:14:11 UTC (rev 7556)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/constants.js 2007-07-16 20:19:33 UTC (rev 7557)
@@ -110,6 +110,7 @@
'FM_BRE_RETRIEVE_VIA_ID' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.biblio.record.metadata.retrieve', 'secure' : false },
'FM_BRE_ID_SEARCH_VIA_BARCODE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.biblio.find_by_barcode', 'secure' : false },
'FM_BRE_ID_SEARCH_VIA_TCN' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.biblio.tcn', 'secure' : false },
+ 'FM_BRE_DELETE' : { 'app' : 'open-ils.cat', 'method' : 'open-ils.cat.biblio.record_entry.delete', 'secure' : false },
'FM_BRN_FROM_MARCXML' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.z3950.marcxml_to_brn', 'secure' : false },
'FM_CCS_RETRIEVE' : { 'app' : 'open-ils.search', 'method' : 'open-ils.search.config.copy_status.retrieve.all', 'secure' : false },
'FM_CIRC_DETAILS' : { 'app' : 'open-ils.circ', 'method' : 'open-ils.circ.fleshed.retrieve' },
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets.xul 2007-07-16 20:14:11 UTC (rev 7556)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets.xul 2007-07-16 20:19:33 UTC (rev 7557)
@@ -93,6 +93,7 @@
<command id="cmd_record_buckets_reprint" />
<command id="cmd_record_buckets_done" />
<command id="cmd_merge_records" />
+ <command id="cmd_delete_records" />
<command id="cmd_sel_opac" />
</commandset>
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul 2007-07-16 20:14:11 UTC (rev 7556)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul 2007-07-16 20:19:33 UTC (rev 7557)
@@ -70,6 +70,7 @@
<hbox style="background: grey">
<vbox><spacer flex="1"/><label value="Batch:" style="font-weight: bold"/><spacer flex="1"/></vbox>
<button command="cmd_sel_opac" label="Show All in Catalog" accesskey="S"/>
+ <button id="record_buckets_delete_records" command="cmd_delete_records" label="Delete All Records"/>
<button id="record_buckets_merge_records" command="cmd_merge_records" label="Merge All Records"/>
</hbox>
</hbox>
More information about the open-ils-commits
mailing list