2006/unicorn/WebContent/WEB-INF/resources/templates index.vm,1.21,1.22

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

Modified Files:
	index.vm 
Log Message:
changed /observe to /check

Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- index.vm	22 Oct 2009 17:21:40 -0000	1.21
+++ index.vm	22 Oct 2009 17:24:38 -0000	1.22
@@ -46,7 +46,7 @@
 #submit_button
 				</fieldset>
 			</form>
-			<form action="observe" method="post" enctype="multipart/form-data"  id="validate-by-upload">
+			<form action="check" method="post" enctype="multipart/form-data"  id="validate-by-upload">
 				<fieldset>
 					<legend>$legend-by-upload</legend>
 					<div class="input">
@@ -61,7 +61,7 @@
 #submit_button
 				</fieldset>
 			</form>
-			<form action="observe" method="post" id="validate-by-input">
+			<form action="check" method="post" id="validate-by-input">
 				<fieldset>
 					<legend>$legend-by-input</legend>
 					<div class="input">

Received on Thursday, 22 October 2009 17:24:44 UTC