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:
parent
657dbc7d62
commit
675e9feda4
1 changed files with 2 additions and 2 deletions
|
@ -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') ) %]
|
||||
|
|
Loading…
Reference in a new issue