You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/06/06 10:32:55 UTC

svn commit: r663856 - in /ofbiz/trunk/applications: party/widget/partymgr/SecurityForms.xml product/webapp/catalog/promo/PromoForms.xml

Author: mor
Date: Fri Jun  6 01:32:55 2008
New Revision: 663856

URL: http://svn.apache.org/viewvc?rev=663856&view=rev
Log:
Applied patch from Valentina Sirkova - Few paginate target was missing. (patch from jira issue OFBIZ-1824 https://issues.apache.org/jira/browse/OFBIZ-1824)

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml
    ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml?rev=663856&r1=663855&r2=663856&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml Fri Jun  6 01:32:55 2008
@@ -47,7 +47,7 @@
 
     <!-- SecurityGroupPermission -->
     <form name="ListSecurityGroupPermissions" type="list" list-name="securityGroupPermissions"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+        paginate-target="EditSecurityGroupPermissions" odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <actions>
             <entity-condition entity-name="SecurityGroupPermission">
                 <condition-expr field-name="groupId" env-name="groupId"/>

Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml?rev=663856&r1=663855&r2=663856&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/promo/PromoForms.xml Fri Jun  6 01:32:55 2008
@@ -21,7 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListProductPromos" type="list" title="" list-name="productPromos"
-        odd-row-style="alternate-row" default-table-style="basic-table">
+        paginate-target="FindProductPromo" odd-row-style="alternate-row" default-table-style="basic-table">
         <field name="productPromoId" widget-style="buttontext">
             <hyperlink target="EditProductPromo?productPromoId=${productPromoId}"
                 description="${productPromoId}" also-hidden="false"/>