Author: lektran
Date: Thu Apr 24 15:57:44 2008
New Revision: 651452

URL: http://svn.apache.org/viewvc?rev=651452&view=rev
Log:
Corrected schema location

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=651452&r1=651451&r2=651452&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Thu Apr 24 15:57:44 
2008
@@ -19,7 +19,7 @@
 -->
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:noNamespaceSchemaLocation="../../../framework/widget/dtd/widget-menu.xsd">
+ xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd";>
     <menu name="ProjectMgrAppBar" id="app-navigation" type="simple" 
selected-menuitem-context-field-name="headerItem" 
default-selected-style="selected" title="${uiLabelMap.ProjectMgrApplication}" 
menu-container-style="button-bar tab-bar">
     
         <menu-item name="mytasks" 
title="${uiLabelMap.WorkEffortMyTasks}"><link target="MyTasks"/></menu-item>


Reply via email to