- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 10 Aug 2010 19:20:10 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1456:138b0dc12359
tag: tip
user: Thomas Gambet <tgambet@w3.org>
date: Tue Aug 10 15:19:58 2010 -0400
files: WebContent/WEB-INF/resources/templates/includes/footer.vm
description:
~ removed ucn_text and ucn_file to the language form
diff -r 3595de266fb8 -r 138b0dc12359 WebContent/WEB-INF/resources/templates/includes/footer.vm
--- a/WebContent/WEB-INF/resources/templates/includes/footer.vm Tue Aug 10 14:01:04 2010 -0400
+++ b/WebContent/WEB-INF/resources/templates/includes/footer.vm Tue Aug 10 15:19:58 2010 -0400
@@ -9,7 +9,7 @@
<form action="$!{language_action}" method="get" id="lang_choice">
<fieldset>
#foreach( $key in $requestParameters.keySet() )
- #if($key != 'ucn_lang')
+ #if($key != 'ucn_lang' && $key != 'ucn_text' && $key != 'ucn_file')
<input type="hidden" name="$key" value="$requestParameters.get($key)"/>
#end
#end
Received on Tuesday, 10 August 2010 19:20:11 UTC