svn commit: r482647 - /incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r482647 - /incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml

jacopoc
Author: jacopoc
Date: Tue Dec  5 05:36:35 2006
New Revision: 482647

URL: http://svn.apache.org/viewvc?view=rev&rev=482647
Log:
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}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}"/>
+            <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeLayout?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}"/>
         </field>
     </form>