- From: Mercurial notifier <nobody@w3.org>
- Date: Fri, 06 Aug 2010 16:06:25 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1435:8aecdb5fb963 tag: tip user: Thomas Gambet <tgambet@w3.org> date: Fri Aug 06 12:05:54 2010 -0400 files: WebContent/WEB-INF/resources/templates/includes/footer.vm description: + title attribute on the language selection menu diff -r a96a0f85ce31 -r 8aecdb5fb963 WebContent/WEB-INF/resources/templates/includes/footer.vm --- a/WebContent/WEB-INF/resources/templates/includes/footer.vm Fri Aug 06 18:03:22 2010 +0200 +++ b/WebContent/WEB-INF/resources/templates/includes/footer.vm Fri Aug 06 12:05:54 2010 -0400 @@ -14,7 +14,7 @@ #end #end <label for="ucn_lang">Language</label> - <select name="ucn_lang" id="ucn_lang"> + <select name="ucn_lang" id="ucn_lang" title="Select language"> #foreach( $locale in $languages ) #if ($locale.getName() != "lolcat" && $locale.getName() != "l33t" && $locale.getName() != "buccaneer") #set($localeName = $locale.getDisplayName($locale))
Received on Friday, 6 August 2010 16:06:26 UTC