unicorn commit: ~ removed ucn_text and ucn_file to the language form

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