]> git.mxchange.org Git - addressbook-war.git/commitdiff
Double id fixed
authorRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 18:48:18 +0000 (20:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Oct 2015 18:48:18 +0000 (20:48 +0200)
web/login/login_start_sharing_addressbook.xhtml

index 8158d04a74512f514892fa958a0a8d5fd5da8d7e..e3ebb78a68de7c179fb28c0366abefc33e263ade 100644 (file)
@@ -21,7 +21,7 @@
                                </div>
 
                                <div class="para">
-                                       <h:outputText id="ownProfileInvisible" class="notice" value="#{msg.USER_NOT_LOGGED_IN}" rendered="#{not loginController.isUserLoggedIn()}" />
+                                       <h:outputText id="userNotLoggedIn" class="notice" value="#{msg.USER_NOT_LOGGED_IN}" rendered="#{not loginController.isUserLoggedIn()}" />
 
                                        <h:dataTable id="userList" headerClass="table_header_column" var="user" value="#{addressbookController.allUsersNotSharing()}" rendered="#{loginController.isUserLoggedIn() and not empty addressbookController.addressbook and not loginController.isInvisible()}">
                                                <c:set value="#{user}" target="#{profileController}" property="user" />