You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/08/18 00:47:50 UTC

svn commit: r432417 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp

Author: carlos
Date: Thu Aug 17 15:47:49 2006
New Revision: 432417

URL: http://svn.apache.org/viewvc?rev=432417&view=rev
Log:
Use css for login error message

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp?rev=432417&r1=432416&r2=432417&view=diff
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/login.jsp Thu Aug 17 15:47:49 2006
@@ -13,7 +13,9 @@
 
         <%-- if login_error parameter is present authentication didn't succeed --%>
         <c:if test="${not empty param.login_error}">
-          <ww:text name="login.bad_login_password"/>
+          <div class="errormessage">
+            <ww:text name="login.bad_login_password"/>
+          </div>
         </c:if>
 
         <div class="axial">