Author: buscob
Date: Sat Oct 16 11:06:34 2010
New Revision: 1023244
URL: http://svn.apache.org/viewvc?rev=1023244&view=rev
Log:
Added a back button to the screens used to select a portlet to be added, to
change the column width and to edit portlet attributes.
The back button can be used to abort the operation.
Modified:
ofbiz/trunk/framework/common/widget/PortalPageScreens.xml
Modified: ofbiz/trunk/framework/common/widget/PortalPageScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageScreens.xml?rev=1023244&r1=1023243&r2=1023244&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/PortalPageScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/PortalPageScreens.xml Sat Oct 16
11:06:34 2010
@@ -168,6 +168,7 @@ under the License.
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
+ <container style="button-bar"><link target="backLast"
text="${uiLabelMap.CommonBack}" style="buttontext"/></container>
<screenlet
title="${uiLabelMap.CommonPortalCategoryPage}:
${parameters.parentPortalPageId}">
<include-form name="PortletCategoryAndPortlet"
location="component://common/widget/PortalPageForms.xml"/>
</screenlet>
@@ -250,6 +251,7 @@ under the License.
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
+ <container style="button-bar"><link target="backLast"
text="${uiLabelMap.CommonBack}" style="buttontext"/></container>
<screenlet
title="${uiLabelMap.CommonEditPortletAttributes}: ${portalPortlet.portletName}">
<include-form name="${portalPortlet.editFormName}"
location="${portalPortlet.editFormLocation}"/>
</screenlet>
@@ -266,6 +268,7 @@ under the License.
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
+ <container style="button-bar"><link target="backLast"
text="${uiLabelMap.CommonBack}" style="buttontext"/></container>
<screenlet title="Set column width:
${portalPortlet.portletName}">
<include-form name="EditPortalPageColumnWidth"
location="component://common/widget/PortalPageForms.xml"/>
</screenlet>