|
Lines 12-18
Link Here
|
| 12 |
<body id="pat_paycollect" class="pat"> |
12 |
<body id="pat_paycollect" class="pat"> |
| 13 |
[% INCLUDE 'header.inc' %] |
13 |
[% INCLUDE 'header.inc' %] |
| 14 |
[% INCLUDE 'patron-search.inc' %] |
14 |
[% INCLUDE 'patron-search.inc' %] |
| 15 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Pay fines for [% patron.firstname %] [% patron.surname %]</a> › [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %][% IF type == 'write off' %]Write off an amount toward selected fines[% ELSE %]Pay an amount toward selected fines[% END %][% ELSE %]Pay an amount toward all fines[% END %][% END %]</div> |
15 |
<div id="breadcrumbs"> |
|
|
16 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
| 17 |
<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › |
| 18 |
<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Pay fines for [% patron.firstname %] [% patron.surname %]</a> › |
| 19 |
[% IF ( pay_individual ) %]Pay an individual fine |
| 20 |
[% ELSIF ( writeoff_individual ) %]Write off an individual fine |
| 21 |
[% ELSE %] |
| 22 |
[% IF ( selected_accts ) %] |
| 23 |
[% IF type == 'writeoff' %]Write off an amount toward selected fines |
| 24 |
[% ELSE %]Pay an amount toward selected fines |
| 25 |
[% END %] |
| 26 |
[% ELSE %]Pay an amount toward all fines |
| 27 |
[% END %] |
| 28 |
[% END %] |
| 29 |
</div> |
| 16 |
|
30 |
|
| 17 |
<div id="doc3" class="yui-t2"> |
31 |
<div id="doc3" class="yui-t2"> |
| 18 |
|
32 |
|
| 19 |
- |
|
|