]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Mon, 16 Jul 2018 20:55:39 +0000 (22:55 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Jul 2018 20:55:39 +0000 (22:55 +0200)
- renamed *MiniLinks to *DropdownMenu as this is the actual purpose of the tag

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/product-links.jsf.taglib.xml
web/admin/generic_product/admin_generic_product_list.xhtml
web/admin/product_category/admin_product_category_list.xhtml

index 55ea2c55c13290542d3b92a2a57d3fda303d3af2..ac75f54ef1e095bc71087ac936871fe7bb9232ef 100644 (file)
@@ -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>
index cb85fbcd606cae12eefb4fe61c7fc6c7892457f0..280e8ed2faae39002d96541408103cfc1b3680dd 100644 (file)
                                </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>
 
index 8e52a3addbe0eda736fa13836f6f28c3b4605449..16d4ce5145c36a35492ef9bcb599f0ed23112219 100644 (file)
                                </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>