Author: buscob
Date: Sun Jan 10 21:59:39 2010
New Revision: 897713

URL: http://svn.apache.org/viewvc?rev=897713&view=rev
Log:
Replaced buttontext style to smallSumit. This should not be used for button bars

Modified:
    
ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.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=897713&r1=897712&r2=897713&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml 
(original)
+++ 
ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationScreens.xml 
Sun Jan 10 21:59:39 2010
@@ -98,7 +98,7 @@
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <screenlet 
title="${uiLabelMap.PartyClassificationGroups}">
-                            <container><link 
target="EditPartyClassificationGroup" style="smallSubmit" 
text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>
+                            <container style="button-bar"><link 
target="EditPartyClassificationGroup" style="buttontext" 
text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>
                             <container style="screenlet-body">
                                 <include-form 
name="ListPartyClassificationGroups" 
location="component://party/widget/partymgr/PartyClassificationForms.xml"/>
                             </container>

Modified: ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml?rev=897713&r1=897712&r2=897713&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml 
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml Sun Jan 
10 21:59:39 2010
@@ -41,8 +41,8 @@
                             <widgets>
                                 <screenlet 
title="${uiLabelMap.PartySecurityGroupsList}">
                                     <container style="button-bar">
-                                        <link target="EditSecurityGroup" 
style="smallSubmit" text="${uiLabelMap.PartyNewSecurityGroup}"/>
-                                        <link 
target="EditCertIssuerProvisions" style="smallSubmit" 
text="${uiLabelMap.PartyCertIssuers}"/>
+                                        <link target="EditSecurityGroup" 
style="textbutton" text="${uiLabelMap.PartyNewSecurityGroup}"/>
+                                        <link 
target="EditCertIssuerProvisions" style="textbutton" 
text="${uiLabelMap.PartyCertIssuers}"/>
                                     </container>
                                     <include-form name="ListSecurityGroups" 
location="component://party/widget/partymgr/SecurityForms.xml"/>
                                 </screenlet>


Reply via email to