Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv9156/templates
Modified Files:
framework.html
Log Message:
* changed ERROR to MESSAGE, since it's more general purpose notification
than only ERRORS
Index: framework.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -U2 -r1.16 -r1.17
--- framework.html 21 Feb 2002 05:43:14 -0000 1.16
+++ framework.html 28 Feb 2002 04:31:08 -0000 1.17
@@ -64,5 +64,5 @@
<tr>
<td width="100%" align="center" valign="center">
- <font color="#EE6666"><TMPL_VAR NAME=ERROR></font><br />
+ <font color="#EE6666"><TMPL_VAR NAME=MESSAGE></font><br />
</td>
</tr>
|