Lines 48-58
Link Here
|
48 |
<!--<select name="payfine<!-- TMPL_VAR name="i" -->"> |
48 |
<!--<select name="payfine<!-- TMPL_VAR name="i" -->"> |
49 |
<option value="no">Unpaid</option> |
49 |
<option value="no">Unpaid</option> |
50 |
<option value="yes">Paid</option> --> |
50 |
<option value="yes">Paid</option> --> |
51 |
<input type="submit" name="pay_indiv<!-- TMPL_VAR name="i" -->"i value="Pay" /> |
51 |
<input type="submit" name="pay_indiv<!-- TMPL_VAR name="i" -->" value="Pay" /> |
52 |
<!-- TMPL_IF NAME="CAN_user_updatecharges_writeoff_charges" --> |
52 |
<input type="submit" name="wo_indiv<!-- TMPL_VAR name="i" -->" value="Writeoff" /> |
53 |
<input type="submit" name="wo_indiv<!-- TMPL_VAR name="i" -->"i value="Writeoff" /> |
|
|
54 |
<!--<option value="wo">Writeoff</option> --> |
53 |
<!--<option value="wo">Writeoff</option> --> |
55 |
<!-- /TMPL_IF --> |
|
|
56 |
<!--</select> --> |
54 |
<!--</select> --> |
57 |
<!-- /TMPL_IF --> |
55 |
<!-- /TMPL_IF --> |
58 |
<input type="hidden" name="line_id<!-- TMPL_VAR name="i" -->" value="<!-- TMPL_VAR name="i" -->" /> |
56 |
<input type="hidden" name="line_id<!-- TMPL_VAR name="i" -->" value="<!-- TMPL_VAR name="i" -->" /> |
Lines 97-105
Link Here
|
97 |
<!-- <p>On All Or Part Of The Total Sum Due:</p> --> |
95 |
<!-- <p>On All Or Part Of The Total Sum Due:</p> --> |
98 |
<fieldset class="action"> |
96 |
<fieldset class="action"> |
99 |
<input type="submit" name="paycollect" value="Pay Amount" class="submit" /> |
97 |
<input type="submit" name="paycollect" value="Pay Amount" class="submit" /> |
100 |
<!-- TMPL_IF NAME="CAN_user_updatecharges_writeoff_charges" --> |
|
|
101 |
<input type="submit" name="woall" value="Writeoff All" class="submit" /> |
98 |
<input type="submit" name="woall" value="Writeoff All" class="submit" /> |
102 |
<!-- /TMPL_IF --> |
|
|
103 |
<input type="submit" name="payselected" value="Pay Selected" class="submit" /> |
99 |
<input type="submit" name="payselected" value="Pay Selected" class="submit" /> |
104 |
<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"> |
100 |
<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"> |
105 |
Cancel</a> |
101 |
Cancel</a> |
106 |
- |
|
|