Author: hansbak
Date: Fri Aug 22 20:08:03 2008
New Revision: 688253
URL:
http://svn.apache.org/viewvc?rev=688253&view=revLog:
add hyperlink to subscriptionId in party profile
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml?rev=688253&r1=688252&r2=688253&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Fri Aug 22 20:08:03 2008
@@ -633,7 +633,11 @@
</form>
<form name="ListSubscriptions" type="list" list-name="subscriptionList" default-table-style="basic-table">
- <field name="subscriptionId"><display/></field>
+ <field name="subscriptionId">
+ <display-entity entity-name="Subscription" description="${description}">
+ <sub-hyperlink description="[${subscriptionId}]" target="/catalog/control/EditSubscription?subscriptionId=${subscriptionId}" target-type="inter-app"/>
+ </display-entity>
+ </field>
<field name="subscriptionTypeId" title="${uiLabelMap.ProductSubscription} ${uiLabelMap.CommonType}">
<display-entity entity-name="SubscriptionType" description="${description}"/>
</field>