Lines 1-4
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% USE KohaSpan %] |
3 |
[% USE Koha %] |
2 |
[% USE Asset %] |
4 |
[% USE Asset %] |
3 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
4 |
[% USE TablesSettings %] |
6 |
[% USE TablesSettings %] |
Lines 57-62
Link Here
|
57 |
|
59 |
|
58 |
<h1>Curbside pickup configuration</h1> |
60 |
<h1>Curbside pickup configuration</h1> |
59 |
|
61 |
|
|
|
62 |
[% UNLESS Koha.Preference('CurbsidePickup') %] |
63 |
[% SET pref_CurbsidePickup_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CurbsidePickup">CurbsidePickup</a>' %] |
64 |
<div class="dialog message">The [% pref_CurbsidePickup_link | $raw | $KohaSpan %] preference is not enabled, do not forget to enable it to turn the feature on.</div> |
65 |
[% END %] |
60 |
<form method="post" class="form"> |
66 |
<form method="post" class="form"> |
61 |
<div id="curbside_pickup_tabs" class="toptabs"> |
67 |
<div id="curbside_pickup_tabs" class="toptabs"> |
62 |
<ul class="nav nav-tabs" role="tablist"> |
68 |
<ul class="nav nav-tabs" role="tablist"> |
63 |
- |
|
|