From: Rob H. <for...@us...> - 2002-01-07 07:17:38
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv9721/templates Modified Files: edit_file.html view_file.html Log Message: <textarea> tags are so lame. the content tag just needs to be right-justified inside the template. blah. Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- edit_file.html 2001/12/30 12:24:04 1.8 +++ edit_file.html 2002/01/07 07:17:35 1.9 @@ -15,5 +15,5 @@ <pre> <textarea name="data" cols="80" rows="24"> - <TMPL_VAR NAME=CONTENT> +<TMPL_VAR NAME=CONTENT> </textarea> </pre> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- view_file.html 2002/01/07 07:14:42 1.14 +++ view_file.html 2002/01/07 07:17:35 1.15 @@ -15,5 +15,5 @@ <pre> <textarea name="data" cols="80" rows="24"> - <TMPL_VAR NAME=DATA> +<TMPL_VAR NAME=DATA> </textarea> </pre> |