morgand
Fri, 07 Sep 2001 16:10:28 -0700
morgand 01/09/07 16:34:54
Modified: latka-webapp/webapp TestMenu.jsp
Log:
made the file input box much longer
Revision Changes Path
1.6 +1 -1 jakarta-commons-sandbox/latka-webapp/webapp/TestMenu.jsp
Index: TestMenu.jsp
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/webapp/TestMenu.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TestMenu.jsp 2001/09/06 15:22:03 1.5
+++ TestMenu.jsp 2001/09/07 23:34:54 1.6
@@ -16,7 +16,7 @@
<form action="SetTestDir.jsp">
Test directory:
- <input type="text" name="testDir" value="<%= testDir %>">
+ <input type="text" name="testDir" size="60" value="<%= testDir %>">
<input type="submit" value="Set New Test Directory">
</form>
</p>