Bug 30952: Reintroduce placeholder and classes in catalogue search
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 13 Sep 2022 11:17:12 +0000 (13:17 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:19 +0000 (16:14 -0300)
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>
koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc

index fcab098..f308619 100644 (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') ) %]