]> git.mxchange.org Git - addressbook-war.git/commit
Moved a lot templates areound:
authorRoland Häder <roland@mxchange.org>
Fri, 6 May 2016 11:08:37 +0000 (13:08 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 7 May 2016 10:35:16 +0000 (12:35 +0200)
commite7b85766f51e4a668fd74252ed42bd1e836b54bd
tree1dceba14275c341ed2f6f44b435a9b814cc3bb8e
parent266040fb89a82537b788a9d38b5a9c295c3a42d3
Moved a lot templates areound:
- moved user-related templates out of generic folder
- moved "login user" to login/user
- moved "login recruiter" to login/recruiter
- added missing templarte when recruiter is not logged-in

Signed-off-by: Roland Häder <roland@mxchange.org>
35 files changed:
nbproject/faces-config.NavData
web/WEB-INF/faces-config.xml
web/WEB-INF/templates.dist/login_page.xhtml
web/WEB-INF/templates/generic/user_not_logged_in.tpl [deleted file]
web/WEB-INF/templates/generic/user_profile_link.tpl [deleted file]
web/WEB-INF/templates/generic/userid_error.tpl [deleted file]
web/WEB-INF/templates/login/login_base.tpl [deleted file]
web/WEB-INF/templates/login/login_enter_current_password.tpl [deleted file]
web/WEB-INF/templates/login/login_footer.tpl [deleted file]
web/WEB-INF/templates/login/login_menu.tpl [deleted file]
web/WEB-INF/templates/login/user/user_base.tpl [new file with mode: 0644]
web/WEB-INF/templates/login/user/user_enter_current_password.tpl [new file with mode: 0644]
web/WEB-INF/templates/login/user/user_footer.tpl [new file with mode: 0644]
web/WEB-INF/templates/login/user/user_menu.tpl [new file with mode: 0644]
web/WEB-INF/templates/user/user_not_logged_in.tpl [new file with mode: 0644]
web/WEB-INF/templates/user/user_profile_link.tpl [new file with mode: 0644]
web/WEB-INF/templates/user/userid_error.tpl [new file with mode: 0644]
web/guest/user/show_addressbook.xhtml
web/guest/user/show_addressbook_entries.xhtml
web/guest/user/user_list.xhtml
web/guest/user/user_profile.xhtml
web/user/login_add_addressbook.xhtml
web/user/login_change_email_address.xhtml
web/user/login_change_password.xhtml
web/user/login_change_personal_data.xhtml
web/user/login_contact_data_saved.xhtml
web/user/login_data_saved.xhtml
web/user/login_edit_user_data.xhtml
web/user/login_index.xhtml
web/user/login_list_sharing_addressbooks.xhtml
web/user/login_other_addressbooks.xhtml
web/user/login_own_addressbooks.xhtml
web/user/login_shared_addressbooks.xhtml
web/user/login_start_sharing_addressbook.xhtml
web/user/login_user_data_saved.xhtml