From fd4f9fadbede46895d8c9e9853e04e02fe701662 Mon Sep 17 00:00:00 2001 From: Francisco Donalisio Date: Tue, 8 Mar 2011 20:57:19 -0300 Subject: Bug 634310: Remove WCAG 2.0 violations from the index.cgi to make it W3C WAI compliant. r=timello, a=LpSolit --- template/en/default/account/auth/login-small.html.tmpl | 6 +++++- template/en/default/global/common-links.html.tmpl | 2 +- template/en/default/global/header.html.tmpl | 2 +- template/en/default/index.html.tmpl | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index a7e72eaf1..39984aeaf 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -47,15 +47,18 @@ [% IF Param('rememberlogin') == 'defaulton' || @@ -112,7 +115,8 @@ onclick="return show_forgot_form('[% qs_suffix %]')">Forgot Password
- + + diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index b0bb36315..769d41e7e 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -35,7 +35,7 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> + title="Quick Search" value="[% quicksearch FILTER html %]"> [%-# Work around FF bug: keep this on one line %]
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index d6a07bcd3..c7c104e29 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -91,7 +91,7 @@ - + [% Hook.process("start") %] [% title %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 73f18a5fd..b1370261f 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -140,6 +140,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions); onsubmit="return checkQuicksearch(this);">
-- cgit v1.2.3-24-g4f1b