svn commit: r1027370 - /ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1027370 - /ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml

hansbak-2
Author: hansbak
Date: Tue Oct 26 05:57:28 2010
New Revision: 1027370

URL: http://svn.apache.org/viewvc?rev=1027370&view=rev
Log:
article not showing in summary, corrected misplaced pagetitle

Modified:
    ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml

Modified: ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml?rev=1027370&r1=1027369&r2=1027370&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml Tue Oct 26 05:57:28 2010
@@ -26,7 +26,6 @@ under the License.
             <actions>
                 <set field="headerItem" value="Blog"/>
                 <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
-                <set field="pageTitle" value="${uiLabelMap.${titleProperty}}"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
@@ -208,7 +207,7 @@ under the License.
                         </decorator-screen>
                     </widgets>
                     <fail-widgets>
-                        <label text="${uiLabelMap.PageTitleEditBlogArticlePermissionError}: ${contentId} ${uiLabelMap.ContentBlog} ${blogContentId}"></label>
+                        <label text="${uiLabelMap.EditBlogArticlePermissionError}: ${contentId} ${uiLabelMap.ContentBlog} ${blogContentId}"></label>
                     </fail-widgets>
                 </section>
             </widgets>
@@ -243,7 +242,7 @@ under the License.
                         <horizontal-separator/>
                         <label style="h3" text="${uiLabelMap.ContentBlogArticle}"/>
                         <container>
-                            <sub-content content-id="${contentId}" map-key="MAIN"/>
+                            <sub-content content-id="${contentId}" map-key="ARTICLE"/>
                         </container>
                         <horizontal-separator/>
                     </decorator-section>