Lines 174-180
Link Here
|
174 |
|
174 |
|
175 |
<!-- Patron has added an issue note --> |
175 |
<!-- Patron has added an issue note --> |
176 |
[% IF ( issue.note) %] |
176 |
[% IF ( issue.note) %] |
177 |
<div class="alert alert-info"> |
177 |
<div class="alert alert-info issue-note"> |
178 |
<h1>Patron note</h1> |
178 |
<h1>Patron note</h1> |
179 |
<p>[% issue.notedate | $KohaDates %]</p> |
179 |
<p>[% issue.notedate | $KohaDates %]</p> |
180 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber | uri %]"> [% title | html %]</a> [% author | html %]</p> |
180 |
<p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber | uri %]"> [% title | html %]</a> [% author | html %]</p> |
Lines 184-190
Link Here
|
184 |
|
184 |
|
185 |
<!-- Patron has fines --> |
185 |
<!-- Patron has fines --> |
186 |
[% IF ( fines ) %] |
186 |
[% IF ( fines ) %] |
187 |
<div class="alert alert-warning"> |
187 |
<div class="alert alert-warning patron-fines"> |
188 |
<h3>Patron has outstanding fines of [% fines | html %].</h3> |
188 |
<h3>Patron has outstanding fines of [% fines | html %].</h3> |
189 |
<p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p> |
189 |
<p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p> |
190 |
</div> |
190 |
</div> |
191 |
- |
|
|