]> git.mxchange.org Git - jjobs-war.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Jul 2018 16:24:43 +0000 (18:24 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 22 Jul 2019 00:23:03 +0000 (02:23 +0200)
commit767577bceb46598c3885a70a0e83c7b2ffa376b1
treefeb4469c31e664525ceb4293061592be6a2ce681
parent5d75ba237e2d5a44a80c2cd88925dbaea035a9ff
Please cherry-pick:
- restructed admin menu towards a sidebar and slide menu which is
  finger-friendlier and consumes lesser space
- also this lefts open a top panel for later enhancements
- renamed base.tpl -> master.tpl
- rewrote "mini links" (with custom CSS) to PrimeFaces' p:menuButton and
  p:menuitem, also moved them to proper "dropdown" folder

Signed-off-by: Roland Häder <roland@mxchange.org>
35 files changed:
src/java/org/mxchange/localization/generic_de_DE.properties
src/java/org/mxchange/localization/generic_en_US.properties
web/WEB-INF/links.jsf.taglib.xml
web/WEB-INF/resources/tags/admin/dropdown/basic_data/admin_basic_data_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/branch_office/admin_branch_office_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/contact/admin_contact_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/country/admin_country_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/department/admin_department_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/employee/admin_employee_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/fax/admin_fax_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/headquarter/admin_headquarter_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/landline/admin_landline_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/mobile/admin_mobile_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/mobile_provider/admin_mobile_provider_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/opening_time/admin_opening_time_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/dropdown/user/admin_user_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/mini/basic_data/admin_basic_data_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/branch_office/admin_branch_office_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/contact/admin_contact_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/country/admin_country_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/department/admin_department_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/employee/admin_employee_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/fax/admin_fax_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/headquarter/admin_headquarter_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/landline/admin_landline_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/mobile/admin_mobile_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/mobile_provider/admin_mobile_provider_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/opening_time/admin_opening_time_links.tpl [deleted file]
web/WEB-INF/resources/tags/admin/links/mini/user/admin_user_links.tpl [deleted file]
web/WEB-INF/templates/admin/admin_base.tpl
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/base.tpl [deleted file]
web/WEB-INF/templates/guest/guest_base.tpl
web/WEB-INF/templates/login/user/user_base.tpl
web/WEB-INF/templates/master.tpl [new file with mode: 0644]