]> git.mxchange.org Git - jjobs-war.git/commitdiff
more fixes, 'register' was to much around, comes from copy-paste template ... :-(
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 20:03:50 +0000 (22:03 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 20:03:50 +0000 (22:03 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/admin/user/admin_user_list.xhtml
web/user/login_add_addressbook.xhtml

index 02a58ddbd15aef1a425fd3cd661f428f0e65529d..8d6a487179540c8f89a887b05491d3db7433208a 100644 (file)
@@ -97,7 +97,7 @@
                        </h:dataTable>
 
                        <h:panelGroup styleClass="table_medium" layout="block">
-                               <h:form id="admin_add_user">
+                               <h:form id="form_admin_add_user">
                                        <div class="table_header">
                                                <h:outputText value="#{msg.ADMIN_ADD_USER_TITLE}" />
                                        </div>
index eadc7656adefefc1a09d84a4fe95de897ea05613..9a2e40566ea472b11a0dde7dab42c6cdaf069845 100644 (file)
@@ -19,7 +19,7 @@
 
                <ui:define name="content">
                        <ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
-                               <h:form id="add_addressbook" acceptcharset="utf-8">
+                               <h:form id="form_add_addressbook" acceptcharset="utf-8">
                                        <div class="table">
                                                <div class="table_header">
                                                        <h:outputText value="#{msg.FORM_LOGIN_ADD_ADDRESSBOOK_TITLE}" />
@@ -39,7 +39,7 @@
 
                                                <div class="table_footer">
                                                        <h:commandButton styleClass="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton styleClass="submit" type="submit" id="register" value="#{msg.BUTTON_LOGIN_ADD_ADDRESSBOOK}" action="#{addressbookController.addAddressbook()}" />
+                                                       <h:commandButton styleClass="submit" type="submit" id="add_addressbook" value="#{msg.BUTTON_LOGIN_ADD_ADDRESSBOOK}" action="#{addressbookController.addAddressbook()}" />
                                                </div>
                                        </div>
                                </h:form>