]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/login/user/user_enter_current_password.tpl
Moved a lot templates areound:
[jjobs-war.git] / web / WEB-INF / templates / login / user / user_enter_current_password.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7
8         <div class="para">
9                 <fieldset id="current_password">
10                         <legend title="#{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE}">#{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND}</legend>
11                         <div class="table_row">
12                                 <div class="table_left">
13                                         <h:outputLabel for="currentPassword" value="#{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRM}" />
14                                 </div>
15
16                                 <div class="table_right">
17                                         <h:inputSecret styleClass="input" id="currentPassword" size="10" maxlength="255" value="#{userLoginController.currentPassword}" required="true" validatorMessage="#{msg.ERROR_CURRENT_PASSWORD_MISMATCHING}">
18                                                 <h:message for="currentPassword" styleClass="errors" />
19                                                 <!-- <f:validator for="currentPassword" validatorId="RecruiterUserPasswordValidator" /> //-->
20                                         </h:inputSecret>
21                                 </div>
22
23                                 <div class="clear"></div>
24                         </div>
25                 </fieldset>
26         </div>
27 </ui:composition>