[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes masthe... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Nov 9 17:04:40 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/11/09 16:04:40

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: masthead.inc 

Log message:
	Adding 's' accesskey for search form focus

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.8.2.17&r2=1.1.2.8.2.18

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1.2.8.2.17
retrieving revision 1.1.2.8.2.18
diff -u -b -r1.1.2.8.2.17 -r1.1.2.8.2.18
--- masthead.inc	11 Oct 2006 15:25:39 -0000	1.1.2.8.2.17
+++ masthead.inc	9 Nov 2006 16:04:40 -0000	1.1.2.8.2.18
@@ -20,7 +20,7 @@
         <option value="se">Series</option>
         <option value="callnum">Call Number</option>
 </select>
-<input type="text" name="q" style="width: 30%;"/>
+<input type="text" name="q" accesskey="s" style="width: 30%;"/>
 <input type="submit" value="Search" class="submit" /> <a href="/search">Advanced Search</a></p>
 </form></div>
 </div>





More information about the Koha-cvs mailing list