CVS: tmda-cgi/display/themes/Blue/template globalconfig.ht, 1.3, 1.4 globalconfig.html, 1.14, 1.15
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv12618
Modified Files:
globalconfig.ht globalconfig.html
Log Message:
Remove any doubt that we're missing the "save" button in this page -
Make note it's read-only and supposed to be that way.
Index: globalconfig.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/globalconfig.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- globalconfig.ht 11 Aug 2003 17:49:08 -0000 1.3
+++ globalconfig.ht 15 Dec 2003 15:13:26 -0000 1.4
@@ -1,7 +1,7 @@
Title: Global Configuration File
<table align="center">
- <form>
+ <form method="post" action="%(Script)s">
<tr>
<td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
</tr>
@@ -9,6 +9,11 @@
<td align="center"><!-- var: NoFile --><textarea name="textarea"
cols="64" rows="15" wrap="off">%(FileContents)s</textarea><!-- /var -->
<!-- var: NoneLook="<i>None.</i>" -->
+ </td>
+ </tr>
+ <tr align="center">
+ <td height="30" valign="bottom">
+ <i>This read-only file cannot be saved</i>
</td>
</tr>
</form>
Index: globalconfig.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/globalconfig.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- globalconfig.html 11 Aug 2003 17:49:08 -0000 1.14
+++ globalconfig.html 15 Dec 2003 15:13:26 -0000 1.15
@@ -2,7 +2,7 @@
<?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Mon Aug 11 12:43:18 2003 -->
+<!-- Mon Dec 15 09:05:49 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -87,7 +87,7 @@
<!-- end of sidebar cell -->
<!-- start of body cell -->
<td valign="top" class="body"><table align="center">
- <form>
+ <form method="post" action="%(Script)s">
<tr>
<td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
</tr>
@@ -95,6 +95,11 @@
<td align="center"><!-- var: NoFile --><textarea name="textarea"
cols="64" rows="15" wrap="off">%(FileContents)s</textarea><!-- /var -->
<!-- var: NoneLook="<i>None.</i>" -->
+ </td>
+ </tr>
+ <tr align="center">
+ <td height="30" valign="bottom">
+ <i>This read-only file cannot be saved</i>
</td>
</tr>
</form>