|
Lines 55-77
Link Here
|
| 55 |
Comment:<br /> |
55 |
Comment:<br /> |
| 56 |
<span id="userdebarred_comment"> |
56 |
<span id="userdebarred_comment"> |
| 57 |
<strong> |
57 |
<strong> |
| 58 |
[% IF debarred_comment.search('OVERDUES_PROCESS') %] |
58 |
[% FOR restriction IN logged_in_user.restrictions %] |
| 59 |
Restriction added by overdues process [% debarred_comment.remove('OVERDUES_PROCESS ') | html_line_break %] |
59 |
<div class="patron_restriction"> |
| 60 |
[% ELSE %] |
60 |
[%- restriction.type.display_text | html -%] |
| 61 |
[% FOR restriction IN logged_in_user.restrictions %] |
61 |
[% IF restriction.comment.search('OVERDUES_PROCESS') %] |
| 62 |
<div class="patron_restriction"> |
62 |
Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | html_line_break %] |
| 63 |
[%- restriction.type.display_text | html -%][%- IF restriction.comment -%] |
63 |
[% ELSE %] |
|
|
64 |
[%- IF restriction.comment -%] |
| 64 |
: <span class="restriction_comment">[% restriction.comment | html_line_break %]</span>, frozen until: |
65 |
: <span class="restriction_comment">[% restriction.comment | html_line_break %]</span>, frozen until: |
| 65 |
<span class="restriction_expiration"> |
66 |
[% ELSE %] |
| 66 |
[%- IF restriction.expiration -%] |
67 |
, frozen until: |
| 67 |
[%- restriction.expiration | $KohaDates -%] |
|
|
| 68 |
[%- ELSE -%] |
| 69 |
<strong>Indefinite</strong> |
| 70 |
[%- END -%] |
| 71 |
</span> |
| 72 |
[% END %] |
68 |
[% END %] |
| 73 |
</div> |
69 |
<span class="restriction_expiration"> |
| 74 |
[% END %] |
70 |
[%- IF restriction.expiration -%] |
|
|
71 |
[%- restriction.expiration | $KohaDates -%] |
| 72 |
[%- ELSE -%] |
| 73 |
<strong>Indefinite</strong> |
| 74 |
[%- END -%] |
| 75 |
</span> |
| 76 |
[% END %] |
| 77 |
</div> |
| 75 |
[% END %] |
78 |
[% END %] |
| 76 |
</strong> |
79 |
</strong> |
| 77 |
</span> |
80 |
</span> |
|
Lines 273-281
Link Here
|
| 273 |
[% END %] |
276 |
[% END %] |
| 274 |
</select> |
277 |
</select> |
| 275 |
[% IF at_least_one_library_not_available_for_pickup %] |
278 |
[% IF at_least_one_library_not_available_for_pickup %] |
| 276 |
<div class="at_least_one_library_not_available_note" |
279 |
<div class="at_least_one_library_not_available_note"> |
| 277 |
>Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items</div |
280 |
Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items |
| 278 |
> |
281 |
</div> |
| 279 |
[% END %] |
282 |
[% END %] |
| 280 |
[% END # / UNLESS bibitemloo.holdable %] |
283 |
[% END # / UNLESS bibitemloo.holdable %] |
| 281 |
</li> |
284 |
</li> |
| 282 |
- |
|
|