2006/unicorn/WebContent/WEB-INF/resources/templates index.vm,1.1.2.4,1.1.2.5

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

Modified Files:
      Tag: dev2
	index.vm 
Log Message:
small css changes

Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/index.vm,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- index.vm	19 Aug 2009 18:47:04 -0000	1.1.2.4
+++ index.vm	20 Aug 2009 15:43:38 -0000	1.1.2.5
@@ -7,7 +7,7 @@
 				<form method="get" action="">
 					<p class="instructions">$select-a-task</p>
 					<p>
-						<label title="Address of page to Validate">$task:
+						<label title="Address of page to Validate"><span>$task:</span>
 							<select name="${param_prefix}task" class="ucn_task">
 #foreach( $task in $tasklist )
 								<option value="$task.getID()" #if ($task == $current_task) selected="selected" #end>$task.getLongName("${lang}")</option>
@@ -46,7 +46,7 @@
 				<form method="get" action="observe">
 					<p class="instructions">$instruction-by-uri</p>
 					<p>
-						<label title="$uri_title" for="${param_prefix}uri">$uri:
+						<label title="$uri_title" for="${param_prefix}uri"><span>$uri:</span>
 							<input type="text" name="${param_prefix}uri" id="${param_prefix}uri" size="45" />
 						</label>
 					</p>
@@ -61,7 +61,7 @@
 				<form method="post" enctype="multipart/form-data" action="observe">
 					<p class="instructions">$instruction-by-upload</p>
 					<p>
-						<label title="$instruction-by-upload" for="${param_prefix}file">$local_file
+						<label title="$instruction-by-upload" for="${param_prefix}file"><span>$local_file:</span>
 							<input type="file" id="${param_prefix}file" name="${param_prefix}file" size="30" />
 						</label>
 					</p>

Received on Thursday, 20 August 2009 15:43:50 UTC