Author: buscob
Date: Thu Oct 14 21:02:57 2010
New Revision: 1022709

URL: http://svn.apache.org/viewvc?rev=1022709&view=rev
Log:
Removed sort-field option in ManagePortalPage portals list.
This caused the form header accept column sorting commands but was not really 
working.
The PortalPages order in this list is controlled using the ordering arrows and 
is associated to the PortalPage MenuItems order.

Modified:
    ofbiz/trunk/framework/common/widget/PortalPageForms.xml

Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=1022709&r1=1022708&r2=1022709&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Thu Oct 14 21:02:57 
2010
@@ -61,8 +61,8 @@ under the License.
                 <parameter param-name="parentPortalPageId" 
from-field="parameters.parentPortalPageId"/>
             </hyperlink>
         </field>
-        <field name="portalPageName" 
use-when="ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonName}" sort-field="true"><display/></field>
-        <field name="portalPageName" 
use-when="!ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonName}" id-name="portalPageName" 
widget-style="tabletext" sort-field="true">
+        <field name="portalPageName" 
use-when="ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonName}"><display/></field>
+        <field name="portalPageName" 
use-when="!ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonName}" id-name="portalPageName" 
widget-style="tabletext">
             <display>
                 <in-place-editor url="updatePortalPage" 
cancel-control="button" saving-text="Updating..." text-between-controls=" ">
                     <simple-editor/>
@@ -70,8 +70,8 @@ under the License.
                 </in-place-editor>
             </display>
         </field>
-        <field name="description" 
use-when="ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonDescription}" widget-style="tabletext" 
sort-field="true"><display/></field>
-        <field name="description" 
use-when="!ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonDescription}" id-name="portalDescription" 
widget-style="tabletext" sort-field="true">
+        <field name="description" 
use-when="ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonDescription}" 
widget-style="tabletext"><display/></field>
+        <field name="description" 
use-when="!ownerUserLoginId.equals(&quot;_NA_&quot;)" 
title="${uiLabelMap.CommonDescription}" id-name="portalDescription" 
widget-style="tabletext">
             <display>
                 <in-place-editor url="updatePortalPage" 
cancel-control="button" saving-text="Updating..." text-between-controls=" ">
                     <simple-editor/>


Reply via email to