Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv3383
Modified Files:
view_file.html
Log Message:
created a new <td> for download/edit commands, so they are not
on the same line as current location
Index: view_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -U2 -r1.28 -r1.29
--- view_file.html 3 Feb 2002 03:45:05 -0000 1.28
+++ view_file.html 10 Feb 2002 20:46:09 -0000 1.29
@@ -7,5 +7,7 @@
<br />
</td>
- <td width="50%">
+ </tr>
+ <tr>
+ <td width="100%" align="right">
<input type="hidden" name="action" value="file" />
<a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=file&file_command=download&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>">download</a>
|