From: Rob H. <for...@us...> - 2001-12-21 07:36:16
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv31621/templates Modified Files: browse.html Log Message: adjusted vcsaction/file table Index: browse.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v retrieving revision 1.43 retrieving revision 1.44 diff -U2 -r1.43 -r1.44 --- browse.html 2001/12/21 07:31:12 1.43 +++ browse.html 2001/12/21 07:36:13 1.44 @@ -19,5 +19,5 @@ <table border="0" width="100%" cellspacing="2" cellpadding="2"> <tr> - <td width="65%" align="center" bgcolor="#AAAAAA"> + <td width="50%" align="center" bgcolor="#AAAAAA"> <select name="vcs_command"> <option></option> @@ -29,5 +29,5 @@ <input type="submit" name="action" value="vcsaction" /> </td> - <td width="40%" align="center" bgcolor="#AAAAAA"> + <td width="50%" align="center" bgcolor="#AAAAAA"> <select name="file_command"> <option></option> |