You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/05 22:09:08 UTC

svn commit: r762146 - /ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml

Author: jleroux
Date: Sun Apr  5 20:09:08 2009
New Revision: 762146

URL: http://svn.apache.org/viewvc?rev=762146&view=rev
Log:
Was missing in previous commit (Eclipse edit trap)

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml?rev=762146&r1=762145&r2=762146&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml Sun Apr  5 20:09:08 2009
@@ -90,11 +90,11 @@
                                         <!-- old link converted during URLs securing, seems busted... no time to look at detail...-->
                                         <!--link style="buttontext" target="AddForumThread?forumId=${parameters.forumId}&amp;forumMessageIdTo=&amp;threadView=${parameters.threadView?if_exists}&amp;VIEW_INDEX=${parameters.VIEW_INDEX}" text="${uiLabelMap.PageTitleNewMessage}"/-->
                                         <link style="buttontext" target="AddForumThread" text="${uiLabelMap.PageTitleNewMessage}">
-                                    <parameter param-name="forumId" from-field="parameters.forumId"/>
-                                    <parameter param-name="forumMessageIdTo" value=""/>
-                                    <parameter param-name="threadView" from-field="parameters.threadView"/>
-                                    <parameter param-name="VIEW_INDEX" from-field="parameters.VIEW_INDEX"/>
-                                  </link>
+                                            <parameter param-name="forumId" from-field="parameters.forumId"/>
+                                            <parameter param-name="forumMessageIdTo" value=""/>
+                                            <parameter param-name="threadView" from-field="parameters.threadView"/>
+                                            <parameter param-name="VIEW_INDEX" from-field="parameters.VIEW_INDEX"/>
+                                          </link>
                                     </widgets>
                                 </section>
                                 <platform-specific><html><html-template location="component://ecommerce/webapp/ecommerce/forum/forumPaging.ftl"/></html></platform-specific>