Lines 35-55
Link Here
|
35 |
<body id="pat_paycollect" class="pat"> |
35 |
<body id="pat_paycollect" class="pat"> |
36 |
[% INCLUDE 'header.inc' %] |
36 |
[% INCLUDE 'header.inc' %] |
37 |
[% INCLUDE 'patron-search.inc' %] |
37 |
[% INCLUDE 'patron-search.inc' %] |
38 |
<div id="breadcrumbs"> |
38 |
|
39 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
39 |
<nav aria-label="Breadcrumb" class="breadcrumb"> |
40 |
<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › |
40 |
<ol> |
41 |
<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay fines for [% patron.firstname | html %] [% patron.surname | html %]</a> › |
41 |
<li> |
42 |
[% IF ( pay_individual ) %]Pay an individual fine |
42 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
43 |
[% ELSIF ( writeoff_individual ) %]Write off an individual fine |
43 |
</li> |
44 |
[% ELSE %] |
44 |
<li> |
45 |
[% IF ( selected_accts ) %] |
45 |
<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> |
46 |
[% IF type == 'WRITEOFF' %]Write off an amount toward selected fines |
46 |
</li> |
47 |
[% ELSE %]Pay an amount toward selected fines |
47 |
<li> |
48 |
[% END %] |
48 |
<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay fines for [% patron.firstname | html %] [% patron.surname | html %]</a> |
49 |
[% ELSE %]Pay an amount toward all fines |
49 |
</li> |
50 |
[% END %] |
50 |
<li> |
51 |
[% END %] |
51 |
<a href="#" aria-current="page"> |
52 |
</div> |
52 |
[% IF ( pay_individual ) %] |
|
|
53 |
Pay an individual fine |
54 |
[% ELSIF ( writeoff_individual ) %] |
55 |
Write off an individual fine |
56 |
[% ELSE %] |
57 |
[% IF ( selected_accts ) %] |
58 |
[% IF type == 'WRITEOFF' %] |
59 |
Write off an amount toward selected fines |
60 |
[% ELSE %] |
61 |
Pay an amount toward selected fines |
62 |
[% END %] |
63 |
[% ELSE %] |
64 |
Pay an amount toward all fines |
65 |
[% END %] |
66 |
[% END %] |
67 |
</a> |
68 |
</li> |
69 |
</ol> |
70 |
</nav> |
53 |
|
71 |
|
54 |
<div class="main container-fluid"> |
72 |
<div class="main container-fluid"> |
55 |
<div class="row"> |
73 |
<div class="row"> |