Lines 168-174
CAN_user_serials_create_subscription ) %]
Link Here
|
168 |
[% IF ( CAN_user_reserveforothers ) %] |
168 |
[% IF ( CAN_user_reserveforothers ) %] |
169 |
[%# biblio.items.filter_by_for_loan.count %] |
169 |
[%# biblio.items.filter_by_for_loan.count %] |
170 |
[% SET items = biblio.items %] |
170 |
[% SET items = biblio.items %] |
171 |
[% IF Context.Scalar(Context.Scalar(items, "filter_by_for_loan"), "count") %] |
171 |
[% IF Context.Scalar(Context.Scalar(items, "filter_by_for_hold"), "count") %] |
172 |
[% IF ( holdfor ) %] |
172 |
[% IF ( holdfor ) %] |
173 |
<div class="btn-group"> |
173 |
<div class="btn-group"> |
174 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> |
174 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"> |
175 |
- |
|
|