Author: adrianc
Date: Thu Oct 2 08:06:54 2008
New Revision: 701143
URL:
http://svn.apache.org/viewvc?rev=701143&view=revLog:
Fixed problem with Asset Maintenance screens, reported by ChristopherJ on the user mailing list.
Modified:
ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml?rev=701143&r1=701142&r2=701143&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/web.xml Thu Oct 2 08:06:54 2008
@@ -46,12 +46,12 @@
<context-param>
<param-name>fixedAssetDecoratorLocation</param-name>
<param-value>component://assetmaint/widget/CommonScreens.xml</param-value>
- <description>The location of the CommonFixedAssetDecorator screen to use for this webapp.</description>
+ <description>The location of the fixedAssetDecorator screen to use for this webapp.</description>
</context-param>
<context-param>
<param-name>fixedAssetMaintDecoratorLocation</param-name>
- <param-value>component://assetmaint/widget/AssetMaintScreens.xml</param-value>
- <description>The location of the CommonFixedAssetMaintDecorator screen to use for this webapp.</description>
+ <param-value>component://assetmaint/widget/AssetmaintScreens.xml</param-value>
+ <description>The location of the fixedAssetMaintDecorator screen to use for this webapp.</description>
</context-param>
<filter>