Bug 9398 - [ ? ] Link Lacks Context for All General Users (Accessibility) [Contexual...
authorCorey Fuimaono <agent.075@gmail.com>
Tue, 15 Jan 2013 22:23:46 +0000 (11:23 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 18 Jan 2013 01:58:17 +0000 (20:58 -0500)
testing procedure:
1. see that [ ? ] has simply been changed to 'Help'

Signed-off-by: Liz Rea <liz@catalyst.net.nz>
I like this change, the context is improved even for sighted individuals, and it helps screen reader users a great deal.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
The new 'Help' doesn't take up a lot more space than the old '[ ? ]'
and makes it easier to undertand what will happen when you click on it.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index f4037ac..eaf1481 100644 (file)
@@ -78,6 +78,6 @@
         [% ELSE %]
             You are not logged in |
         [% END %]
-        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper" onclick="var link=window.open('','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); link.location='/cgi-bin/koha/help.pl'; return false;">[ ? ]</a>
+        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper" onclick="var link=window.open('','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); link.location='/cgi-bin/koha/help.pl'; return false;">Help</a>
     </div>
 </div>