Lines 6-11
Link Here
|
6 |
[% INCLUDE 'header.inc' %] |
6 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'patron-search.inc' %] |
7 |
[% INCLUDE 'patron-search.inc' %] |
8 |
|
8 |
|
|
|
9 |
<script type=text/javascript> |
10 |
|
11 |
function confirmWriteoffAll() { |
12 |
return confirm("Are you sure you want to writeoff all fines?"); |
13 |
} |
14 |
|
15 |
</script> |
16 |
|
9 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Pay Fines for [% borrower.firstname %] [% borrower.surname %]</div> |
17 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Pay Fines for [% borrower.firstname %] [% borrower.surname %]</div> |
10 |
|
18 |
|
11 |
<div id="doc3" class="yui-t2"> |
19 |
<div id="doc3" class="yui-t2"> |
Lines 88-95
Link Here
|
88 |
</table> |
96 |
</table> |
89 |
<fieldset class="action"> |
97 |
<fieldset class="action"> |
90 |
<input type="submit" name="paycollect" value="Pay Amount" class="submit" /> |
98 |
<input type="submit" name="paycollect" value="Pay Amount" class="submit" /> |
91 |
<input type="submit" name="woall" value="Writeoff All" class="submit" /> |
99 |
<input type="submit" name="woall" value="Writeoff All" class="submit" onclick="return confirmWriteoffAll()" /> |
92 |
<input type="submit" name="payselected" value="Pay Selected" class="submit" /> |
100 |
<input type="submit" name="payselected" value="Pay Selected" class="submit"/> |
93 |
<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrower.borrowernumber %]">Cancel</a> |
101 |
<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrower.borrowernumber %]">Cancel</a> |
94 |
</fieldset> |
102 |
</fieldset> |
95 |
</form> |
103 |
</form> |
96 |
- |
|
|