Bug 30952: Reintroduce placeholder and classes in catalogue search

They were lost in the last rebase

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Julian Maurice 2022-09-13 13:17:12 +02:00 committed by Tomas Cohen Arazi
parent 657dbc7d62
commit 675e9feda4
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -7,9 +7,9 @@
[% INCLUDE 'search_indexes.inc' $header_pulldown = 1 %]
[% END %]
[% IF ( Koha.Preference('RetainCatalogSearchTerms') ) %]
<input type="text" name="q" id="search-form" size="20" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" />
<input type="text" name="q" id="search-form" size="20" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox form-control" placeholder="Enter search keywords" />
[% ELSE %]
<input type="text" name="q" id="search-form" size="20" title="Enter the terms you wish to search for." class="query form-text head-searchbox" />
<input type="text" name="q" id="search-form" size="20" title="Enter the terms you wish to search for." class="query form-text head-searchbox form-control" placeholder="Enter search keywords" />
[% END %]
[% IF ( Koha.Preference('IntranetAddMastheadLibraryPulldown') ) %]