remove Reprint button... it is a top-level menu option
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 30 Sep 2006 05:15:44 +0000 (05:15 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 30 Sep 2006 05:15:44 +0000 (05:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6283 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/copy_buckets_overlay.xul
Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
Open-ILS/xul/staff_client/server/circ/in_house_use.xul

index f6a0d9b..243f037 100644 (file)
@@ -47,7 +47,6 @@
 
 <hbox id="copy_buckets_bottom_ui">
        <button id="copy_buckets_print" label="Print" command="cmd_copy_buckets_print" accesskey="P"/>
-       <button id="copy_buckets_reprint" label="Print Last" command="cmd_copy_buckets_reprint" accesskey_disabled="L"/>
        <spacer flex="1"/>
        <hbox style="background: grey">
                <vbox><spacer flex="1"/><label value="Batch:" style="font-weight: bold"/><spacer flex="1"/></vbox>
index 14f927c..ee536a9 100644 (file)
                label="&staff.checkin.print_receipt_label;" 
                command="cmd_checkin_print"
                accesskey="&staff.checkin.print_receipt_label.accesskey;"/>
-       <button id="checkin_reprint" 
-               label="&staff.checkin.reprint_receipt_label;" 
-               command="cmd_checkin_reprint"
-               accesskey="&staff.checkin.reprint_receipt_label.accesskey;"/>
        <checkbox id="trim_list" label="Trim List (20 rows)" checked="true" persist="checked"/> 
        <spacer id="pcii3s" flex="1"/>
        <checkbox id="checkin_auto" label="Auto-Print for Hold/Transit Slips" accesskey="P" persist="checked"/> 
-<!--
-       <button id="checkin_done" 
-               label="&staff.checkin.done_label;" 
-               command="cmd_checkin_done"
-               accesskey="&staff.checkin.done_label.accesskey;"/>
--->
 </hbox>
 
 </overlay>
index e39a59f..e5f5ef9 100644 (file)
                        label="Print List" 
                        command="cmd_in_house_use_print"
                        accesskey=""/>
-               <button id="in_house_use_reprint" 
-                       label="Re-Print Last List" 
-                       command="cmd_in_house_use_reprint"
-                       accesskey="L"/>
                <checkbox id="trim_list" label="Trim List (20 rows)" checked="true" persist="checked"/> 
                <spacer id="pcii3s" flex="1"/>
                <button id="clip_button" disabled="true" command="sel_clip" label="Copy to Clipboard" />