From be02834769d8d04ca18ff61293dd6120acb45101 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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 --- 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://mxchange.org/jsf/jproduct/links - outputProductCategoryAdminMiniLinks - This tag renders administrative "mini-links" for given category instance. + outputProductCategoryAdminDropdownMenu + This tag renders an administrative drop-down menu for given category instance. resources/tags/admin/dropdown/product_category/admin_product_category_links.tpl category @@ -46,8 +46,8 @@ along with this program. If not, see . - outputGenericProductAdminMiniLinks - This tag renders administrative "mini-links" for given product instance. + outputGenericProductAdminDropdownMenu + This tag renders an administrative drop-down menu for given product instance. resources/tags/admin/dropdown/generic_product/admin_generic_product_links.tpl product 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 @@ - + 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 @@ - + -- 2.39.5