]> git.mxchange.org Git - pizzaservice-war.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 27 Aug 2017 13:02:11 +0000 (15:02 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 27 Aug 2017 13:44:13 +0000 (15:44 +0200)
commit4695f402b927fc57e81339257f4862c127d73f62
treeda4a16fe5c90ec2f01144c421b955d9a93ba8a8f
parente84cd403cd1023cad3f4c50e3d8f1c974d84bf84
Please cherry-pick:
- rewrote templates (ui:include with unsafe ui:param) to custom JSF tags (
  type-safe parameter, including required parameter)
- also the as type set interfaces are being considered by NetBeans auto-complete
  and matching elements are sorted up and marked bold, very nice!
- remove no longer needed i18n strings ("targetController not set" + "mode")

Signed-off-by: Roland Häder <roland@mxchange.org>
49 files changed:
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/resources/tags/admin/contact/admin_form_contact_data.tpl [deleted file]
web/WEB-INF/resources/tags/admin/form_data/contact/admin_form_contact_data.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/form_data/user/admin_form_user_data.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/fax/admin_fax_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/landline/admin_landline_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/links/mobile/admin_mobile_links.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/panel_grids/fax/admin_fax_data.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/panel_grids/landline/admin_landline_data.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/profile/user/user_profile_link.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/table_rows/fax_input_table_row.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/table_rows/landline_input_table_row.tpl [new file with mode: 0644]
web/WEB-INF/resources/tags/table_rows/mobile_selection_table_row.tpl
web/WEB-INF/resources/tags/table_rows/user_personal_title_table_row.tpl
web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl
web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl
web/WEB-INF/templates/admin/fax/admin_fax_data.tpl [deleted file]
web/WEB-INF/templates/admin/fax/admin_fax_links.tpl [deleted file]
web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl
web/WEB-INF/templates/admin/fax/admin_form_fax_data.tpl
web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl
web/WEB-INF/templates/admin/landline/admin_form_landline_data.tpl
web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl
web/WEB-INF/templates/admin/landline/admin_landline_data.tpl [deleted file]
web/WEB-INF/templates/admin/landline/admin_landline_links.tpl [deleted file]
web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl
web/WEB-INF/templates/admin/mobile/admin_mobile_data.tpl [deleted file]
web/WEB-INF/templates/admin/mobile/admin_mobile_links.tpl [deleted file]
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl [deleted file]
web/WEB-INF/templates/admin/user/admin_form_user_personal_data.tpl
web/WEB-INF/templates/input_fields/fax_input_fields.tpl [deleted file]
web/WEB-INF/templates/input_fields/landline_input_fields.tpl [deleted file]
web/WEB-INF/templates/user/user_profile_link.tpl [deleted file]
web/WEB-INF/widgets.jsf.taglib.xml
web/admin/contact/admin_contact_edit.xhtml
web/admin/contact/admin_contact_list.xhtml
web/admin/contact/unlink/admin_contact_fax_unlink.xhtml
web/admin/contact/unlink/admin_contact_landline_unlink.xhtml
web/admin/contact/unlink/admin_contact_mobile_unlink.xhtml
web/admin/fax/admin_fax_delete.xhtml
web/admin/fax/admin_fax_show.xhtml
web/admin/landline/admin_landline_delete.xhtml
web/admin/landline/admin_landline_show.xhtml
web/admin/mobile/admin_mobile_delete.xhtml
web/admin/mobile/admin_mobile_show.xhtml
web/admin/user/admin_user_edit.xhtml
web/guest/user/user_list.xhtml