Bug 8712 - We should use WAI-ARIA guidelines to help with accessibility
authorSrikanth Dhondi <srikanth@catalyst.net.nz>
Tue, 16 Oct 2012 23:10:05 +0000 (12:10 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 27 Dec 2012 23:40:36 +0000 (18:40 -0500)
Added title to the search box

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc

index 3f661ad..a82dc42 100644 (file)
@@ -72,9 +72,9 @@
         <option value="callnum">Call number</option>
                [% END %]</select>
 [% IF ( ms_value ) %]
-        <input type="text" id = "transl1" name="q" value="[% ms_value |html %]" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div>
+        <input type="text" title="Type search term" id = "transl1" name="q" value="[% ms_value |html %]" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div>
 [% ELSE %]
-        <input type="text" id = "transl1" name="q" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div>
+        <input type="text" title="Type search term" id = "transl1" name="q" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div>
 [% END %]
    [% IF ( OpacAddMastheadLibraryPulldown ) %]
       <select name="limit" id="select_library" class="left">