From b80cf63367e5c688e99c99270582fa7d4c6c3f12 Mon Sep 17 00:00:00 2001 From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 8 Jul 2010 18:29:05 +0000 Subject: [PATCH] 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). git-svn-id: svn://svn.open-ils.org/ILS/trunk@16887 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 60bd730aea..a7f22891a2 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -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:"> -- 2.11.0