Author: solomax
Date: Wed May 30 02:42:13 2012
New Revision: 1344080

URL: http://svn.apache.org/viewvc?rev=1344080&view=rev
Log:
Redundant color settings are removed from config.xml

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml
    
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml?rev=1344080&r1=1344079&r2=1344080&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml 
(original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml 
Wed May 30 02:42:13 2012
@@ -76,14 +76,6 @@ of the red5-servlet
 <proxyType>none</proxyType>
        
 <!--
-       These colors are the main colors and style the whole application
- -->
-<basebgcolorizer>0xBDC0DB</basebgcolorizer>
-<baseMousecolorizer>0xBDC0DB</baseMousecolorizer>
-<baseMouseOvercolorizer>0xBDC0DB</baseMouseOvercolorizer>
-<styleMenuBarBaseColor>0x000088</styleMenuBarBaseColor>
-    
-<!--
     Name of the Application
     this is the Top-Icon Name of the Application
  -->    

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd?rev=1344080&r1=1344079&r2=1344080&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
 Wed May 30 02:42:13 2012
@@ -11,10 +11,6 @@
         <xs:element ref="red5httpport"/>
         <xs:element ref="protocol"/>
         <xs:element ref="proxyType"/>
-        <xs:element ref="basebgcolorizer"/>
-        <xs:element ref="baseMousecolorizer"/>
-        <xs:element ref="baseMouseOvercolorizer"/>
-        <xs:element ref="styleMenuBarBaseColor"/>
         <xs:element ref="currentappname"/>
         <xs:element ref="currentappnameurl"/>
         <xs:element ref="currentappnamebugurl"/>
@@ -65,10 +61,6 @@
   <xs:element name="red5httpport" type="xs:integer"/>
   <xs:element name="protocol" type="xs:NCName"/>
   <xs:element name="proxyType" type="xs:NCName"/>
-  <xs:element name="basebgcolorizer" type="xs:NMTOKEN"/>
-  <xs:element name="baseMousecolorizer" type="xs:NMTOKEN"/>
-  <xs:element name="baseMouseOvercolorizer" type="xs:NMTOKEN"/>
-  <xs:element name="styleMenuBarBaseColor" type="xs:NMTOKEN" />
   <xs:element name="currentappname" type="xs:string"/>
   <xs:element name="currentappnameurl" type="xs:anyURI"/>
   <xs:element name="currentappnamebugurl" type="xs:anyURI"/>


Reply via email to