|
Lines 1-6
Link Here
|
| 1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
| 2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
| 3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
|
|
4 |
[% USE EncodeUTF8 %] |
| 4 |
[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %] |
5 |
[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %] |
| 5 |
[% SET exports_enabled = 1 %] |
6 |
[% SET exports_enabled = 1 %] |
| 6 |
[% END %] |
7 |
[% END %] |
|
Lines 596-602
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 596 |
</fieldset> |
597 |
</fieldset> |
| 597 |
[% IF ( issue ) %] |
598 |
[% IF ( issue ) %] |
| 598 |
<div class="lastchecked"> |
599 |
<div class="lastchecked"> |
| 599 |
<p><strong>Checked out: </strong>[% issue.item.biblio.title %] ([% issue.item.barcode %]). Due on [% issue.date_due | $KohaDates %]</p> |
600 |
<p><strong>Checked out: </strong>[% issue.item.biblio.title | $EncodeUTF8 %] ([% issue.item.barcode %]). Due on [% issue.date_due | $KohaDates %]</p> |
| 600 |
</div> |
601 |
</div> |
| 601 |
[% END %] |
602 |
[% END %] |
| 602 |
</form></div> |
603 |
</form></div> |
| 603 |
- |
|
|