Author: hansbak
Date: Thu Mar 26 07:04:28 2009
New Revision: 758537
URL:
http://svn.apache.org/viewvc?rev=758537&view=revLog:
encrypt remove link
Modified:
ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.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=758537&r1=758536&r2=758537&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/SecurityForms.xml Thu Mar 26 07:04:28 2009
@@ -57,8 +57,10 @@
<field name="groupId"><hidden/></field>
<field name="permissionId" title="${uiLabelMap.PartyPermissionId}"><display-entity entity-name="SecurityPermission" description="${permissionId} ${description}"/></field>
<field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
- <hyperlink target="removeSecurityPermissionFromSecurityGroup?permissionId=${permissionId}&groupId=${groupId}"
- description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
+ <hyperlink target="removeSecurityPermissionFromSecurityGroup" description="${uiLabelMap.CommonRemove}">
+ <parameter param-name="permissionId" from-field="permissionId"/>
+ <parameter param-name="groupId" from-field="groupId"/>
+ </hyperlink>
</field>
</form>