Author: lektran
Date: Sun Jun 1 14:23:55 2008
New Revision: 662290
URL:
http://svn.apache.org/viewvc?rev=662290&view=revLog:
Removed some unnecessary actions from the oagis main-decorator
Modified:
ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml?rev=662290&r1=662289&r2=662290&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/CommonScreens.xml Sun Jun 1 14:23:55 2008
@@ -26,11 +26,6 @@
<property-map resource="OagisUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
- <!-- The two default (global) stylesheets are added to the list
- of stylesheets to the first and second position -->
- <set field="layoutSettings.styleSheets[+0]" value="/images/maincss.css" global="true"/>
- <set field="layoutSettings.companyName" value="OFBiz Oagis" global="true"/>
- <set field="layoutSettings.companySubtitle" value="OFBiz Oagis Impl" global="true"/>
<set field="layoutSettings.companyName" from-field="uiLabelMap.OagisCompanyName" global="true"/>
<set field="layoutSettings.companySubtitle" from-field="uiLabelMap.OagisCompanySubtitle" global="true"/>
<set field="activeApp" value="oagis" global="true"/>