[open-ils-commits] r16887 - trunk/Open-ILS/web/opac/locale/en-US (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 8 14:29:09 EDT 2010


Author: dbs
Date: 2010-07-08 14:29:05 -0400 (Thu, 08 Jul 2010)
New Revision: 16887

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
Log:
Give the "About" button a legitimate accesskey

r15562 contained a fix for this to rel_1_6_0, but apparently I never 
forward-ported that "fix". Unfortunately, this leads to broken interfaces in
the i18n build (bug re-found by Robert Souilliere in the 1.6.1.1 release).


Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-07-08 17:09:36 UTC (rev 16886)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-07-08 18:29:05 UTC (rev 16887)
@@ -212,7 +212,7 @@
 <!ENTITY staff.auth.submit_prompt.key "S">
 <!ENTITY staff.auth.title "Evergreen Staff Client">
 <!ENTITY staff.auth.about_btn.label "About this client...">
-<!ENTITY staff.auth.about_btn.accesskey "">
+<!ENTITY staff.auth.about_btn.accesskey "b">
 <!ENTITY staff.auth.new_window_btn.label "Open New Window">
 <!ENTITY staff.auth.new_window_btn.accesskey "N">
 <!ENTITY staff.auth.locale.label "Locale:">



More information about the open-ils-commits mailing list