Lines 687-693
Link Here
|
687 |
|
687 |
|
688 |
[% BLOCK curbside_pickups_disabled %] |
688 |
[% BLOCK curbside_pickups_disabled %] |
689 |
<h1>Curbside pickups</h1> |
689 |
<h1>Curbside pickups</h1> |
690 |
<div class="alert alert-warning">Curbside pickups are not enabled for your library.</div> |
690 |
<div class="alert alert-info"> |
|
|
691 |
Curbside pickups are not enabled for your library. |
692 |
[%- IF CAN_user_parameters_manage_curbside_pickups -%] |
693 |
You can enable them at the curbside pickups <a href="/cgi-bin/koha/admin/curbside_pickup.pl">configuration page</a>. |
694 |
[%- END -%] |
695 |
</div> |
691 |
[% END # /BLOCK disabled %] |
696 |
[% END # /BLOCK disabled %] |
692 |
|
697 |
|
693 |
[% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] |
698 |
[% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] |
694 |
- |
|
|