From: Nick J. <nje...@us...> - 2002-02-18 12:30:02
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv3612/templates Modified Files: checkout.html Log Message: * added description support Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- checkout.html 13 Feb 2002 07:00:16 -0000 1.12 +++ checkout.html 18 Feb 2002 12:29:59 -0000 1.13 @@ -11,4 +11,6 @@ Enter module name to checkout: <input type="text" name="module_name" size="12" maxlength="24" /> <br /> <br /> + Enter brief description of module: <input type="text" name="module_description" size="20" maxlength="30" /> + <br /> <br /> <input type="submit" name="Submit" value="Checkout" /> </td> |