From: Rob H. <for...@us...> - 2002-08-13 23:19:30
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv27526/templates Modified Files: tool_bar.html Log Message: create_file isn't useful without the inline editor. disabling, for now. also, noticed that tool_bar should be alot more modular, it's supposed to be told what buttons it has, I guess that's not implemented yet :) Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- tool_bar.html 13 Aug 2002 19:02:34 -0000 1.12 +++ tool_bar.html 13 Aug 2002 23:19:28 -0000 1.13 @@ -9,5 +9,4 @@ <tr> <td width="100%" align="center" colspan="3"> - <input type="submit" name="action" value="create_file" accesskey="i" /> <input type="submit" name="action" value="create_folder" accesskey="o" /> <input type="submit" name="action" value="delete" accesskey="d" /> |