]> git.mxchange.org Git - jjobs-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 19:51:56 +0000 (21:51 +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 650c4dc48ceff40e9d95c8a6e40806a7f6049aea..ad480b69cde38de1b9b0432e98ff12816eb3b9d3 100644 (file)
@@ -481,3 +481,5 @@ CONTENT_TITLE_ADMIN_EDIT_CONTACT=Kontaktdaten editieren:
 ADMIN_LINK_EDIT_CONTACT=Kontaktdaten editieren
 #@TODO Please fix German umlauts!
 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 e028cdb4b3c4633931b992c57f7b855f4f1f2ace..1960c2c74d4f6795bd20e01528ce660803c6b8eb 100644 (file)
@@ -455,3 +455,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 33695cb4963b01e04c2130f1f1e40d5371fc82fe..2adfb62bc11ae05bde30ab4a5f4d043cf73ffdaa 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>