2006/unicorn/WebContent/WEB-INF/resources/templates xhtml10.vm,1.2,1.3

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

Modified Files:
	xhtml10.vm 
Log Message:
updated result page for javascript

Index: xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/xhtml10.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xhtml10.vm	28 Aug 2009 12:40:00 -0000	1.2
+++ xhtml10.vm	28 Aug 2009 17:07:03 -0000	1.3
@@ -24,9 +24,9 @@
 #end
 	<h2>
 		<span class="icons">
-			#if ($infoCount && $infoCount > 0)<img src="images/icone_info.png" alt="info icon" /><span>$infoCount</span> #end
-			#if ($errorCount && $errorCount > 0)<img src="images/icone_error.png" alt="error icon" /><span>$errorCount</span> #end
-			#if ($warningCount && $warningCount > 0)<img src="images/icone_warning.png" alt="warning icon" /><span>$warningCount</span> #end
+			#if ($infoCount && $infoCount > 0)<img src="images/icone_info.png" alt="Infos" title="Infos" /><span>$infoCount</span> #end
+			#if ($errorCount && $errorCount > 0)<img src="images/icone_error.png" alt="Errors" title="Errors" /><span>$errorCount</span> #end
+			#if ($warningCount && $warningCount > 0)<img src="images/icone_warning.png" alt="Warnings" title="Warnings" /><span>$warningCount</span> #end
 		</span>
 		#if($observation.isPassed())
 		$test_ok_1

Received on Friday, 28 August 2009 17:18:06 UTC