|
Lines 10-16
Link Here
|
| 10 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
| 11 |
[% BLOCK display_bormessagepref %] |
11 |
[% BLOCK display_bormessagepref %] |
| 12 |
[% IF ( bormessagepref ) %] |
12 |
[% IF ( bormessagepref ) %] |
| 13 |
<li>Patron notification: |
13 |
<li class="notification_method">Patron notification: |
| 14 |
[% FOREACH mtt IN bormessagepref.keys %] |
14 |
[% FOREACH mtt IN bormessagepref.keys %] |
| 15 |
[%~ IF ( mtt == 'email' ) %] Email[% END ~%] |
15 |
[%~ IF ( mtt == 'email' ) %] Email[% END ~%] |
| 16 |
[%~ IF ( mtt == 'phone' ) %] Phone[% END ~%] |
16 |
[%~ IF ( mtt == 'phone' ) %] Phone[% END ~%] |
|
Lines 19-25
Link Here
|
| 19 |
[% END %] |
19 |
[% END %] |
| 20 |
</li> |
20 |
</li> |
| 21 |
[% ELSE %] |
21 |
[% ELSE %] |
| 22 |
<li>Patron is not notified.</li> |
22 |
<li class="notification_method none">Patron is not notified.</li> |
| 23 |
[% END %] |
23 |
[% END %] |
| 24 |
[% END %] |
24 |
[% END %] |
| 25 |
|
25 |
|
|
Lines 268-276
Link Here
|
| 268 |
<h3> |
268 |
<h3> |
| 269 |
Hold found (item is already waiting): |
269 |
Hold found (item is already waiting): |
| 270 |
<br/> |
270 |
<br/> |
| 271 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]"> |
271 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
| 272 |
[% itembarcode | html %]: [% title | html %] |
272 |
<div class="hold-found-barcode"> |
| 273 |
</a> |
273 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&itemnumber=[% itemnumber | uri %]">[% itembarcode | html %]</a> |
|
|
274 |
</div> |
| 274 |
</h3> |
275 |
</h3> |
| 275 |
</div> |
276 |
</div> |
| 276 |
|
277 |
|
|
Lines 481-498
Link Here
|
| 481 |
<h3> |
482 |
<h3> |
| 482 |
Hold found: |
483 |
Hold found: |
| 483 |
<br/> |
484 |
<br/> |
| 484 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]"> |
485 |
<a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a> |
| 485 |
[% itembarcode | html %]: [% title | html %] |
486 |
<div class="hold-found-barcode"> |
| 486 |
</a> |
487 |
(<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% itembiblionumber | uri %]&itemnumber=[% itemnumber | html %]">[% itembarcode | html %]</a>) |
|
|
488 |
</div> |
| 489 |
</h3> |
| 487 |
</div> |
490 |
</div> |
| 488 |
|
491 |
|
| 489 |
<div class="modal-body"> |
492 |
<div class="modal-body"> |
| 490 |
[% IF ( reservenotes ) %] |
493 |
[% IF ( reservenotes ) %] |
| 491 |
<h4>Notes: [% reservenotes | html %]</h4> |
494 |
<h4>Notes:</h4> |
|
|
495 |
<p>[% reservenotes | html %]</p> |
| 496 |
<hr /> |
| 492 |
[% END %] |
497 |
[% END %] |
| 493 |
<h5>Hold for:</h5> |
498 |
<h5>Hold for:</h5> |
|
|
499 |
<ul> |
| 494 |
<li> |
500 |
<li> |
| 495 |
<td>[% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]</td> |
501 |
[% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] |
| 496 |
<span class="patron-category"> - [% patron.category.description | html %]</span> |
502 |
<span class="patron-category"> - [% patron.category.description | html %]</span> |
| 497 |
</li> |
503 |
</li> |
| 498 |
|
504 |
|
|
Lines 523-529
Link Here
|
| 523 |
[% IF ( patron.gonenoaddress ) %] |
529 |
[% IF ( patron.gonenoaddress ) %] |
| 524 |
<li class="error">Patron's address is in doubt</li> |
530 |
<li class="error">Patron's address is in doubt</li> |
| 525 |
[% END %] |
531 |
[% END %] |
| 526 |
|
532 |
</ul> |
| 527 |
[% IF ( transfertodo ) %] |
533 |
[% IF ( transfertodo ) %] |
| 528 |
<h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4> |
534 |
<h4><strong>Transfer to:</strong> [% Branches.GetName( destbranch ) | html %]</h4> |
| 529 |
[% ELSE %] |
535 |
[% ELSE %] |
| 530 |
- |
|
|