- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 11:08:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv5671/WebContent/WEB-INF/resources/templates Modified Files: index.vm Log Message: hidden input parameter ucn_lang only present if parameter ucn_lang is defined in the request Index: index.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index.vm 11 Sep 2009 10:04:41 -0000 1.8 +++ index.vm 11 Sep 2009 11:08:32 -0000 1.9 @@ -26,7 +26,7 @@ #end </select> </label> - <input type="hidden" name="${param_prefix}lang" value="$lang" class="lang" /> + #if ($!param_lang)<input type="hidden" name="${param_prefix}lang" value="$lang" class="lang" />#end <input id="task_change" type="submit" value="OK" /> <span id="task_descrip">$current_task.getDescription($lang)</span> </p>
Received on Friday, 11 September 2009 11:08:44 UTC