Author: buscob
Date: Sun Oct 18 08:03:48 2009
New Revision: 826372
URL: http://svn.apache.org/viewvc?rev=826372&view=rev
Log:
Changed <container style="screenlet"> pattern to <screenlet...>.
Modified:
ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml?rev=826372&r1=826371&r2=826372&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Sun Oct 18
08:03:48 2009
@@ -177,27 +177,20 @@
</screenlet>
</widgets>
<fail-widgets>
- <container style="screenlet">
- <container style="screenlet-title-bar">
- <container style="h3">
- <label
text="${uiLabelMap.MyPortalNewRegistration}"/>
- </container>
- </container>
- <container style="screenlet-body">
- <section>
- <actions>
- <set field="fileName"
from-field="parameters.fileName"/>
- <set field="idKey"
from-field="parameters.ID_KEY"/>
- </actions>
- <widgets>
- <!--<include-form
name="RegisterPerson"
location="component://myportal/widget/MyPortalForms.xml"/> -->
- <platform-specific><html>
- <html-template
location="component://myportal/widget/RegisterPerson.ftl"/></html>
- </platform-specific>
- </widgets>
- </section>
- </container>
- </container>
+ <screenlet
title="${uiLabelMap.MyPortalNewRegistration}">
+ <section>
+ <actions>
+ <set field="fileName"
from-field="parameters.fileName"/>
+ <set field="idKey"
from-field="parameters.ID_KEY"/>
+ </actions>
+ <widgets>
+ <!--<include-form
name="RegisterPerson"
location="component://myportal/widget/MyPortalForms.xml"/> -->
+ <platform-specific>
+ <html><html-template
location="component://myportal/widget/RegisterPerson.ftl"/></html>
+ </platform-specific>
+ </widgets>
+ </section>
+ </screenlet>
</fail-widgets>
</section>
</decorator-section>