Author: hansbak
Date: Fri Nov 20 06:02:12 2009 New Revision: 882423 URL: http://svn.apache.org/viewvc?rev=882423&view=rev Log: header-link-style and header-link not working and only used in 2 forms in the system, removed. Assumed sortfield took over this fucntionality? Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml?rev=882423&r1=882422&r2=882423&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Fri Nov 20 06:02:12 2009 @@ -862,8 +862,7 @@ <form name="ListSupplierProducts" type="list" target="updateSupplierProduct" title="" list-name="productSuppliers" odd-row-style="alternate-row" default-table-style="basic-table"> <!--<auto-fields-service service-name="updateSupplierProduct"/>--> - <field name="partyId" title="${uiLabelMap.ProductSupplier}" - header-link="EditProductSuppliers?productId=${productId}&orderBy=partyId" header-link-style="buttontext"> + <field name="partyId" title="${uiLabelMap.ProductSupplier}"> <display-entity entity-name="PartyNameView" also-hidden="true" description="${firstName} ${middleName} ${lastName} ${groupName}"> <sub-hyperlink target="/partymgr/control/viewprofile" target-type="inter-app" description="${partyId}" link-style="buttontext"> <parameter param-name="partyId"/> @@ -871,22 +870,20 @@ </display-entity> </field> <field name="supplierProductId"><display/></field> - <field name="minimumOrderQuantity" title="${uiLabelMap.ProductMinimumOrderQuantity}" - header-link="EditProductSuppliers?productId=${productId}&orderBy=minimumOrderQuantity" header-link-style="buttontext"> + <field name="minimumOrderQuantity" title="${uiLabelMap.ProductMinimumOrderQuantity}"> <display/> </field> - <field name="orderQtyIncrements" title="${uiLabelMap.ProductOrderQtyIncrements}" - header-link="EditProductSuppliers?productId=${productId}&orderBy=orderQtyIncrements" header-link-style="buttontext"> + <field name="orderQtyIncrements" title="${uiLabelMap.ProductOrderQtyIncrements}"> <display/> </field> - <field name="supplierPrefOrderId" header-link="EditProductSuppliers?productId=${productId}&orderBy=supplierPrefOrderId" header-link-style="buttontext"> + <field name="supplierPrefOrderId"> <display-entity entity-name="SupplierPrefOrder"/> </field> <field name="availableFromDate" title="${uiLabelMap.ProductAvailableFromDate}" red-when="after-now"><display/></field> <field name="availableThruDate" title="${uiLabelMap.ProductAvailableThruDate}" red-when="before-now"><display/></field> <field name="quantityUomId"><display-entity entity-name="Uom" key-field-name="uomId"/></field> <field name="supplierCommissionPerc"><display/></field> - <field name="lastPrice" header-link="EditProductSuppliers?productId=${productId}&orderBy=lastPrice" header-link-style="buttontext"> + <field name="lastPrice"> <display type="currency" currency="${currencyUomId}"/> </field> <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext"> Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=882423&r1=882422&r2=882423&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original) +++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Nov 20 06:02:12 2009 @@ -1140,8 +1140,8 @@ </actions> <field name="workEffortId" widget-style="buttontext"><hidden/></field> <field name="keyword" title="${uiLabelMap.WorkEffortKeywords}" ><display/></field> - <field name="relevancyWeight" header-link="createWorkEffortKeywords?workEffortId=${workEffortId}" title="${uiLabelMap.ProductReInduceKeywords}" header-link-style="buttontext" ><display/></field> - <field name="deleteLink" title="${uiLabelMap.ProductDeleteAllKeywords}" header-link="deleteWorkEffortKeywords?workEffortId=${workEffortId}" widget-style="buttontext" header-link-style="buttontext" > + <field name="relevancyWeight"><display/></field> + <field name="deleteLink" title="${uiLabelMap.ProductDeleteAllKeywords}" widget-style="buttontext"> <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="deleteWorkEffortKeyword"> <parameter param-name="workEffortId"/> <parameter param-name="keyword"/> |
Free forum by Nabble | Edit this page |