You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/06/08 00:41:12 UTC

svn commit: r782476 - /ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml

Author: apatel
Date: Sun Jun  7 22:41:12 2009
New Revision: 782476

URL: http://svn.apache.org/viewvc?rev=782476&view=rev
Log:
Removed funny use of label used for adding style to page.

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml?rev=782476&r1=782475&r2=782476&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml Sun Jun  7 22:41:12 2009
@@ -116,7 +116,6 @@
                                 <widgets>
                                     <container style="blogwrapper">
                                         <include-menu name="view_edit" location="component://ecommerce/widget/blog/BlogMenus.xml"/>
-                                        <label text="&lt;p/&gt;"/>
                                         <link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" style="blogheader">
                                             <parameter param-name="contentId" from-field="blog.contentId"/>
                                             <parameter param-name="blogContentId"/>
@@ -126,7 +125,6 @@
                                                 <parameter param-name="ownerContentId" from-field="blog.ownerContentId"/>
                                             </link>
                                         -->
-                                        <label text="&lt;br/&gt;"/>
                                         <container style="blogtext">
                                             <sub-content map-key="SUMMARY" content-id="${blog.contentId}"/>
                                         </container>
@@ -140,7 +138,6 @@
                                 <widgets>
                                     <container style="blogwrapper">
                                         <include-menu name="view_edit" location="component://ecommerce/widget/blog/BlogMenus.xml"/>
-                                        <label text="&lt;p/&gt;"/>
                                         <!--<label text="${blog.contentName} [${blog.contentId}]" style="blogheader"/>-->
                                         <link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" style="blogheader">
                                             <parameter param-name="contentId" from-field="blog.contentId"/>
@@ -151,7 +148,6 @@
                                                 <parameter param-name="ownerContentId" from-field="blog.ownerContentId"/>
                                             </link>
                                         -->
-                                        <label text="&lt;br/&gt;"/>
                                         <container style="blogtext">
                                             <label text="${blog.description}" style="blogtext"/>
                                         </container>
@@ -247,7 +243,6 @@
             <widgets>
                 <decorator-screen name="CommonBlog" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <label text="&lt;p/&gt;"/>
                         <container style="bloghr">
                             <container style="leftjustify">
                                 <label text="${content.contentName}: ${content.description}" style="blogtitle"/>
@@ -269,21 +264,17 @@
                         <container style="blogcontentwrapper">
                             <container style="responsetext">
                                 <label text="${uiLabelMap.EcommerceBlogPostedOn}: ${content.createdDate}" style="responsetext"/>
-                                <label text="&lt;p/&gt;"/>
                             </container>
                             <content content-id="${articleContentId}"/>
                         </container>
 
-                        <label text="&lt;p/&gt;"/>
                         <include-screen name="BlogResponses"/>
-                        <label text="&lt;p/&gt;"/>
                         <!--
                             <link text="Latest" target="LatestResponses" >
                                 <parameter param-name="ownerContentId" from-field="webPubPt"/>
                             </link>
                         -->
                         <include-screen name="AddBlogResponse"/>
-                        <label text="&lt;p/&gt;"/>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -313,14 +304,13 @@
             <widgets>
                 <decorator-screen name="CommonBlog" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <label text="&lt;p/&gt;"/>
                         <container style="bloghr">
                             <container style="leftjustify">
                                 <link text="${article.contentName}: ${article.description}" target="ViewBlogArticle" style="blogtitle">
                                     <parameter param-name="articleContentId"/>
                                     <parameter param-name="blogContentId"/>
                                 </link>
-                                <label text=" --&gt; ${content.contentName}: ${content.description}" style="blogtitle"/>
+                                <label text="${content.contentName}: ${content.description}" style="blogtitle"/>
                             </container>
                             <section>
                                 <condition>
@@ -361,16 +351,13 @@
                         <container style="blogcontentwrapper">
                             <content content-id="${contentId}"/>
                         </container>
-                        <label text="&lt;p/&gt;"/>
 
                         <include-screen name="AddBlogResponse"/>
-                        <label text="&lt;p/&gt;"/>
 
                         <container style="bloghr">
                             <label text="${uiLabelMap.ContentForumThread}: " style="blogtitle"/>
                         </container>
                         <include-tree name="ResponseTree" location="component://ecommerce/widget/blog/BlogTrees.xml"/>
-                        <label text="&lt;p/&gt;"/>
                         <section>
                             <condition>
                                 <or>



Re: svn commit: r782476 - /ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Anil !

Jacques

From: <ap...@apache.org>
> Author: apatel
> Date: Sun Jun  7 22:41:12 2009
> New Revision: 782476
>
> URL: http://svn.apache.org/viewvc?rev=782476&view=rev
> Log:
> Removed funny use of label used for adding style to page.
>
> Modified:
>    ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml
>
> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml?rev=782476&r1=782475&r2=782476&view=diff
> ==============================================================================
> --- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml (original)
> +++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml Sun Jun  7 22:41:12 2009
> @@ -116,7 +116,6 @@
>                                 <widgets>
>                                     <container style="blogwrapper">
>                                         <include-menu name="view_edit" 
> location="component://ecommerce/widget/blog/BlogMenus.xml"/>
> -                                        <label text="&lt;p/&gt;"/>
>                                         <link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" 
> style="blogheader">
>                                             <parameter param-name="contentId" from-field="blog.contentId"/>
>                                             <parameter param-name="blogContentId"/>
> @@ -126,7 +125,6 @@
>                                                 <parameter param-name="ownerContentId" from-field="blog.ownerContentId"/>
>                                             </link>
>                                         -->
> -                                        <label text="&lt;br/&gt;"/>
>                                         <container style="blogtext">
>                                             <sub-content map-key="SUMMARY" content-id="${blog.contentId}"/>
>                                         </container>
> @@ -140,7 +138,6 @@
>                                 <widgets>
>                                     <container style="blogwrapper">
>                                         <include-menu name="view_edit" 
> location="component://ecommerce/widget/blog/BlogMenus.xml"/>
> -                                        <label text="&lt;p/&gt;"/>
>                                         <!--<label text="${blog.contentName} [${blog.contentId}]" style="blogheader"/>-->
>                                         <link text="${blog.contentName} [${blog.contentId}]" target="ViewBlogArticle" 
> style="blogheader">
>                                             <parameter param-name="contentId" from-field="blog.contentId"/>
> @@ -151,7 +148,6 @@
>                                                 <parameter param-name="ownerContentId" from-field="blog.ownerContentId"/>
>                                             </link>
>                                         -->
> -                                        <label text="&lt;br/&gt;"/>
>                                         <container style="blogtext">
>                                             <label text="${blog.description}" style="blogtext"/>
>                                         </container>
> @@ -247,7 +243,6 @@
>             <widgets>
>                 <decorator-screen name="CommonBlog" location="${parameters.mainDecoratorLocation}">
>                     <decorator-section name="body">
> -                        <label text="&lt;p/&gt;"/>
>                         <container style="bloghr">
>                             <container style="leftjustify">
>                                 <label text="${content.contentName}: ${content.description}" style="blogtitle"/>
> @@ -269,21 +264,17 @@
>                         <container style="blogcontentwrapper">
>                             <container style="responsetext">
>                                 <label text="${uiLabelMap.EcommerceBlogPostedOn}: ${content.createdDate}" style="responsetext"/>
> -                                <label text="&lt;p/&gt;"/>
>                             </container>
>                             <content content-id="${articleContentId}"/>
>                         </container>
>
> -                        <label text="&lt;p/&gt;"/>
>                         <include-screen name="BlogResponses"/>
> -                        <label text="&lt;p/&gt;"/>
>                         <!--
>                             <link text="Latest" target="LatestResponses" >
>                                 <parameter param-name="ownerContentId" from-field="webPubPt"/>
>                             </link>
>                         -->
>                         <include-screen name="AddBlogResponse"/>
> -                        <label text="&lt;p/&gt;"/>
>                     </decorator-section>
>                 </decorator-screen>
>             </widgets>
> @@ -313,14 +304,13 @@
>             <widgets>
>                 <decorator-screen name="CommonBlog" location="${parameters.mainDecoratorLocation}">
>                     <decorator-section name="body">
> -                        <label text="&lt;p/&gt;"/>
>                         <container style="bloghr">
>                             <container style="leftjustify">
>                                 <link text="${article.contentName}: ${article.description}" target="ViewBlogArticle" 
> style="blogtitle">
>                                     <parameter param-name="articleContentId"/>
>                                     <parameter param-name="blogContentId"/>
>                                 </link>
> -                                <label text=" --&gt; ${content.contentName}: ${content.description}" style="blogtitle"/>
> +                                <label text="${content.contentName}: ${content.description}" style="blogtitle"/>
>                             </container>
>                             <section>
>                                 <condition>
> @@ -361,16 +351,13 @@
>                         <container style="blogcontentwrapper">
>                             <content content-id="${contentId}"/>
>                         </container>
> -                        <label text="&lt;p/&gt;"/>
>
>                         <include-screen name="AddBlogResponse"/>
> -                        <label text="&lt;p/&gt;"/>
>
>                         <container style="bloghr">
>                             <label text="${uiLabelMap.ContentForumThread}: " style="blogtitle"/>
>                         </container>
>                         <include-tree name="ResponseTree" location="component://ecommerce/widget/blog/BlogTrees.xml"/>
> -                        <label text="&lt;p/&gt;"/>
>                         <section>
>                             <condition>
>                                 <or>
>
>