You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/04/30 16:58:10 UTC

svn commit: r770266 - /ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml

Author: jacopoc
Date: Thu Apr 30 14:58:10 2009
New Revision: 770266

URL: http://svn.apache.org/viewvc?rev=770266&view=rev
Log:
Applied fix from trunk for revision: 770264

Modified:
    ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml

Modified: ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml?rev=770266&r1=770265&r2=770266&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml (original)
+++ ofbiz/branches/release09.04/framework/common/widget/PortalPageForms.xml Thu Apr 30 14:58:10 2009
@@ -113,7 +113,7 @@
                 <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/>
             </hyperlink>
         </field>
-        <field name="description" title="${uiLabelMap.CommonDescription}" field-name="${description}"><display/></field>
+        <field name="description" title="${uiLabelMap.CommonDescription}" field-name="description"><display/></field>
     </form>
 
 </forms>