Author: jacopoc
Date: Tue Dec 5 05:36:35 2006
New Revision: 482647
URL:
http://svn.apache.org/viewvc?view=rev&rev=482647Log:
Changed link target name to match with an existing controller's request, but still not working.
Part of OFBIZ-263.
Modified:
incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml
Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml?view=diff&rev=482647&r1=482646&r2=482647==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml Tue Dec 5 05:36:35 2006
@@ -181,7 +181,7 @@
<field name="description"><display/></field>
<field name="drObjectInfo" title="Template File"><display/></field>
<field name="deleteLink" title="" widget-style="buttontext">
- <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContent?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
+ <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeLayout?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
</form>