From: Rob H. <for...@us...> - 2002-01-29 01:32:31
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv24638/templates Modified Files: browse_module.html Log Message: file actions are now implemented as a toolbar instead of a pulldown Index: browse_module.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- browse_module.html 2002/01/28 19:53:29 1.2 +++ browse_module.html 2002/01/29 01:32:28 1.3 @@ -19,4 +19,11 @@ <table border="0" width="100%" cellspacing="2" cellpadding="2"> <tr> + <input type="submit" name="action_file" value="create_file" /> + <input type="submit" name="action_file" value="create_folder" /> + <input type="submit" name="action_file" value="remove" /> + <input type="submit" name="action_file" value="rename" /> + <input type="submit" name="action_file" value="upload" /> + </tr> + <tr> <td width="50%" align="center" bgcolor="#AAAAAA"> <select name="vcs_command"> @@ -30,12 +37,4 @@ </td> <td width="50%" align="center" bgcolor="#AAAAAA"> - <select name="file_command"> - <option></option> - <TMPL_LOOP NAME="FILE_CMD_LOOP"> - <option><TMPL_VAR NAME="FILE_CMD"></option> - </TMPL_LOOP> - </select> -       - <input type="submit" name="action" value="file" /> </td> </tr> |