svn commit: r734902 - in /ofbiz/trunk/applications/ecommerce: webapp/ecommerce/WEB-INF/controller.xml webapp/ecommerce/images/blog.css widget/blog/BlogMenus.xml widget/blog/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: r734902 - in /ofbiz/trunk/applications/ecommerce: webapp/ecommerce/WEB-INF/controller.xml webapp/ecommerce/images/blog.css widget/blog/BlogMenus.xml widget/blog/BlogScreens.xml

hansbak-2
Author: hansbak
Date: Thu Jan 15 19:28:28 2009
New Revision: 734902

URL: http://svn.apache.org/viewvc?rev=734902&view=rev
Log:
make blog more readable and fix some problems

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml?rev=734902&r1=734901&r2=734902&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml Thu Jan 15 19:28:28 2009
@@ -1361,13 +1361,13 @@
     </request-map>
     
     <request-map uri="createBlogResponse">
-        <security https="false" auth="true"/>
+        <security https="true" auth="true"/>
         <event type="service" invoke="createTextContent"/>
         <response name="success" type="view" value="ViewResponse"/>
         <response name="error" type="view" value="ViewResponse"/>
     </request-map>
     <request-map uri="updateBlogResponse">
-        <security https="false" auth="true"/>
+        <security https="true" auth="true"/>
         <event type="service" invoke="updateTextContent"/>
         <response name="success" type="view" value="ViewResponse"/>
         <response name="error" type="view" value="ViewResponse"/>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css?rev=734902&r1=734901&r2=734902&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css Thu Jan 15 19:28:28 2009
@@ -1,7 +1,7 @@
 .blogs {
 position: inherit;
 width: inherit;
-font-size: 62.5%;
+font-size: 100%;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding-right: 18%;

Modified: ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml?rev=734902&r1=734901&r2=734902&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml Thu Jan 15 19:28:28 2009
@@ -22,7 +22,7 @@
     <menu name="view_edit" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="all" orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton" menu-container-style="blogmenuwrapper" title="" type="simple">
         <menu-item name="view" title="View">
             <!--<link  text="View" target="ViewBlog?articleContentId=${blog.contentId}&amp;ownerContentId=${blog.ownerContentId}" style="tabButton" />-->
-            <link text="View" target="ViewArticle?articleContentId=${blog.contentId}&amp;blogContentId=${blog.contentIdStart}" style="buttontext" url-mode="inter-app"/>
+            <link text="View" target="ViewArticle?articleContentId=${blog.contentId}&amp;blogContentId=${blog.contentIdStart}" style="buttontext"/>
         </menu-item>
         <menu-item name="edit" title="Edit">
             <condition>

Modified: ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml?rev=734902&r1=734901&r2=734902&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml Thu Jan 15 19:28:28 2009
@@ -49,7 +49,7 @@
                                 <if-service-permission service-name="genericContentPermission" main-action="CREATE" context-map="crPerm"/>
                             </condition>
                             <widgets>
-                                <link text="Add New" target="NewArticle?blogContentId=${blogContentId}" style="buttontext" url-mode="inter-app"/>
+                                <link text="Add New" target="NewArticle?blogContentId=${blogContentId}" style="buttontext"/>
                             </widgets>
                         </section>