You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/10/12 06:59:29 UTC

svn commit: r703763 - in /ofbiz/trunk/applications: content/widget/content/ContentForms.xml content/widget/content/DataResourceForms.xml content/widget/content/DataResourceMenus.xml product/webapp/catalog/product/ProductForms.xml

Author: hansbak
Date: Sat Oct 11 21:59:29 2008
New Revision: 703763

URL: http://svn.apache.org/viewvc?rev=703763&view=rev
Log:
fixed some more, hopefully all now, in the spelling of the EditDataResource request name

Modified:
    ofbiz/trunk/applications/content/widget/content/ContentForms.xml
    ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
    ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=703763&r1=703762&r2=703763&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sat Oct 11 21:59:29 2008
@@ -84,7 +84,7 @@
         <field name="dataResourceId" use-when="dataResourceId==null"><display/></field>
         <field name="dataResourceId" use-when="dataResourceId!=null">
                 <display-entity entity-name="DataResource" description="${dataResourceName}">
-                    <sub-hyperlink target="editDataResource?dataResourceId=${dataResourceId}" link-style="buttontext" description="[${dataResourceId}]"/>
+                    <sub-hyperlink target="EditDataResource?dataResourceId=${dataResourceId}" link-style="buttontext" description="[${dataResourceId}]"/>
             </display-entity>
         </field>
         <field name="ownerContentId">
@@ -132,7 +132,7 @@
         </field>
         <field name="dataResourceId">
             <lookup target-form-name="LookupDataResource">
-                <sub-hyperlink use-when="&quot;${currentValue.dataResourceId}&quot;.length()>0" link-style="buttontext" target-type="intra-app" target="editDataResource?dataResourceId=${currentValue.dataResourceId}" description="${uiLabelMap.ContentGoToDataResource}"/>
+                <sub-hyperlink use-when="&quot;${currentValue.dataResourceId}&quot;.length()>0" link-style="buttontext" target-type="intra-app" target="EditDataResource?dataResourceId=${currentValue.dataResourceId}" description="${uiLabelMap.ContentGoToDataResource}"/>
             </lookup>
         </field>
         <field name="ownerContentId"><lookup target-form-name="LookupContent"/></field>

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=703763&r1=703762&r2=703763&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Sat Oct 11 21:59:29 2008
@@ -69,7 +69,7 @@
         <field name="dataResourceId"><hidden/></field>
         <field name="dataResourceName" widget-style="tabletext">
             <display-entity entity-name="DataResource" description="${dataResourceName}" key-field-name="dataResourceId">
-                <sub-hyperlink target="editDataResource?dataResourceId=${dataResourceId}" description="[${dataResourceId}]" link-style="buttontext"/>
+                <sub-hyperlink target="EditDataResource?dataResourceId=${dataResourceId}" description="[${dataResourceId}]" link-style="buttontext"/>
             </display-entity>
         </field>
         <field name="dataResourceTypeId"><display-entity entity-name="DataResourceType" description="${description}"></display-entity></field>

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml?rev=703763&r1=703762&r2=703763&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml Sat Oct 11 21:59:29 2008
@@ -87,7 +87,7 @@
             <condition>
                 <not><if-empty field-name="currentValue.dataResourceId"/></not>
             </condition>
-            <link target="editDataResource?dataResourceId=${parameters.dataResourceId}"/>
+            <link target="EditDataResource?dataResourceId=${parameters.dataResourceId}"/>
         </menu-item>
         <menu-item name="editElectronicText" title="${uiLabelMap.ContentDataResourceText}" >
             <condition>
@@ -113,7 +113,7 @@
             </condition>
             <link target="UploadImage?dataResourceId=${parameters.dataResourceId}"/>
         </menu-item>
-        <menu-item name="editDataResourceAttribute" title="${uiLabelMap.ContentDataResourceAttribute}" >
+        <menu-item name="EditDataResourceAttribute" title="${uiLabelMap.ContentDataResourceAttribute}" >
             <condition>
                 <not><if-empty field-name="currentValue.dataResourceId"/></not>
             </condition>

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=703763&r1=703762&r2=703763&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sat Oct 11 21:59:29 2008
@@ -543,7 +543,7 @@
             <display-entity entity-name="DataResourceType" key-field-name="dataResourceTypeId" also-hidden="false" description="${description}"/>
         </field>
         <field name="editDataResource" widget-style="buttontext">
-            <hyperlink target="/content/control/editDataResource?dataResourceId=${dataResourceId}" target-type="inter-app"
+            <hyperlink target="/content/control/EditDataResource?dataResourceId=${dataResourceId}" target-type="inter-app"
                 description="${dataResourceId}" also-hidden="false"/>
         </field>
         <field name="editContent" widget-style="buttontext">