Lines 910-916
Link Here
|
910 |
<label for ="always_show_holds">Always show holds</label> |
910 |
<label for ="always_show_holds">Always show holds</label> |
911 |
[% IF always_show_holds == 'DONT' %] |
911 |
[% IF always_show_holds == 'DONT' %] |
912 |
<input type="checkbox" name="always_show_holds" id="always_show_holds" value="DO"> |
912 |
<input type="checkbox" name="always_show_holds" id="always_show_holds" value="DO"> |
913 |
<a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]&show_holds_now=1">Show holds ([% hold_count %])</a> |
913 |
[% UNLESS reserveloop %] |
|
|
914 |
<a class="btn btn-default" value="Show holds" id="show_holds_now" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber %]&show_holds_now=1">Show holds ([% hold_count %])</a> |
915 |
[% END %] |
914 |
[% ELSE %] |
916 |
[% ELSE %] |
915 |
<input type="checkbox" name="always_show_holds" value="DO" id="always_show_holds" checked="checked"> |
917 |
<input type="checkbox" name="always_show_holds" value="DO" id="always_show_holds" checked="checked"> |
916 |
[% END %] |
918 |
[% END %] |
917 |
- |
|
|