You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Scott Gray <le...@gmail.com> on 2006/10/19 07:50:46 UTC

Re: svn commit: r465480 - /incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml

Hi Jacopo

I checked the commit log and found another one:
--- incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml 
(original)
+++ incubator/ofbiz/trunk/framework/webtools/widget/WebToolsMenus.xml 
Fri Oct 13 19:48:35 2006
@@ -17,7 +17,7 @@
 -->

 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 
<http://www.w3.org/2001/XMLSchema-instance>"
- 
xsi:noNamespaceSchemaLocation="../../../framework/widget/dtd/widget-menu.xsd">
+ 
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd 
<http://www.ofbiz.org/dtds/widget-form.xsd>">

    <menu name="WebtoolsAppBar" default-menu-item-name="main" 
default-selected-style="headerButtonLeftSelected" 
selected-menuitem-context-field-name="appButtonItem"
        default-title-style="tabButton" 
default-tooltip-style="tabletext" default-widget-style="headerButtonLeft"

Regards
Scott

jacopoc@apache.org wrote:
> Author: jacopoc
> Date: Wed Oct 18 21:35:55 2006
> New Revision: 465480
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=465480
> Log:
> Fixed wrong schema name: thanks to Carl Johansson for the bug report (OFBIZ-384) and to Scott Gray for the bug fix.
>
> Modified:
>     incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml
>
> Modified: incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml
> URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml?view=diff&rev=465480&r1=465479&r2=465480
> ==============================================================================
> --- incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml (original)
> +++ incubator/ofbiz/trunk/applications/accounting/widget/Menus.xml Wed Oct 18 21:35:55 2006
> @@ -16,7 +16,7 @@
>  -->
>  
>  <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> - xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
> + xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
>      
>      <menu name="InvoiceTabBar" default-menu-item-name="overview"> 
>          <menu-item name="find" title="${uiLabelMap.CommonFind}" >
>
>
>
>