- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Sep 2009 14:33:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes In directory hutz:/tmp/cvs-serv31914/WebContent/WEB-INF/resources/templates/includes Modified Files: parameters.vm Log Message: removed option for task conformance + when a task has no options, ajax call is not sent Index: parameters.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/parameters.vm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- parameters.vm 28 Aug 2009 12:40:10 -0000 1.2 +++ parameters.vm 3 Sep 2009 14:33:14 -0000 1.3 @@ -27,4 +27,8 @@ </ul> </div> </fieldset> +#end +#if ($advanced_parameters.size() == 0 && $simple_parameters.size() == 0) +<fieldset class="options none $current_task.getID()"> +</fieldset> #end \ No newline at end of file
Received on Thursday, 3 September 2009 14:45:14 UTC