]> git.mxchange.org Git - addressbook-war.git/blobdiff - web/login/login_change_personal_data.xhtml
Added nice boxes around current password input box
[addressbook-war.git] / web / login / login_change_personal_data.xhtml
index 7c4db3d5871a62f4692b0bc8a750ff5095304824..2a1b4998e7b2b6da20bbfbec05cb2bcb0bb615cf 100644 (file)
 
                                                <ui:include src="/WEB-INF/templates/guest/guest_privacy_terms.tpl" />
 
-                                               <div class="para"></div>
-
-                                               <div class="table_row">
-                                                       <div class="table_left">
-                                                               <h:outputLabel for="password" value="#{msg.LOGIN_ENTER_PASSWORD_CONFIRM}" />
-                                                       </div>
-
-                                                       <div class="table_right">
-                                                               <h:inputSecret class="input" id="password" size="10" maxlength="255" value="#{loginController.currentPassword}" required="true" />
-                                                       </div>
-
-                                                       <div class="clear"></div>
+                                               <div class="para">
+                                                       <fieldset id="current_password">
+                                                               <legend title="#{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE}">#{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND}</legend>
+                                                               <div class="table_row">
+                                                                       <div class="table_left">
+                                                                               <h:outputLabel for="password" value="#{msg.LOGIN_ENTER_PASSWORD_CONFIRM}" />
+                                                                       </div>
+
+                                                                       <div class="table_right">
+                                                                               <h:inputSecret class="input" id="password" size="10" maxlength="255" value="#{loginController.currentPassword}" required="true" />
+                                                                       </div>
+
+                                                                       <div class="clear"></div>
+                                                               </div>
+                                                       </fieldset>
                                                </div>
 
                                                <div class="table_footer">