You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2018/09/22 11:36:39 UTC

svn commit: r1841670 - /ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml

Author: adityasharma
Date: Sat Sep 22 11:36:38 2018
New Revision: 1841670

URL: http://svn.apache.org/viewvc?rev=1841670&view=rev
Log:
Improved: Using 'buttontext' styling for buttons inside the ListEntities table
(OFBIZ-10465)
Thanks Dennis Balkir for reporting and providing the patch

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml?rev=1841670&r1=1841669&r2=1841670&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/widget/Menus.xml Sat Sep 22 11:36:38 2018
@@ -229,18 +229,18 @@ under the License.
                     <if-compare field="viewEntity" operator="not-equals" value="Y"/>
                 </and>
             </condition>
-            <link target="ViewGeneric">
+            <link target="ViewGeneric" style="buttontext">
                 <parameter param-name="entityName"/>
                 <parameter param-name="enableEdit" value="true"/>
             </link>
         </menu-item>
         <menu-item name="relation" title="${uiLabelMap.WebtoolsReln}">
-            <link target="ViewRelations">
+            <link target="ViewRelations" style="buttontext">
                 <parameter param-name="entityName"/>
             </link>
         </menu-item>
         <menu-item name="all" title="${uiLabelMap.WebtoolsAll}">
-            <link target="FindGeneric">
+            <link target="FindGeneric" style="buttontext">
                 <parameter param-name="entityName"/>
                 <parameter param-name="noConditionFind" value="Y"/>
             </link>