From be02834769d8d04ca18ff61293dd6120acb45101 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Mon, 16 Jul 2018 22:55:39 +0200 Subject: [PATCH] Product-only: - renamed *MiniLinks to *DropdownMenu as this is the actual purpose of the tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- web/WEB-INF/product-links.jsf.taglib.xml | 8 ++++---- .../generic_product/admin_generic_product_list.xhtml | 2 +- .../product_category/admin_product_category_list.xhtml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/WEB-INF/product-links.jsf.taglib.xml b/web/WEB-INF/product-links.jsf.taglib.xml index 55ea2c55..ac75f54e 100644 --- a/web/WEB-INF/product-links.jsf.taglib.xml +++ b/web/WEB-INF/product-links.jsf.taglib.xml @@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. > <namespace>http://mxchange.org/jsf/jproduct/links</namespace> <tag> - <tag-name>outputProductCategoryAdminMiniLinks</tag-name> - <description>This tag renders administrative "mini-links" for given category instance.</description> + <tag-name>outputProductCategoryAdminDropdownMenu</tag-name> + <description>This tag renders an administrative drop-down menu for given category instance.</description> <source>resources/tags/admin/dropdown/product_category/admin_product_category_links.tpl</source> <attribute> <name>category</name> @@ -46,8 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </attribute> </tag> <tag> - <tag-name>outputGenericProductAdminMiniLinks</tag-name> - <description>This tag renders administrative "mini-links" for given product instance.</description> + <tag-name>outputGenericProductAdminDropdownMenu</tag-name> + <description>This tag renders an administrative drop-down menu for given product instance.</description> <source>resources/tags/admin/dropdown/generic_product/admin_generic_product_links.tpl</source> <attribute> <name>product</name> diff --git a/web/admin/generic_product/admin_generic_product_list.xhtml b/web/admin/generic_product/admin_generic_product_list.xhtml index cb85fbcd..280e8ed2 100644 --- a/web/admin/generic_product/admin_generic_product_list.xhtml +++ b/web/admin/generic_product/admin_generic_product_list.xhtml @@ -163,7 +163,7 @@ </p:column> <p:column headerText="#{msg.ADMIN_ACTION_LINKS_HEADER}" sortable="false" filterable="false"> - <product-links:outputGenericProductAdminMiniLinks product="#{product}" /> + <product-links:outputGenericProductAdminDropdownMenu product="#{product}" /> </p:column> </p:dataTable> diff --git a/web/admin/product_category/admin_product_category_list.xhtml b/web/admin/product_category/admin_product_category_list.xhtml index 8e52a3ad..16d4ce51 100644 --- a/web/admin/product_category/admin_product_category_list.xhtml +++ b/web/admin/product_category/admin_product_category_list.xhtml @@ -116,7 +116,7 @@ </p:column> <p:column headerText="#{msg.ADMIN_ACTION_LINKS_HEADER}" sortable="false" filterable="false"> - <product-links:outputProductCategoryAdminMiniLinks category="#{category}" /> + <product-links:outputProductCategoryAdminDropdownMenu category="#{category}" /> </p:column> </p:dataTable> -- 2.39.5