[Yanel-commits] rev 57063 - public/yanel/trunk/src/resources/user-mgmt/htdocs

michi at wyona.com michi at wyona.com
Tue Mar 1 16:57:07 CET 2011


Author: michi
Date: 2011-03-01 16:57:07 +0100 (Tue, 01 Mar 2011)
New Revision: 57063

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
Log:
make error messages red

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2011-03-01 15:32:25 UTC (rev 57062)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/create-user.jelly	2011-03-01 15:57:07 UTC (rev 57063)
@@ -3,7 +3,7 @@
   <html xmlns="http://www.w3.org/1999/xhtml">
     <body>
       <h1>Create User</h1>
-      <p>${resource.getErrorMessages()}</p>
+      <p><font color="red">${resource.getErrorMessages()}</font></p>
       <form action="">
         <label for="userID">User ID:</label>
         <input type="text" id="userID" name="userID" value="${resource.getParameterAsString('userID')}"/>



More information about the Yanel-commits mailing list