Lines 302-308
Link Here
|
302 |
<li class="nav-item" role="presentation"> |
302 |
<li class="nav-item" role="presentation"> |
303 |
<a class="nav-link" href="#holds-tab" id="holds" aria-controls="home" aria-selected="false" data-toggle="tab"> |
303 |
<a class="nav-link" href="#holds-tab" id="holds" aria-controls="home" aria-selected="false" data-toggle="tab"> |
304 |
[% IF waiting_holds_count %] |
304 |
[% IF waiting_holds_count %] |
305 |
<i class="fa fa-exclamation" aria-hidden="true"></i> |
305 |
<i class="fa fa-exclamation-circle" aria-hidden="true"></i> |
306 |
[% END %] |
306 |
[% END %] |
307 |
Holds ([% HOLDS.count | html %]) |
307 |
Holds ([% HOLDS.count | html %]) |
308 |
</a> |
308 |
</a> |
Lines 422-428
Link Here
|
422 |
</tbody> |
422 |
</tbody> |
423 |
</table> |
423 |
</table> |
424 |
[% ELSE %] |
424 |
[% ELSE %] |
425 |
<a href="?load_checkouts=1">Load your checkouts</a> |
425 |
<a class="btn btn-secondary" href="?load_checkouts=1#scan_form"><i class="fa fa-book" aria-hidden="true"></i> Show your checkouts</a> |
426 |
[% END # / IF ( Koha.preference('SCOLoadCheckoutsByDefault') || load_checkouts ) %] |
426 |
[% END # / IF ( Koha.preference('SCOLoadCheckoutsByDefault') || load_checkouts ) %] |
427 |
[% ELSE %] |
427 |
[% ELSE %] |
428 |
<h3>You currently have nothing checked out.</h3> |
428 |
<h3>You currently have nothing checked out.</h3> |
429 |
- |
|
|