]> git.mxchange.org Git - jjobs-war.git/commitdiff
nicer CSS class (output)
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 15:37:53 +0000 (16:37 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 15:37:53 +0000 (16:37 +0100)
web/WEB-INF/templates/login/login_enter_current_password.tpl

index 517870e1ec2023e6c585734c484477ad60467c20..26206e4c05a9c65940c7b9d8387745a394d9fb1f 100644 (file)
@@ -15,7 +15,7 @@
 
                                <div class="table_right">
                                        <h:inputSecret class="input" id="currentPassword" size="10" maxlength="255" value="#{loginController.currentPassword}" required="true" validatorMessage="#{msg.ERROR_CURRENT_PASSWORD_MISMATCHING}">
-                                               <h:message for="currentPassword" />
+                                               <h:message for="currentPassword" class="errors" />
                                                <f:validator for="currentPassword" validatorId="UserPasswordValidator" />
                                        </h:inputSecret>
                                </div>