Lines 60-66
Link Here
|
60 |
<h1>Curbside pickup configuration</h1> |
60 |
<h1>Curbside pickup configuration</h1> |
61 |
|
61 |
|
62 |
[% UNLESS Koha.Preference('CurbsidePickup') %] |
62 |
[% UNLESS Koha.Preference('CurbsidePickup') %] |
63 |
[% SET pref_CurbsidePickup_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CurbsidePickup">CurbsidePickup</a>' %] |
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> |
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 %] |
65 |
[% END %] |
66 |
<form method="post" class="form"> |
66 |
<form method="post" class="form"> |