]> git.mxchange.org Git - jfinancials-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>
Sat, 7 Jul 2018 16:24:43 +0000 (18:24 +0200)
commitaf2cb4a0f6ff723bd508791aa182cb7f692557e0
tree918508500d2594bdef0f0770d6c0b45bb2d38da5
parent4827bbb1600a6847091f6f6146bc88bd5487e0d9
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]