]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
added div around admin_edit_user form + added missing i18n strings
authorRoland Häder <roland@mxchange.org>
Thu, 21 Apr 2016 08:50:49 +0000 (10:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 21 Apr 2016 18:07:10 +0000 (20:07 +0200)
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/admin/user/admin_user_edit.xhtml

index dcbbc8bf87365959013fe9a5e6fcda3902900d93..f7e3007e8004641eb494d5985781c389e94ddef7 100644 (file)
@@ -419,3 +419,5 @@ PAGE_TITLE_ADMIN_EDIT_CONTACT=Kontaktdaten editieren
 CONTENT_TITLE_ADMIN_EDIT_CONTACT=Kontaktdaten editieren:
 ADMIN_LINK_EDIT_CONTACT=Kontaktdaten editieren
 ADMIN_LINK_EDIT_CONTACT_TITLE=Hier k\u00f6nnen Sie die Kontaktdaten editieren.
+BUTTON_ADMIN_EDIT_USER=Benutzerdaten \u00e4ndern
+ADMIN_EDIT_USER_TITLE=Benutzerdaten editieren
index 85ebbc36664044e33b6cb38920f5bd462bb4312c..675ed04b075a78f79d7d4edeffff69e5729c3c4b 100644 (file)
@@ -416,3 +416,5 @@ PAGE_TITLE_ADMIN_EDIT_CONTACT=Edit contact data
 CONTENT_TITLE_ADMIN_EDIT_CONTACT=Edit contact data:
 ADMIN_LINK_EDIT_CONTACT=Edit contact data
 ADMIN_LINK_EDIT_CONTACT_TITLE=Here you can edit contact data.
+BUTTON_ADMIN_EDIT_USER=Change user data
+ADMIN_EDIT_USER_TITLE=Edit user data
index f383ce76f3feada5b5c00ec45659f9723198f0c6..6f1c1898b21eef3c65b3316e98aaa6349b0394e1 100644 (file)
                        <h:outputText styleClass="errors" value="#{msg.ERROR_USER_ID_NOT_FOUND}" rendered="#{empty adminHelper.user}" />
 
                        <h:form id="admin_edit_user" rendered="#{not empty adminHelper.user}">
-                               <div class="table_header">
-                                       #{msg.ADMIN_EDIT_USER_TITLE}
-                               </div>
+                               <div class="table">
+                                       <div class="table_header">
+                                               #{msg.ADMIN_EDIT_USER_TITLE}
+                                       </div>
 
-                               <div class="para notice">
-                                       #{msg.ADMIN_PERSONAL_DATA_MINIMUM_NOTICE}
-                               </div>
+                                       <div class="para notice">
+                                               #{msg.ADMIN_PERSONAL_DATA_MINIMUM_NOTICE}
+                                       </div>
 
-                               <ui:include src="/WEB-INF/templates/admin/user/admin_form_user_data.tpl" />
+                                       <ui:include src="/WEB-INF/templates/admin/user/admin_form_user_data.tpl" />
 
-                               <div class="table_footer">
-                                       <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                       <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_USER}" action="#{adminUserController.editUserData()}" />
+                                       <div class="table_footer">
+                                               <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                               <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_USER}" action="#{adminUserController.editUserData()}" />
+                                       </div>
                                </div>
                        </h:form>
                </ui:define>