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/07 19:03:35 UTC

svn commit: r762853 - /ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml

Author: jleroux
Date: Tue Apr  7 17:03:35 2009
New Revision: 762853

URL: http://svn.apache.org/viewvc?rev=762853&view=rev
Log:
I'm a bit fussy about details, but this has already proven to be useful, weird formating never...

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

Modified: ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml?rev=762853&r1=762852&r2=762853&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml Tue Apr  7 17:03:35 2009
@@ -1,44 +1,62 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
 
-http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
 
-<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
-    <menu name="ForumGroupTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}"><link target="findForumGroups"/></menu-item>
-        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"><link target="findForums">
-                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/></link></menu-item>
-            <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"></menu-item>
-        <menu-item name="purposes" title="${uiLabelMap.FormFieldTitle_purposes}"><link target="forumGroupPurposes">
-                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/></link></menu-item>
-            <menu-item name="purposes" title="${uiLabelMap.FormFieldTitle_purposes}"></menu-item>
-        <menu-item name="roles" title="${uiLabelMap.FormFieldTitle_roles}"><link target="forumGroupRoles">
-                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/></link></menu-item>
-            <menu-item name="roles" title="${uiLabelMap.FormFieldTitle_roles}"></menu-item>
-    </menu>
-    <menu name="ForumTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
-          default-menu-item-name="Survey">
+<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
+    <menu name="ForumGroupTabBar" extends="CommonTabBarMenu"
+        extends-resource="component://common/widget/CommonMenus.xml">
+        <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}">
+            <link target="findForumGroups"/>
+        </menu-item>
+        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}">
+            <link target="findForums">
+                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/>
+            </link>
+        </menu-item>
+        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"/>
+        <menu-item name="purposes" title="${uiLabelMap.FormFieldTitle_purposes}">
+            <link target="forumGroupPurposes">
+                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/>
+            </link>
+        </menu-item>
+        <menu-item name="purposes" title="${uiLabelMap.FormFieldTitle_purposes}"/>
+        <menu-item name="roles" title="${uiLabelMap.FormFieldTitle_roles}">
+            <link target="forumGroupRoles">
+                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/>
+            </link>
+        </menu-item>
+        <menu-item name="roles" title="${uiLabelMap.FormFieldTitle_roles}"/>
     </menu>
-    <menu name="ForumMessagesTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
-        <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}"><link target="findForumGroups"/></menu-item>
-        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"><link target="findForums">
-                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/></link></menu-item>
-            <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"></menu-item>
+    <menu name="ForumTabBar" extends="CommonTabBarMenu"
+        extends-resource="component://common/widget/CommonMenus.xml" default-menu-item-name="Survey"/>
+    <menu name="ForumMessagesTabBar" extends="CommonTabBarMenu"
+        extends-resource="component://common/widget/CommonMenus.xml">
+        <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}">
+            <link target="findForumGroups"/>
+        </menu-item>
+        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}">
+            <link target="findForums">
+                <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/>
+            </link>
+        </menu-item>
+        <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"/>
         <menu-item name="messageList" title="${uiLabelMap.FormFieldTitle_messageList}">
             <link target="findForumMessages">
                 <parameter param-name="forumGroupId" from-field="parameters.forumGroupId"/>