2006/unicorn/WebContent/WEB-INF/resources/templates language.form.vm,1.5,1.6

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv27095/WebContent/WEB-INF/resources/templates

Modified Files:
	language.form.vm 
Log Message:
added hidden ucn_lang parameter

Index: language.form.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/language.form.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- language.form.vm	12 Oct 2009 15:29:22 -0000	1.5
+++ language.form.vm	12 Oct 2009 16:01:28 -0000	1.6
@@ -24,6 +24,8 @@
 				<a id="a_all" title="Display all" href="#" style="display: none">Display all</a>
 			</legend>
 			
+			<input type="hidden" name="${param_prefix}lang" value="$prop.get('lang')"/>
+			
 			<table style="width:100%">
 				<thead>
 					<tr>

Received on Monday, 12 October 2009 16:01:35 UTC