hide patron credit
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Aug 2006 19:49:48 +0000 (19:49 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Aug 2006 19:49:48 +0000 (19:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5307 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/bills_overlay.xul
Open-ILS/xul/staff_client/server/patron/summary_overlay.xul

index 90a3153..ff675f0 100644 (file)
                                                <label value="= Change" control="bill_change_amount" style="font-weight: bold" />
        
                                                <hbox>
-                                                       <textbox id="bill_change_amount" />
+                                                       <textbox id="bill_change_amount" readonly="true"/>
                                                </hbox>
                                        </row>
-                                       <row>
+                                       <row class="hide_patron_credit" hidden="true">
                                                <label value="or Patron Credit" 
                                                        style="font-family: bold" />
        
                <button id="bill_wizard" label="Bill Patron" accesskey="B" command="cmd_bill_wizard"/>
                <button id="bill_history" label="History" accesskey="H" command="cmd_bill_history"/>
                <spacer flex="2"/>
-               <button disabled="true" id="change_to_credit" label="Convert Change to Patron Credit" command="cmd_change_to_credit"/>
+               <button class="hide_patron_credit" hidden="true" disabled="true" id="change_to_credit" label="Convert Change to Patron Credit" command="cmd_change_to_credit"/>
                <button id="bill_apply_payment" label="Apply Payment!" accesskey="P" command="cmd_bill_apply_payment"/>
        </hbox>
        <label value=" "/>
index 65584af..9550785 100644 (file)
@@ -70,7 +70,7 @@
                                value="&staff.patron_display.holds_available.label;" />
                        <label id="patron_holds_available" class="holds_ready label"/>
                </row>
-               <row id="pdsgr2">
+               <row id="pdsgr2" class="hide_patron_credit" hidden="true">
                        <label id="PatronSummaryStatus_credit_label" class="text_left credit label"
                                value="&staff.patron_display.credit.label;" />
                        <label id="patron_credit" class="credit value"/>