Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv7344/templates
Modified Files:
create_file.html
Log Message:
added more verbosity
Index: create_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- create_file.html 2001/11/30 20:42:05 1.2
+++ create_file.html 2001/12/18 00:42:03 1.3
@@ -4,5 +4,8 @@
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" />
-Location: <TMPL_VAR NAME=LOCATION><br />
+Current location: <TMPL_VAR NAME=LOCATION><br />
+ <br />
+Enter filename :
+ <br />
<input name="filename" type="text" /><br />
<input name="done" type="submit" value="Done" /><br />
|