You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/02/04 22:09:05 UTC

svn commit: r1067284 - in /ofbiz/trunk/applications/content/webapp/content/cms: CMSContentEdit.ftl CMSForms.xml

Author: erwan
Date: Fri Feb  4 21:09:05 2011
New Revision: 1067284

URL: http://svn.apache.org/viewvc?rev=1067284&view=rev
Log:
Correcting broken links when clicking on a content search results

Modified:
    ofbiz/trunk/applications/content/webapp/content/cms/CMSContentEdit.ftl
    ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml

Modified: ofbiz/trunk/applications/content/webapp/content/cms/CMSContentEdit.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/cms/CMSContentEdit.ftl?rev=1067284&r1=1067283&r2=1067284&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSContentEdit.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSContentEdit.ftl Fri Feb  4 21:09:05 2011
@@ -141,7 +141,7 @@ ${menuWrapper.renderMenuString()}
                     <tr>
                       <td valign="middle">
                         <div class="boxhead">
-                          <@htmlTemplate.lookupField3 formName="updatefeatures" name="fieldValue0_o_${rowCount}" id="fieldValue0_o_${rowCount}" fieldFormName="LookupFeature"/>
+                          <@htmlTemplate.lookupField formName="updatefeatures" name="fieldValue0_o_${rowCount}" id="fieldValue0_o_${rowCount}" fieldFormName="LookupProductFeature"/>
                         </div>
                       </td>
                           <input type="hidden" name="fieldName0_o_${rowCount}" value="productFeatureId"/>

Modified: ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml?rev=1067284&r1=1067283&r2=1067284&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSForms.xml Fri Feb  4 21:09:05 2011
@@ -406,7 +406,7 @@ under the License.
         <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}">
            <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="CMSContentEdit">
                 <parameter param-name="contentId"/>
-                <parameter param-name="drDataResourceId"/>
+                <parameter param-name="drDataResourceId" from-field="dataResourceId"/>
                 <parameter param-name="contentIdTo"/>
             </hyperlink>
         </field>