|
Lines 7-13
Link Here
|
| 7 |
[% SET ENABLE_OPAC_PAYMENTS = Koha.Preference('EnablePayPalOpacPayments') || plugins %] |
7 |
[% SET ENABLE_OPAC_PAYMENTS = Koha.Preference('EnablePayPalOpacPayments') || plugins %] |
| 8 |
[% SET DISPLAY_PAYMENT_BLOCK = 0 %] |
8 |
[% SET DISPLAY_PAYMENT_BLOCK = 0 %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
| 10 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your fines and charges</title> |
10 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your charges</title> |
| 11 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
| 12 |
[% BLOCK cssinclude %] |
12 |
[% BLOCK cssinclude %] |
| 13 |
[% Asset.css("css/datatables.css") | $raw %] |
13 |
[% Asset.css("css/datatables.css") | $raw %] |
|
Lines 21-27
Link Here
|
| 21 |
<ul class="breadcrumb"> |
21 |
<ul class="breadcrumb"> |
| 22 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
22 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
| 23 |
<li>[% IF logged_in_user %]<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>[% END %] <span class="divider">›</span></li> |
23 |
<li>[% IF logged_in_user %]<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>[% END %] <span class="divider">›</span></li> |
| 24 |
<li><a href="#">Your fines and charges</a></li> |
24 |
<li><a href="#">Your charges</a></li> |
| 25 |
</ul> |
25 |
</ul> |
| 26 |
|
26 |
|
| 27 |
<div class="container-fluid"> |
27 |
<div class="container-fluid"> |