]> git.mxchange.org Git - jjobs-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>
Fri, 6 May 2016 21:26:17 +0000 (23:26 +0200)
commitb5cf54a6511a711b34e3de8974ad727872ade180
tree022452d06651d82e862fbae472496ed04342fc04
parent2f1dc01f247f98b5b0c564d95434960ddf5cbb3f
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>
32 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/recruiter/login.xhtml [deleted file]
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_own_addressbooks.xhtml
web/user/login_user_data_saved.xhtml