Lines 103-112
Link Here
|
103 |
[% ELSIF item.itemtype.notforloan %] |
103 |
[% ELSIF item.itemtype.notforloan %] |
104 |
[% SET itemavailable = 0 %] |
104 |
[% SET itemavailable = 0 %] |
105 |
<span class="item-status notforloan">Not for loan [% IF restricted_lib %]<span class="restricted">([% restricted_lib | html %])</span>[% END %]</span> |
105 |
<span class="item-status notforloan">Not for loan [% IF restricted_lib %]<span class="restricted">([% restricted_lib | html %])</span>[% END %]</span> |
106 |
[% ELSE %] |
|
|
107 |
[% IF restricted_lib %] |
108 |
<span class="item-status restricted">[% restricted_lib | html %]</span> |
109 |
[% END %] |
110 |
[% END %] |
106 |
[% END %] |
111 |
|
107 |
|
112 |
[% IF ( item.bundle_host ) %] |
108 |
[% IF ( item.bundle_host ) %] |
113 |
- |
|
|