Author: buscob
Date: Tue Nov 2 23:02:26 2010
New Revision: 1030275
URL: http://svn.apache.org/viewvc?rev=1030275&view=rev
Log:
Added proper style class to menu items.
Modified:
ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml
Modified:
ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml?rev=1030275&r1=1030274&r2=1030275&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml
(original)
+++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml Tue
Nov 2 23:02:26 2010
@@ -44,7 +44,7 @@ under the License.
<decorator-section name="menu-bar">
<container style="button-bar">
<link target="EditSubscription"
text="${uiLabelMap.ProductNewSubscription}" style="buttontext create"/>
- <link
target="FindSubscriptionResource"
text="${uiLabelMap.PageTitleFindSubscriptionResource}" style="buttontext"/>
+ <link
target="FindSubscriptionResource"
text="${uiLabelMap.PageTitleFindSubscriptionResource}" style="buttontext
search"/>
</container>
</decorator-section>
<decorator-section name="search-options">
@@ -188,7 +188,7 @@ under the License.
<label
text="${uiLabelMap.PageTitleFindSubscriptionResource}"/>
</container>
<container style="button-bar">
- <link target="EditSubscriptionResource"
text="${uiLabelMap.ProductNewSubscriptionResource}" style="buttontext"/>
+ <link target="EditSubscriptionResource"
text="${uiLabelMap.ProductNewSubscriptionResource}" style="buttontext create"/>
</container>
<include-form name="ListSubscriptionResources"
location="component://product/widget/catalog/SubscriptionForms.xml"/>
</widgets>