Author: mrisaliti
Date: Tue Feb 17 23:07:11 2009 New Revision: 745287 URL: http://svn.apache.org/viewvc?rev=745287&view=rev Log: A lot of hardcoded labels cleaning and changes some wrong references Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml ofbiz/trunk/applications/content/widget/CommonScreens.xml ofbiz/trunk/applications/content/widget/content/ContentMenus.xml ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=745287&r1=745286&r2=745287&view=diff ============================================================================== --- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original) +++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Tue Feb 17 23:07:11 2009 @@ -82,11 +82,11 @@ <value xml:lang="en">Blog</value> <value xml:lang="fr">Blog</value> </property> - <property key="ContentBlogActicle"> + <property key="ContentBlogArticle"> <value xml:lang="en">Article</value> <value xml:lang="fr">Article</value> </property> - <property key="ContentBlogActicleList"> + <property key="ContentBlogArticleList"> <value xml:lang="en">List of Blog articles</value> <value xml:lang="fr">Liste des articles du blog</value> </property> Modified: ofbiz/trunk/applications/content/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/CommonScreens.xml?rev=745287&r1=745286&r2=745287&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/CommonScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/CommonScreens.xml Tue Feb 17 23:07:11 2009 @@ -290,10 +290,10 @@ <decorator-section name="body"> <container style="screenlet"> <container style="screenlet-header"> - <label style="boxhead" text="${uiLabelMap.ContentWelcome}"/> + <label style="boxhead" text="${uiLabelMap.ContentMain}"/> </container> <container style="screenlet-body"> - <container><label style="tabletext" text=""/></container> + <container><label style="tabletext" text="${uiLabelMap.ContentWelcome}"/></container> </container> </container> </decorator-section> Modified: ofbiz/trunk/applications/content/widget/content/ContentMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentMenus.xml?rev=745287&r1=745286&r2=745287&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/ContentMenus.xml (original) +++ ofbiz/trunk/applications/content/widget/content/ContentMenus.xml Tue Feb 17 23:07:11 2009 @@ -142,7 +142,7 @@ <menu-item name="EditBlog" title="${uiLabelMap.CommonEdit}"> <link target="editBlog?blogContentId=${parameters.blogContentId}"/> </menu-item> - <menu-item name="Articles" title="${uiLabelMap.ContentBlogActicleList}"> + <menu-item name="Articles" title="${uiLabelMap.ContentBlogArticleList}"> <link target="blogContent?blogContentId=${parameters.blogContentId}"/> </menu-item> <menu-item name="Owners" title="${uiLabelMap.FormFieldTitle_roles}"> Modified: ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml?rev=745287&r1=745286&r2=745287&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml (original) +++ ofbiz/trunk/applications/content/widget/forum/BlogScreens.xml Tue Feb 17 23:07:11 2009 @@ -168,7 +168,7 @@ <widgets> <decorator-screen name="blogDecorator"> <decorator-section name="body"> - <screenlet title="${uiLabelMap.ContentBlogActicleList}" navigation-form-name="BlogContent"> + <screenlet title="${uiLabelMap.ContentBlogArticleList}" navigation-form-name="BlogContent"> <include-form name="BlogContent" location="component://content/widget/forum/BlogForms.xml"/> </screenlet> </decorator-section> @@ -237,7 +237,7 @@ </container> <container style="clear"/> <horizontal-separator/> - <label style="h3" text="${uiLabelMap.ContentBlogActicle}"/> + <label style="h3" text="${uiLabelMap.ContentBlogArticle}"/> <container> <sub-content content-id="${contentId}" map-key="MAIN"/> </container> |
Free forum by Nabble | Edit this page |