[open-ils-commits] r16890 - branches/rel_1_6_1/Open-ILS/web/opac/locale/en-US (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 8 14:36:30 EDT 2010


Author: dbs
Date: 2010-07-08 14:36:26 -0400 (Thu, 08 Jul 2010)
New Revision: 16890

Modified:
   branches/rel_1_6_1/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: branches/rel_1_6_1/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_6_1/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-07-08 18:35:43 UTC (rev 16889)
+++ branches/rel_1_6_1/Open-ILS/web/opac/locale/en-US/lang.dtd	2010-07-08 18:36:26 UTC (rev 16890)
@@ -188,7 +188,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