Author: sichen
Date: Thu Aug 31 17:27:26 2006
New Revision: 439117
URL:
http://svn.apache.org/viewvc?rev=439117&view=revLog:
Changed a couple of links to buttontext in the transactions details pages
Modified:
incubator/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml
Modified: incubator/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml?rev=439117&r1=439116&r2=439117&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml Thu Aug 31 17:27:26 2006
@@ -50,7 +50,7 @@
</actions>
<auto-fields-entity entity-name="PaymentGatewayResponse" default-field-type="display"/>
<!-- note that this overrides auto-fields-entity -->
- <field name="paymentGatewayResponseId">
+ <field name="paymentGatewayResponseId" widget-style="buttontext">
<hyperlink description="${paymentGatewayResponseId}" target="ViewGatewayResponse?paymentGatewayResponseId=${paymentGatewayResponseId}"/>
</field>
</form>
@@ -58,7 +58,7 @@
<!-- presents the orderId and orderPaymentPreferenceId for a gateway response with links to the order -->
<form name="ViewGatewayResponseRelations" type="single" target="" title=""
default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
- <field name="orderId">
+ <field name="orderId" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="inter-app" description="${orderId}" target="/ordermgr/control/orderview?orderId=${orderId}"/>
</field>
<field name="orderPaymentPreferenceId"><display/></field>