svn commit: r919239 - in /ofbiz/trunk/applications/party/widget/partymgr: CommonScreens.xml SecurityScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r919239 - in /ofbiz/trunk/applications/party/widget/partymgr: CommonScreens.xml SecurityScreens.xml

buscob
Author: buscob
Date: Fri Mar  5 00:08:54 2010
New Revision: 919239

URL: http://svn.apache.org/viewvc?rev=919239&view=rev
Log:
Fixed part of OFBIZ-3530 "Litle quirks in Party component" (screenshot-4 and screenshot-6).
Changed menu bar buttons class from smallsubmit to buttontext

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?rev=919239&r1=919238&r2=919239&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Fri Mar  5 00:08:54 2010
@@ -151,8 +151,8 @@
                                     <label style="h1" text="${uiLabelMap[labelTitleProperty]} [${groupId}]"/>
                                 </container>
                                 <container style="button-bar">
-                                    <link target="EditSecurityGroup" style="smallSubmit" text="${uiLabelMap.PartyNewSecurityGroup}"/>
-                                    <link target="EditCertIssuerProvisions" style="smallSubmit" text="${uiLabelMap.PartyCertIssuers}"/>
+                                    <link target="EditSecurityGroup" style="buttontext create" text="${uiLabelMap.PartyNewSecurityGroup}"/>
+                                    <link target="EditCertIssuerProvisions" style="buttontext" text="${uiLabelMap.PartyCertIssuers}"/>
                                 </container>
 
                                 <decorator-section-include name="body"/>

Modified: ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml?rev=919239&r1=919238&r2=919239&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/SecurityScreens.xml Fri Mar  5 00:08:54 2010
@@ -169,8 +169,8 @@
                             <widgets>
                                 <screenlet title="${uiLabelMap.PageTitleEditIssuerProvisions}">
                                     <container style="button-bar">
-                                        <link target="EditSecurityGroup" style="smallSubmit" text="${uiLabelMap.PartyNewSecurityGroup}"/>
-                                        <link target="EditCertIssuerProvisions" style="smallSubmit" text="${uiLabelMap.PartyCertIssuers}"/>
+                                        <link target="EditSecurityGroup" style="buttontext create" text="${uiLabelMap.PartyNewSecurityGroup}"/>
+                                        <link target="EditCertIssuerProvisions" style="buttontext" text="${uiLabelMap.PartyCertIssuers}"/>
                                     </container>
                                     <container>
                                         <include-form name="CertIssuerList" location="component://party/widget/partymgr/SecurityForms.xml"/>