]> git.mxchange.org Git - addressbook-war.git/commitdiff
Added nice boxes around current password input box
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:14:20 +0000 (21:14 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 20:14:20 +0000 (21:14 +0100)
web/login/login_change_email_address.xhtml
web/login/login_change_password.xhtml
web/login/login_change_personal_data.xhtml

index a5db8b0eaee4a08df00ebb2a6677e65bf04189b9..8c40bab53ae452f3e32129f84fd602202537f7de 100644 (file)
@@ -26,7 +26,7 @@
                                                </div>
 
                                                <div class="para">
-                                                       <fieldset id="login_data">
+                                                       <fieldset id="change_email">
                                                                <legend title="#{msg.LOGIN_CHANGE_EMAIL_LEGEND_TITLE}">#{msg.LOGIN_CHANGE_EMAIL_LEGEND}</legend>
 
                                                                <div class="table_row">
 
                                                                        <div class="clear"></div>
                                                                </div>
+                                                       </fieldset>
+                                               </div>
 
-                                                               <div class="para"></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}" />
index 6b422d9d93db066cd48f386ff9466f63388e0b64..cae10f202f43d29647e6d6eec8bb1b343db35555 100644 (file)
                                                </div>
 
                                                <div class="para">
-                                                       <fieldset id="login_data">
+                                                       <fieldset id="change_password">
                                                                <legend title="#{msg.LOGIN_CHANGE_PASSWORD_LEGEND_TITLE}">#{msg.LOGIN_CHANGE_PASSWORD_LEGEND}</legend>
 
-
                                                                <div class="table_row">
                                                                        <div class="table_left">
                                                                                <h:outputLabel for="password" value="#{msg.LOGIN_ENTER_PASSWORD_CONFIRM}" />
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">