- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Oct 2009 11:53:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv21831/WebContent/WEB-INF/resources/templates
Modified Files:
index.vm
Log Message:
removed colon from some strings
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- index.vm 6 Oct 2009 08:21:40 -0000 1.14
+++ index.vm 7 Oct 2009 11:53:11 -0000 1.15
@@ -19,7 +19,7 @@
<legend>$select-a-task</legend>
<div class="input">
<p>
- <label><span>$task_label:</span>
+ <label><span>$task_label</span>
<select name="${param_prefix}task" id="tasks">
#foreach( $task in $tasklist )
<option value="$task.getID()" title="$task.getDescription($lang)" #if ($task == $current_task) selected="selected" #end>$task.getLongName("${lang}")</option>
@@ -39,7 +39,7 @@
<div class="input">
<p class="instructions">$instruction-by-uri</p>
<p>
- <label title="$uri_title" for="ucn_uri"><span>$uri_label:</span>
+ <label title="$uri_title" for="ucn_uri"><span>$uri_label</span>
<input type="text" name="${param_prefix}uri" id="ucn_uri" size="45" value="$!param_uri"/>
</label>
</p>
@@ -54,7 +54,7 @@
<div class="input">
<p class="instructions">$instruction-by-upload</p>
<p>
- <label title="$instruction-by-upload" for="ucn_file"><span>$local_file_label:</span>
+ <label title="$instruction-by-upload" for="ucn_file"><span>$local_file_label</span>
<input type="file" id="ucn_file" name="${param_prefix}file" size="30" />
</label>
</p>
Received on Wednesday, 7 October 2009 11:53:14 UTC