Author: buscob
Date: Sat Aug 14 17:42:25 2010
New Revision: 985545
URL:
http://svn.apache.org/viewvc?rev=985545&view=revLog:
Adding the "create" class on appropriate buttons.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml?rev=985545&r1=985544&r2=985545&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml Sat Aug 14 17:42:25 2010
@@ -98,7 +98,7 @@ under the License.
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<screenlet title="${uiLabelMap.PartyClassificationGroups}">
- <container style="button-bar"><link target="EditPartyClassificationGroup" style="buttontext" text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>
+ <container style="button-bar"><link target="EditPartyClassificationGroup" style="buttontext create" text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>
<container style="screenlet-body">
<include-form name="ListPartyClassificationGroups" location="component://party/widget/partymgr/PartyClassificationForms.xml"/>
</container>