2006/unicorn/resources/templates/index en_index.html.vm,1.9,1.10

Update of /sources/public/2006/unicorn/resources/templates/index
In directory hutz:/tmp/cvs-serv21367/resources/templates/index

Modified Files:
	en_index.html.vm 
Log Message:
Add ucn_lang parameter for form "by upload"

Index: en_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- en_index.html.vm	22 Jan 2008 13:49:36 -0000	1.9
+++ en_index.html.vm	11 Feb 2008 14:19:52 -0000	1.10
@@ -103,6 +103,7 @@
 							Local file:
 							<input type="file" id="ucn_file" name="ucn_file" size="30" />
 						</label>
+						<input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
 					</p>
 					<fieldset id="opt_upload" class="options">
 						<p title="Simple options">Simple options</p>
@@ -130,6 +131,7 @@
 					<p>
 						<textarea name="ucn_text" rows="12" cols="70"></textarea>
 						<span id="ucn_text_mime"></span>
+						<input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
 					</p>      
 					<fieldset id="opt_direct" class="options">
 						<p title="Simple options">Simple options</p>

Received on Monday, 11 February 2008 14:20:10 UTC