Lines 215-220
Link Here
|
215 |
|
215 |
|
216 |
[% UNLESS ( singleBranchMode ) %] |
216 |
[% UNLESS ( singleBranchMode ) %] |
217 |
[% IF ( bibitemloo.holdable && choose_branch ) %] |
217 |
[% IF ( bibitemloo.holdable && choose_branch ) %] |
|
|
218 |
[% UNLESS ( Branches.all.size ==1 ) %] |
218 |
<li class="branch"> |
219 |
<li class="branch"> |
219 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
220 |
<label for="branch_[% bibitemloo.biblionumber %]">Pick up location:</label> |
220 |
[% UNLESS ( bibitemloo.holdable ) %] |
221 |
[% UNLESS ( bibitemloo.holdable ) %] |
Lines 241-246
Link Here
|
241 |
[% END %] |
242 |
[% END %] |
242 |
[% END # / UNLESS bibitemloo.holdable %] |
243 |
[% END # / UNLESS bibitemloo.holdable %] |
243 |
</li> |
244 |
</li> |
|
|
245 |
[% END %] |
244 |
[% END # / IF bibitemloo.holdable && choose_branch %] |
246 |
[% END # / IF bibitemloo.holdable && choose_branch %] |
245 |
[% END # / UNLESS singleBranchMode %] |
247 |
[% END # / UNLESS singleBranchMode %] |
246 |
</ul> |
248 |
</ul> |
247 |
- |
|
|