[limb-svn] r5534 - 3.x/trunk/limb/cms/template/_cms

svn at limb-project.com svn at limb-project.com
Thu Apr 5 14:33:04 MSD 2007


Author: pachanga
Date: 2007-04-05 14:33:04 +0400 (Thu, 05 Apr 2007)
New Revision: 5534
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5534

Modified:
   3.x/trunk/limb/cms/template/_cms/form_errors.html
Log:
-- using new 'message' property

Modified: 3.x/trunk/limb/cms/template/_cms/form_errors.html
===================================================================
--- 3.x/trunk/limb/cms/template/_cms/form_errors.html	2007-04-05 10:32:40 UTC (rev 5533)
+++ 3.x/trunk/limb/cms/template/_cms/form_errors.html	2007-04-05 10:33:04 UTC (rev 5534)
@@ -3,7 +3,7 @@
 <list:list id='fields_errors'>
 <ol>
   <list:item>
-    <li><font color="red">{$error}</font></li>
+    <li><font color="red">{$message}</font></li>
   </list:item>
 </ol>
 </list:list>



More information about the limb-svn mailing list