You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/04/04 19:02:44 UTC

svn commit: r1309491 [2/2] - in /incubator/openmeetings/trunk/singlewebapp/WebContent: openmeetings/ openmeetings/public/themes/basic-theme/general/ src/ src/base/ src/base/auth/ src/base/components/button/ src/base/components/calendar/ src/base/compon...

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/interviewRoomSidebar.lzx Wed Apr  4 17:02:40 2012
@@ -58,10 +58,10 @@
     </method>
     
     <view name="borderBarTop" y="0"
-    			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />
+    			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />
    	<view name="_tabbarBg" width="${ parent.width }" height="32" y="1" bgcolor="0xFAFAFA" />
 	<view name="borderBarBottom" y="34"
-   			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" /> 
+   			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" /> 
     
     <view name="_head" y="1" width="${ parent.width-10 }" height="32"
     		  layout="axis:x;spacing:2;inset:2" >

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/restrictedRoomSidebar.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/restrictedRoomSidebar.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/restrictedRoomSidebar.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/roomSidebar/restrictedRoomSidebar.lzx Wed Apr  4 17:02:40 2012
@@ -79,10 +79,10 @@
     </method>
     
     <view name="borderBarTop" y="0"
-    			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />
+    			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />
    	<view name="_tabbarBg" width="${ parent.width }" height="32" y="1" bgcolor="0xFAFAFA" />
 	<view name="borderBarBottom" y="34"
-   			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" /> 
+   			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" /> 
     
     <view name="_head" y="1" width="${ parent.width-10 }" height="32"
     		  layout="axis:x;spacing:2;inset:2" >

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewListInner.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewListInner.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewListInner.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewListInner.lzx Wed Apr  4 17:02:40 2012
@@ -29,7 +29,7 @@
 
 <class name="interviewListInner" extends="baseRoomInnerList"  
        width="$once{ parent.width }" height="${ parent.height }" 
-       bgcolor="$once{ canvas.basebgcolorizer }" >
+       bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" >
     
     <attribute name="selectedItem" value="null" />
     

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="interviewUserListItem" extends="view" showhandcursor="false" 
-	   bgcolor="0xCCCCCC" width="252" height="42">
+	   bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" width="252" height="42">
 	
 	<attribute name="connectedSince" value="" type="string" />
     <attribute name="isMod" value="" type="string" />
@@ -101,14 +101,6 @@
         ]]>          
     </method>
      
-    <handler name="onmouseover">
-        //this.setAttribute('bgcolor',canvas.baseMousecolorizer);
-    </handler>
-    
-    <handler name="onmouseout">
-        //this.setAttribute('bgcolor',0xFFFFFF);
-    </handler>
-    
     <handler name="onclick">
     	parent.parent.parent.selectItem(this);
     </handler>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/applyForModeration.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/applyForModeration.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/applyForModeration.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/moderation/applyForModeration.lzx Wed Apr  4 17:02:40 2012
@@ -20,14 +20,14 @@
 -->
 <library>
 
-<class name="userItem" extends="view" bgcolor="$once{ canvas.basebgcolorizer }" width="$once{ parent.width }" height="20">
+<class name="userItem" extends="view" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" width="$once{ parent.width }" height="20">
 	<attribute name="streamid" value="0" type="string" />
 	<attribute name="username" value="" type="string" />
 	<attribute name="hasAnswered" value="false" type="boolean" />
 	<attribute name="answer" value="false" type="boolean" />
 	
 	<view name="inner" width="$once{ parent.width-2 }" height="$once{ parent.height-2 }" x="1" y="1"
-		onmouseover="this.setAttribute('bgcolor',canvas.baseMousecolorizer)"
+		onmouseover="this.setAttribute('bgcolor',canvas.getThemeColor('baseMousecolorizer'))"
 		onmouseout="this.setAttribute('bgcolor',0xFFFFFF)" bgcolor="0xFFFFFF">
 		<labelText text="$once{ parent.parent.streamid }" width="50" />
 		<labelText text="$once{ parent.parent.username }" x="50" width="300" />
@@ -137,7 +137,7 @@
         </handler>   
     </netRemoteCallHib>      
 	
-	<view name="userslist" y="60" x="4" height="140" clip="true" width="492" bgcolor="$once{ canvas.basebgcolorizer }" >
+	<view name="userslist" y="60" x="4" height="140" clip="true" width="492" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" >
 		<view name="userslist" y="1" x="1" height="138" clip="true" width="490" bgcolor="0xFFFFFF" >
 			<view name="userslist" layout="axis:y;spacing:2" width="$once{ parent.width }" />
 			<om_vscrollbar />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantList.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantList.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantList.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantList.lzx Wed Apr  4 17:02:40 2012
@@ -31,7 +31,7 @@
 </class>
 
 <class name="participantList" extends="view"  width="$once{ parent.width }" height="${ parent.height-22 }" 
-       bgcolor="0xE0E0E0" y="22">
+       bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" y="22">
     <!-- clip="true" -->
     
     <attribute name="sortType" value="alphabetical" type="string" />    
@@ -180,47 +180,47 @@
     <view name="_miniIcons" x="112" y="0" height="18">
         
         <view width="1" height="${ parent.parent.height }" x="0"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_mod" x="2" y="3" resource="participants_isMod_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="608" />
         </view>
         
         <view width="1" height="${ parent.parent.height }" x="20"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_draw" x="22" y="3" resource="participants_allow_drawing_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="609" />
         </view>
         
         <view width="1" height="${ parent.parent.height }" x="40"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_share" x="42" y="3" resource="screen_allow_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="1073" />
         </view>
         
         <view width="1" height="${ parent.parent.height }" x="60"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_remote" x="62" y="3" resource="remote_allow_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="1084" />
         </view>
     
         <view width="1" height="${ parent.parent.height }" x="80"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_exclusive_audio" x="82" y="3" resource="participants_exclusive_audio_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="1423" />
         </view>
         
         <view width="1" height="${ parent.parent.height }" x="100"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
         <view name="_icon_av_allow" x="102" y="3" resource="av_allow_rsc" onclick="" showhandcursor="false">
             <labelTooltip labelid="610" />
         </view>
         
         <view width="1" height="${ parent.parent.height }" x="142"
-            bgcolor="0xE0E0E0" />
+            bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
     </view>
     
     <view name="headerDivisionLine" width="${ parent.width }" 
-          bgcolor="0xE0E0E0" height="1" y="20" />
+          bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" height="1" y="20" />
     
 </class>
 

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantListItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantListItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantListItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/participants/participantListItem.lzx Wed Apr  4 17:02:40 2012
@@ -379,7 +379,7 @@
     </netRemoteCallHib>
             
     <handler name="onmouseover">
-        this.setAttribute('bgcolor',canvas.baseMousecolorizer);
+        this.setAttribute('bgcolor',canvas.getThemeColor('baseMousecolorizer'));
     </handler>
     
     <handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx Wed Apr  4 17:02:40 2012
@@ -52,11 +52,11 @@
     <text fontsize="11" name="error" />
     <text fontsize="11" name="_src" />
     
-    <view name="loadingbar" bgcolor="$once{ canvas.styleMenuBarBaseColor }" height="10"  pixellock="true"
+    <view name="loadingbar" bgcolor="$once{ canvas.getThemeColor('styleMenuBarBaseColor') }" height="10"  pixellock="true"
           x="-5" y="60" width="$once{ parent.maxwidth }" visibility="hidden">
           <view x="1" y="1" width="$once{ parent.width-2 }" height="8" bgcolor="0xFFFFFF"/>
           <view name="_loading" x="1" y="1" width="0" height="8"  pixellock="true" 
-          		bgcolor="$once{ canvas.styleMenuBarBaseColor }"/>
+          		bgcolor="$once{ canvas.getThemeColor('styleMenuBarBaseColor') }"/>
     </view>
 </class>
 

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTab.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTab.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTab.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTab.lzx Wed Apr  4 17:02:40 2012
@@ -24,13 +24,14 @@
 Chat tabpane class. It contains chatOutput-class and catTabBottom-class.
 This is used in the conference.
 -->
-<class name="chatTab" extends="simpleBaseTabpane" bgcolor="0xEEF0EB" x="0">
+<class name="chatTab" extends="simpleBaseTabpane" bgcolor="$once{ canvas.getThemeColor('mainBackgroundColor') }" x="0">
 
     <!--
-    bgcolor="$once{ canvas.basebgcolorizer }" 
+    bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" 
      -->
      
-	<view name="_chatoutputborder" x="4" height="${ parent.height-46 }" width="${ parent.width-4 }" bgcolor="0xE0E0E0">
+	<view name="_chatoutputborder" x="4" height="${ parent.height-46 }" width="${ parent.width-4 }" 
+				bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
 		
 		<chatOutput name="_chatoutput" x="1" y="1" >
 			<handler name="oninit">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabBottomRoomList.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabBottomRoomList.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabBottomRoomList.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/chatTabBottomRoomList.lzx Wed Apr  4 17:02:40 2012
@@ -24,7 +24,7 @@
 <class name="chatTabBottomRoomList" extends="view" >
 
         <view x="0" y="0" height="20" width="${ parent.width }" name="message" 
-              bgcolor="$once{ canvas.basebgcolorizer }">
+              bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
             <method name="getText">
                 return this._ctext.getText();
             </method>
@@ -151,7 +151,7 @@
 
 <!--
 <view x="0" y="0" height="20" width="140" name="message" 
-              bgcolor="$once{ canvas.basebgcolorizer }">
+              bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
             <method name="getText">
                 return this._ctext.getText();
             </method>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/fileExplorer.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/fileExplorer.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/fileExplorer.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/fileExplorer.lzx Wed Apr  4 17:02:40 2012
@@ -504,7 +504,7 @@
      -->
                
     <view name="_border2" x="0" y="${ 33 + parent._documentsTabs.height }" width="$once{ parent.width }" 
-          height="1" bgcolor="0xE0E0E0" />     
+          height="1" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />     
     
     <!--
         Documents - Tabbar
@@ -518,28 +518,28 @@
      --> 
      
     <view name="_fileBar" layout="axis:x" x="0" y="${ 14 + parent._documentsTabs.height }">
-        <baseChooseIconView labelid="702" height="20" width="19" bgcolor="0xE0E0E0"
+        <baseChooseIconView labelid="702" height="20" width="19" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"
                             resourceN="file_explorer_add_file_rsc">
             <handler name="onclick">
                 if ($debug) Debug.write("Upload File");
                 parent.parent.addFile();
             </handler>
         </baseChooseIconView>
-        <baseChooseIconView labelid="703" height="20" width="19" bgcolor="0xE0E0E0"
+        <baseChooseIconView labelid="703" height="20" width="19" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"
                             resourceN="file_explorer_add_folder_rsc" >
             <handler name="onclick">
                 if ($debug) Debug.write("Add Folder");
                 parent.parent.addFolder();
             </handler>
         </baseChooseIconView>
-        <baseChooseIconView labelid="704" height="20" width="19" bgcolor="0xE0E0E0"
+        <baseChooseIconView labelid="704" height="20" width="19" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"
                             resourceN="file_explorer_reload_rsc" >
             <handler name="onclick">
                 if ($debug) Debug.write("Refresh Folder");
                 parent.parent.loadFiles();
             </handler>
         </baseChooseIconView>
-        <view bgcolor="0xE0E0E0" height="20" width="1" />
+        <view bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" height="20" width="1" />
     </view>
     
     <!--
@@ -549,7 +549,7 @@
     <view name="_trashBar" layout="axis:x" x="$once{ parent.width - 20 }" 
           y="${ 14 + parent._documentsTabs.height }">
         <baseChooseIconView name="_trashIcon" labelid="705" height="20" width="19" 
-                         resourceN="file_explorer_trash_rsc" bgcolor="0xE0E0E0">
+                         resourceN="file_explorer_trash_rsc" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
             <attribute name="isTrashCan" value="true" type="boolean" />
             <handler name="onclick">
                 if ($debug) Debug.write("Delete Folder and Files");

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/baseListPresentationItemExplorer.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/baseListPresentationItemExplorer.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/baseListPresentationItemExplorer.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/baseListPresentationItemExplorer.lzx Wed Apr  4 17:02:40 2012
@@ -46,7 +46,7 @@
     <handler name="onmouseover">
         setCurrentMouseWheelObject(this.parent.parent._scrollbar);
         if (!this.isselected){
-            this.setAttribute('bgcolor',canvas.baseMouseOvercolorizer);
+            this.setAttribute('bgcolor',canvas.getThemeColor('baseMouseOvercolorizer'));
         }
     </handler> 
     <handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/imageListInnerTableExplorer.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/imageListInnerTableExplorer.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/imageListInnerTableExplorer.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/items/imageListInnerTableExplorer.lzx Wed Apr  4 17:02:40 2012
@@ -24,7 +24,7 @@
     height="${ parent.height-2 }" 
 	bgcolor="white" x="1" y="1" clip="true">
     
-    <view name="_listcontent" bgcolor="$once{ canvas.basebgcolorizer }" width="$once{ parent.width }" >
+    <view name="_listcontent" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" width="$once{ parent.width }" >
         <simplelayout name="_layout" axis="y" spacing="2" inset="1" />
         
         <!--

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/presentationFilesList.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/presentationFilesList.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/presentationFilesList.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/presentations/presentationFilesList.lzx Wed Apr  4 17:02:40 2012
@@ -23,7 +23,7 @@
 
 <class name="presentationFilesList" extends="view" 
        x="0" y="40" height="${ parent.height-40 }" 
-        width="${ parent.width }" bgcolor="$once{ canvas.basebgcolorizer }">
+        width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
     
     <event name="onclose" />
     
@@ -75,7 +75,7 @@
                 parent.parent.onclose.sendEvent();
             </handler>
         </baseChooseIconView>
-        <view bgcolor="$once{ canvas.basebgcolorizer }" height="20" width="1" />
+        <view bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" height="20" width="1" />
     </view>
     
 </class>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/baseChooseIconView.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/baseChooseIconView.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/baseChooseIconView.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/baseChooseIconView.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="baseChooseIconView" extends="view" width="24" height="24" 
-       bgcolor="$once{ canvas.basebgcolorizer }"  >
+       bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }"  >
     
     <attribute name="resourceN" value="" type="string" />
     <attribute name="isselected" value="false" type="boolean" />
@@ -34,7 +34,7 @@
     </handler> 
     
     <handler name="onmouseover">
-        this._bg.setAttribute("bgcolor",canvas.baseMousecolorizer);
+        this._bg.setAttribute("bgcolor",canvas.getThemeColor('baseMousecolorizer'));
     </handler>
     
     <handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsLoaderIcon.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsLoaderIcon.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsLoaderIcon.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsLoaderIcon.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="documentsLoaderIcon" extends="view" height="20" width="19" 
-       bgcolor="$once{ canvas.basebgcolorizer }"  >
+       bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }"  >
     
     <attribute name="resourceN" value="" type="string" />
     <attribute name="isselected" value="false" type="boolean" />
@@ -53,7 +53,7 @@
     </method>
     
     <handler name="onmouseover">
-        this._bg.setAttribute("bgcolor",canvas.baseMousecolorizer);
+        this._bg.setAttribute("bgcolor",canvas.getThemeColor('baseMousecolorizer'));
     </handler>
     
     <handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsTabBar.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsTabBar.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsTabBar.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/tabbar/documentsTabBar.lzx Wed Apr  4 17:02:40 2012
@@ -75,7 +75,7 @@
     
     <view name="_border2" x="0" y="19" options="ignorelayout: true"
           width="$once{ parent.width }" height="2" 
-          bgcolor="$once{ canvas.basebgcolorizer }" /> 
+          bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" /> 
            
     <view name="_content" layout="axis:x">  
         <documentsLoaderIcon name="_explorerTreeView" 
@@ -83,7 +83,7 @@
             labeltext="$once{ canvas.getLabelName(717) }" />
     </view>    
     <view name="_border" height="20" width="1" 
-        bgcolor="$once{ canvas.basebgcolorizer }" />
+        bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" />
 </class>
 
 </library>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/treeitems/baseFileExplorerItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/treeitems/baseFileExplorerItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/treeitems/baseFileExplorerItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/fileexplorer/treeitems/baseFileExplorerItem.lzx Wed Apr  4 17:02:40 2012
@@ -325,7 +325,7 @@
 	
 	<method name="selectItem">
 		this.selected = true;
-		this._fileName.setAttribute("bgcolor",canvas.baseMousecolorizer);
+		this._fileName.setAttribute("bgcolor",canvas.getThemeColor('baseMousecolorizer'));
 	</method>
 	
 	<method name="deselectItem">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/base/whiteboardVideoPlayer.lzx Wed Apr  4 17:02:40 2012
@@ -279,15 +279,15 @@
 	</view>
 
     <view name="_progress" height="18" y="${ parent.height - 40 }" width="${ parent.width-2 }"
-    	                  x="1" bgcolor="$once{ canvas.basebgcolorizer }">
+    	                  x="1" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
     	
     	<view resource="flv_recorder_play_small_rsc" y="1" height="16" width="16"
-    		      bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+    		      bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
     		<handler name="onmouseover">
                 this.setAttribute("bgcolor",0xFFFFFF);
             </handler>
             <handler name="onmouseout">
-                this.setAttribute("bgcolor",canvas.baseMouseOvercolorizer);
+                this.setAttribute("bgcolor",canvas.getThemeColor('baseMouseOvercolorizer'));
             </handler>
     		<handler name="onclick">
     			if (canvas.ismoderator) {
@@ -298,7 +298,7 @@
     	</view>
     	
     	<view name="_progressbar" x="16" width="${ parent.width - 32 }" y="1" 
-    		  height="16" bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+    		  height="16" bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
     		
     		<view x="0" width="${ parent.width }" y="0" height="16" bgcolor="0xFFFFFF" opacity="0.5" /> 
     		
@@ -315,12 +315,12 @@
     	</view>
     	
     	<view resource="flv_recorder_stop_small_rsc" align="right" y="1" height="16" width="16"
-    		  bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+    		  bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
     		<handler name="onmouseover">
     			this.setAttribute("bgcolor",0xFFFFFF);
     		</handler>
     		<handler name="onmouseout">
-                this.setAttribute("bgcolor",canvas.baseMouseOvercolorizer);
+                this.setAttribute("bgcolor",canvas.getThemeColor('baseMouseOvercolorizer'));
             </handler>
             <handler name="onclick">
             	if (canvas.ismoderator) {

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/basePropertyPanelWhiteboard.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/basePropertyPanelWhiteboard.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/basePropertyPanelWhiteboard.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/basePropertyPanelWhiteboard.lzx Wed Apr  4 17:02:40 2012
@@ -58,9 +58,9 @@
 	
     <view x="0" y="1" width="${ this.parent.width }" height="20" bgcolor="0xE0E1EB" />
     
-    <view x="0" y="0" width="${ this.parent.width }" height="1" bgcolor="0xCCCCCC" />
+    <view x="0" y="0" width="${ this.parent.width }" height="1" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" />
     
-    <view x="0" y="19" width="${ this.parent.width }" height="1" bgcolor="0xCCCCCC" />
+    <view x="0" y="19" width="${ this.parent.width }" height="1" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" />
 	
 	<handler name="onclick">
         this.parent.toggleopen();

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx Wed Apr  4 17:02:40 2012
@@ -498,7 +498,7 @@
                 }
                 this.objectRef = obj;
                 this.objectRef._isselected = true;
-                this.objectRef._area.setAttribute('bgcolor',canvas.basebgcolorizer);
+                this.objectRef._area.setAttribute('bgcolor',canvas.getThemeColor('basebgcolorizer'));
                 parent._drawareaMask._drawarea.setModus(this.objectRef.modi);
             }
         </method>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteboardPanel.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteboardPanel.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteboardPanel.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteboardPanel.lzx Wed Apr  4 17:02:40 2012
@@ -354,7 +354,7 @@
     </view>
     
     <view width="${ parent.width }" height="1" y="41"
-    	  bgcolor="$once{ canvas.basebgcolorizer }">
+    	  bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
     	<attribute name="whiteboardId" value="-1" type="number" />
     </view>
     

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/documentpanel/documentPanel.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/documentpanel/documentPanel.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/documentpanel/documentPanel.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/documentpanel/documentPanel.lzx Wed Apr  4 17:02:40 2012
@@ -39,10 +39,10 @@
     
 </class>    
 
-<class name="documentPanelVPanelSeperator" extends="view" bgcolor="0xCCCCCC"
+<class name="documentPanelVPanelSeperator" extends="view" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"
 	   width="26" height="2" ></class>
 	   
-<class name="documentPanelHPanelSeperator" extends="view" bgcolor="0xCCCCCC"
+<class name="documentPanelHPanelSeperator" extends="view" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"
 	   width="2" height="26" ></class>
 	   	
 <!-- not used in the moment -->	   	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanelItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanelItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanelItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanelItem.lzx Wed Apr  4 17:02:40 2012
@@ -23,7 +23,6 @@
 <class name="mainToolsPanelItem" extends="blueButton" 
 	   width="26" height="26">
 	
-	
 	<attribute name="modi" value="" type="string" />
 	<attribute name="labelid" value="0" type="number" />
 	
@@ -38,20 +37,7 @@
         parent.parent.parent.setSelectionWithoutEvent(this);
     </method>
 	
-	<!--
-	<view x="1" y="1" width="24" name="_area" 
-		  height="24" bgcolor="0xFFFFFF" />
-     -->
-	
-	<handler name="onmouseover">
-		if ($debug){};
-	</handler>
-	<handler name="onmouseout">
-		if ($debug){};
-	</handler>
 	<handler name="onmouseup">
-		//if (!this._isselected) this.setAttribute('bgcolor',canvas.baseMousecolorizer);
-		//this.__labeltooltip.destroyLabel();
 		//if ($debug) Debug.write("parent.parent.parent",parent.parent.parent);
 		parent.parent.parent.setSelection(this);
 	</handler>
@@ -69,10 +55,10 @@
         </handler>
 </class>
 
-<class name="mainToolsHPanelSeperator" extends="view" bgcolor="0xCCCCCC"
+<class name="mainToolsHPanelSeperator" extends="view" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"
 	   width="26" height="1" ></class>
 	   
-<class name="mainToolsVPanelSeperator" extends="view" bgcolor="0xCCCCCC"
+<class name="mainToolsVPanelSeperator" extends="view" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"
 	   width="1" height="26" ></class>
 
     

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/subMenuIconToolsToUpload.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/subMenuIconToolsToUpload.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/subMenuIconToolsToUpload.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/maintoolspanel/subMenuIconToolsToUpload.lzx Wed Apr  4 17:02:40 2012
@@ -77,8 +77,7 @@
                 resource="presenter_thumb_rsc" >
         <handler name="oninit">
             <![CDATA[
-                this.setTintRGB(canvas.basebgcolorizer,90);
-                //this.setColor(canvas.basebgcolorizer);
+                this.setTintRGB(canvas.getThemeColor('basebgcolorizer'),90);
             ]]>
         </handler>
         <method name="setTintRGB" args="color, brightness">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx Wed Apr  4 17:02:40 2012
@@ -240,7 +240,7 @@
 	    <propertyPanelLetterButton name="_bold" x="312" y="24" labelid="87"
                                    itemResourceName="bold" />
 		
-		<view name="_delemiter" width="2" bgcolor="$once{ canvas.baseMousecolorizer }" 
+		<view name="_delemiter" width="2" bgcolor="$once{ canvas.getThemeColor('baseMousecolorizer') }" 
 			  height="$once{ parent.height - this.y - 4 }" y="20" x="338"/>
 		
 		<labelText labelid="721" y="26" x="344" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanelLetterButton.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanelLetterButton.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanelLetterButton.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/panels/propertypanel/propertyPanelLetterButton.lzx Wed Apr  4 17:02:40 2012
@@ -22,7 +22,7 @@
     
 <class name="propertyPanelLetterButton" extends="view" resource="_button_rsc_letter_rsc"  
 	   x="312" y="24" height="23" width="24" 
-	bgcolor="$once{ canvas.baseMousecolorizer }" >
+	bgcolor="$once{ canvas.getThemeColor('baseMousecolorizer') }" >
 	<attribute name="itemResourceName" value="" type="string" />
 	<attribute name="currentVal" value="false" type="boolean" />
 	
@@ -50,9 +50,9 @@
     </method>
     <method name="updateByVal">
 		if (this.currentVal){
-    		this.setAttribute('bgcolor',canvas.basebgcolorizer);
+    		this.setAttribute('bgcolor',canvas.getThemeColor('basebgcolorizer'));
     	} else {
-    		this.setAttribute('bgcolor',canvas.baseMousecolorizer);
+    		this.setAttribute('bgcolor',canvas.getThemeColor('baseMousecolorizer'));
     	}    	
     </method>
     <view x="2" y="2" resource="$once{ parent.itemResourceName }" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardBarMenu.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardBarMenu.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardBarMenu.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardBarMenu.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="whiteboardBarMenu" extends="view" width="${ parent.width }" x="0" y="21" 
-    height="20" layout="axis:x;spacing:1;inset:2" bgcolor="$once{ canvas.baseMousecolorizer }">
+    height="20" layout="axis:x;spacing:1;inset:2" bgcolor="$once{ canvas.getThemeColor('baseMousecolorizer') }">
     
     <attribute name="staticwidth" type="number" value="120" />
     <attribute name="currentBtn" value="null" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardMiniButton.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardMiniButton.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardMiniButton.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/whiteboard/whiteboardMiniButton.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="whiteboardMiniButton" extends="view" width="250" height="18" y="2"
-    bgcolor="$once{ canvas.basebgcolorizer }">
+    bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
      
     <attribute name="btnName" value="" type="string" />
     <attribute name="objRef" value="null" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/mainDashboard.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/mainDashboard.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/mainDashboard.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/mainDashboard.lzx Wed Apr  4 17:02:40 2012
@@ -146,7 +146,7 @@
     
 	<profilesPanel x="10" />
 	
-	<view height="240" x="516" width="1" bgcolor="0xE0E0E0" />
+	<view height="240" x="516" width="1" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
 	
 	<infosPanel x="520" />
 
@@ -179,10 +179,10 @@
         </method>
         
         <view name="borderBarTop" y="0"
-    			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />
+    			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />
     	<view name="_tabbarBg" width="${ parent.width }" height="32" y="1" bgcolor="0xFAFAFA" />
 		<view name="borderBarBottom" y="34"
-    			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />  
+    			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />  
         
     	<view name="_tabbar" x="0" y="1" width="${ parent.width }" height="32"
     		  layout="axis:x;spacing:2;inset:2" >
@@ -268,7 +268,7 @@
                     </netRemoteCallHib> 
          
                     <!-- inn.inn.inn view would be setted object by above ondata hander. -->
-                    <view name="inn" x="2" width="480" height="${ parent.height }" bgcolor="0xE0E0E0" >
+                    <view name="inn" x="2" width="480" height="${ parent.height }" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" >
                         <view name="inn" x="1" y="1" width="${ parent.width-1 }" height="${ parent.height-1 }" bgcolor="0xFFFFFF" clip="true" >
                             <view name="inn" layout="axis:y;spacing:1"/>
                             <om_vscrollbar />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/rssPanel.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/rssPanel.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/rssPanel.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/rssPanel.lzx Wed Apr  4 17:02:40 2012
@@ -47,12 +47,12 @@
             lz.Browser.loadURL(parent.link,"_blank");
         </handler>
     </labelText>
-    <view height="1" width="$once{ parent.width }" bgcolor="0xE0E0E0" />
+    <view height="1" width="$once{ parent.width }" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
 </class>    
     
 <class name="rssBox" extends="view" width="$once{ parent.width-4 }" 
 	   height="$once{ parent.height-22 }" y="22" x="4"
-    	bgcolor="0xE0E0E0" > 	
+    	bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" > 	
     <method name="outputRSS" args="value">
         this.inner.outputRSS(value);
     </method>
@@ -72,7 +72,7 @@
                 }
             ]]>
         </method>
-        <view name="content" layout="axis:y" bgcolor="0xE0E0E0" width="${ parent.width-10 }" />        
+        <view name="content" layout="axis:y" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" width="${ parent.width-10 }" />        
         <om_vscrollbar name="_scrollbar" />
     </view>
 </class>   

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/tabButtonMain.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/tabButtonMain.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/tabButtonMain.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/dashboard/tabButtonMain.lzx Wed Apr  4 17:02:40 2012
@@ -82,23 +82,23 @@
         this._text.setAttribute("fgcolor","0xBBBBBB");
     </method>       
     
-    <view name="_selectedView" bgcolor="0xEFEFEF" width="$once{ parent.width }" 
+    <view name="_selectedView" bgcolor="$once{ canvas.getThemeColor('menuBackgroundColor') }" width="$once{ parent.width }" 
             height="$once{ parent.height }" visibility="visible">
         <view name="borderRight" width="1" x="0"
-        			bgcolor="0xCCCCCC" height="$once{ parent.height }" />  
-        <view name="borderTop" width="$once{ parent.width }" bgcolor="0xCCCCCC" height="1" />
+        			bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="$once{ parent.height }" />  
+        <view name="borderTop" width="$once{ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />
         <view name="borderLeft" width="1" x="$once{ parent.width-1 }"
-        			bgcolor="0xCCCCCC" height="$once{ parent.height }" />  
+        			bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="$once{ parent.height }" />  
     </view>
     
     <view name="_deselectedView" bgcolor="0xFAFAFA" 
     		width="$once{ parent.width }" y="2"
             height="$once{ parent.height-3 }" visibility="visible">
         <view name="borderRight" width="1" x="0"
-        			bgcolor="0xCCCCCC" height="$once{ parent.height }" />  
-        <view name="borderTop" width="$once{ parent.width }" bgcolor="0xCCCCCC" height="1" />
+        			bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="$once{ parent.height }" />  
+        <view name="borderTop" width="$once{ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />
         <view name="borderLeft" width="1" x="$once{ parent.width-1 }"
-        			bgcolor="0xCCCCCC" height="$once{ parent.height }" />  
+        			bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="$once{ parent.height }" />  
     </view>       
           
     <view name="_bg2" bgcolor="0xFFFFFF" width="$once{ parent.width-2 }" y="3" x="1"

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/attendeeListItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/attendeeListItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/attendeeListItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/attendeeListItem.lzx Wed Apr  4 17:02:40 2012
@@ -46,7 +46,7 @@
 			<labelTooltip labelid="814" />
 		</miniIcons>
 		
-		<view y="18" height="1" width="$once{ parent.width }" bgcolor="0xE0E0E0" />
+		<view y="18" height="1" width="$once{ parent.width }" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />
 		
 		<labelTooltip text="$once{ canvas.getLabelName(1143) + ' ' + parent.jNameTimeZone }" />
 		

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzDayView.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzDayView.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzDayView.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzDayView.lzx Wed Apr  4 17:02:40 2012
@@ -408,7 +408,7 @@
 								<text name="_title" x="2" datapath="title" text="$path{ 'text()' }" />
 								
 								
-								<view width="20" height="4" valign="bottom" align="center" bgcolor="0xCCCCCC">
+								<view width="20" height="4" valign="bottom" align="center" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }">
 									<handler name="onmouseover">
 										lz.Cursor.setCursorGlobal('calendar_change_event_height_rsc');
 									</handler>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzMonthView.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzMonthView.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzMonthView.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/layouts/lzMonthView.lzx Wed Apr  4 17:02:40 2012
@@ -99,7 +99,7 @@
 					</handler>
 					
 					<handler name="onmouseover">
-						this.setAttribute("bgcolor",0xE0E0E0);
+						this.setAttribute("bgcolor",canvas.getThemeColor('secondBorderColor'));
 					</handler>
 					
 					<handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/lzEditCalendarEvent.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/lzEditCalendarEvent.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/lzEditCalendarEvent.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/lzEditCalendarEvent.lzx Wed Apr  4 17:02:40 2012
@@ -340,25 +340,28 @@
 	 	
 	 	<!-- participents -->
 	 	<view name="_participentsIconBar" layout="axis:x" x="$once{ parent.width-50 }" y="230">
-	        <baseChooseIconView labelid="812" height="20" width="19" bgcolor="0xE0E0E0"
+	        <baseChooseIconView labelid="812" height="20" width="19" 
+	        		bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"
 	                            resourceN="calendar_add_user_rsc">
 	            <handler name="onclick">
 	                new lz.addAttendee(canvas,{refObj:parent.parent._participentList});
 	            </handler>
 	        </baseChooseIconView>
-	        <baseChooseIconView labelid="629" height="20" width="19" bgcolor="0xE0E0E0"
+	        <baseChooseIconView labelid="629" height="20" width="19" 
+	        			bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"
 	                            resourceN="calendar_add_user_external_rsc" >
 	            <handler name="onclick">
 	                new lz.addExternalAttendee(canvas,{refObj:parent.parent._participentList});
 	            </handler>
 	        </baseChooseIconView>
-	        <view bgcolor="0xE0E0E0" height="20" width="1" />
+	        <view bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" height="20" width="1" />
 	    </view>
 	 	
 	 	<labelText name="_participentLabel" x="4" y="250" labelid="803" fontstyle="bold" /> 
 	 	
 	 	<view name="_participentList" x="100" y="250" height="100" 
-            		  bgcolor="0xE0E0E0" width="$once{ parent.width-110 }">
+            		  bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" 
+            		  width="$once{ parent.width-110 }">
            
             <method name="addListItem" args="userId,firstName,lastName,email,memberId,jNameTimeZone">
             	<![CDATA[

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/userContactsCalendar.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/userContactsCalendar.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/userContactsCalendar.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzcalendar/compontents/userContactsCalendar.lzx Wed Apr  4 17:02:40 2012
@@ -20,7 +20,7 @@
 -->
 <library>
 
-	<class name="userContactsCalendarItem" extends="view" width="$once{ parent.width }" height="40" bgcolor="0xCCCCCC">
+	<class name="userContactsCalendarItem" extends="view" width="$once{ parent.width }" height="40" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }">
 		
 		<attribute name="tUserName" value="" type="string" />
 		
@@ -72,7 +72,8 @@
 	    
 	</class>
 
-	<class name="userContactsCalendar" extends="view" bgcolor="0xE0E0E0">
+	<class name="userContactsCalendar" extends="view" 
+						bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
 		
 		<event name="onSaveNewMessage" />
 		

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/baseChooseIconFLVView.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/baseChooseIconFLVView.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/baseChooseIconFLVView.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/baseChooseIconFLVView.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 <class name="baseChooseIconFLVView" extends="view" width="24" height="24" 
-       bgcolor="0xE0E0E0"  >
+       bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }"  >
     
     <attribute name="resourceN" value="" type="string" />
     <attribute name="isselected" value="false" type="boolean" />
@@ -34,7 +34,7 @@
     </handler> 
     
     <handler name="onmouseover">
-        this._bg.setAttribute("bgcolor",0xE0E0E0);
+        this._bg.setAttribute("bgcolor",canvas.getThemeColor('secondBorderColor'));
     </handler>
     
     <handler name="onmouseout">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/contentviews/lzRecordingsViewMain.lzx Wed Apr  4 17:02:40 2012
@@ -402,15 +402,15 @@
         </view>
         
         <view name="_progress" height="18" valign="bottom" width="${ parent.width }"
-        	                   bgcolor="$once{ canvas.basebgcolorizer }">
+        	                   bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
         	
         	<view resource="flv_recorder_play_small_rsc" y="1" height="16" width="16"
-        		      bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+        		      bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
         		<handler name="onmouseover">
                     this.setAttribute("bgcolor",0xFFFFFF);
                 </handler>
                 <handler name="onmouseout">
-                    this.setAttribute("bgcolor",canvas.baseMouseOvercolorizer);
+                    this.setAttribute("bgcolor",canvas.getThemeColor('baseMouseOvercolorizer'));
                 </handler>
         		<handler name="onclick">
         			parent.parent.startStream();
@@ -419,7 +419,7 @@
         	</view>
         	
         	<view name="_progressbar" x="16" width="${ parent.width - 32 }" y="1" 
-        		  height="16" bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+        		  height="16" bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
         		
         		<view x="0" width="${ parent.width }" y="0" height="16" bgcolor="0xFFFFFF" opacity="0.5" /> 
         		
@@ -436,12 +436,12 @@
         	</view>
         	
         	<view resource="flv_recorder_stop_small_rsc" align="right" y="1" height="16" width="16"
-        		  bgcolor="$once{ canvas.baseMouseOvercolorizer }">
+        		  bgcolor="$once{ canvas.getThemeColor('baseMouseOvercolorizer') }">
         		<handler name="onmouseover">
         			this.setAttribute("bgcolor",0xFFFFFF);
         		</handler>
         		<handler name="onmouseout">
-                    this.setAttribute("bgcolor",canvas.baseMouseOvercolorizer);
+                    this.setAttribute("bgcolor",canvas.getThemeColor('baseMouseOvercolorizer'));
                 </handler>
                 <handler name="onclick">
                     parent.parent.stopStream();

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordNavigation.lzx Wed Apr  4 17:02:40 2012
@@ -292,7 +292,7 @@
         Borders
     
     
-    <view name="_bg1" bgcolor="$once{ canvas.basebgcolorizer }" width="$once{ parent.width-10 }" 
+    <view name="_bg1" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" width="$once{ parent.width-10 }" 
           x="0" y="0" height="${ parent.height }" />
           
            
@@ -302,7 +302,7 @@
     --> 
                
     <view name="_border2" x="0" y="19" width="$once{ parent.width-10 }" 
-          height="1" bgcolor="0xE0E0E0" />     
+          height="1" bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" />     
     
     <view name="_fileBar" layout="axis:x" x="0" y="0">
         <baseChooseIconFLVView labelid="703" height="20" width="19" 
@@ -319,7 +319,8 @@
                 parent.parent.getFLVExplorerByRoom.doCall();
             </handler>
         </baseChooseIconFLVView>
-        <view bgcolor="0xE0E0E0" height="20" width="1" />
+        <view bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" 
+        				height="20" width="1" />
     </view>
     
     <!--
@@ -348,7 +349,7 @@
                 this.onmouseout.sendEvent();
             </handler> 
         </baseChooseIconFLVView>
-        <view bgcolor="0xE0E0E0" height="20" width="1" />
+        <view bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }" height="20" width="1" />
     </view>
     
     <!--
@@ -518,7 +519,7 @@
      -->
      
     <view name="_minimizeSidebar" x="$once{ parent.width - 10 }" width="10" 
-          bgcolor="$once{ canvas.baseMousecolorizer }" height="${ parent.height }">
+          bgcolor="$once{ canvas.getThemeColor('baseMousecolorizer') }" height="${ parent.height }">
         <handler name="onclick">
             parent.toggleStatus();
         </handler>
@@ -533,7 +534,7 @@
               stretches="both" resource="presenter_thumb_rsc" >
             <handler name="oninit">
                 <![CDATA[
-                    this.setTintRGB(canvas.basebgcolorizer,90);
+                    this.setTintRGB(canvas.getThemeColor('basebgcolorizer'),90);
                 ]]>
             </handler>
             <method name="setTintRGB" args="color, brightness">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/treeitems/baseFLVExplorerItem.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/treeitems/baseFLVExplorerItem.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/treeitems/baseFLVExplorerItem.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/treeitems/baseFLVExplorerItem.lzx Wed Apr  4 17:02:40 2012
@@ -276,7 +276,7 @@
 	
 	<method name="selectItem">
 		this.selected = true;
-		this._fileName.setAttribute("bgcolor",canvas.baseMousecolorizer);
+		this._fileName.setAttribute("bgcolor",canvas.getThemeColor('baseMousecolorizer'));
 	</method>
 	
 	<method name="deselectItem">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/meetings/allmeetings.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/meetings/allmeetings.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/meetings/allmeetings.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/meetings/allmeetings.lzx Wed Apr  4 17:02:40 2012
@@ -74,7 +74,7 @@
    	<view name="_tabbarBg" width="${ parent.width }" height="32" y="1" bgcolor="0xFAFAFA" />
    	
 	<view name="borderBarBottom" y="34"
-   			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />  
+   			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />  
       
 	<view name="_tabbar" width="${ canvas.width }" y="1" height="32"
   		  layout="axis:x;spacing:2;inset:2" >
@@ -156,7 +156,8 @@
 					</netRemoteCallHib>
 
 					<!-- inn.inn.inn view would be setted object by above ondata hander. -->
-					<view name="inn" width="480" height="${ parent.height }" bgcolor="0xE0E0E0">
+					<view name="inn" width="480" height="${ parent.height }" 
+									bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
 						<view name="inn" x="1" y="1" width="479" height="${ parent.height-1 }" 
 							  		bgcolor="0xFFFFFF" clip="true" >
 							<view name="inn" layout="axis:y;spacing:1"/>
@@ -217,7 +218,8 @@
 					</netRemoteCallHib> 
 	 
 					<!-- inn.inn.inn view would be setted object by above ondata hander. -->
-					<view name="inn" width="480" height="${ parent.height }" bgcolor="0xE0E0E0">
+					<view name="inn" width="480" height="${ parent.height }" 
+									bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
 						<view name="inn" x="1" y="1" width="479" height="${ parent.height-1 }" bgcolor="0xFFFFFF" clip="true" >
 							<view name="inn" layout="axis:y;spacing:1"/>
 							<om_vscrollbar />
@@ -301,7 +303,8 @@
 				</netRemoteCallHib> 
 	 
 				<!-- inn.inn.inn view would be setted object by above ondata hander. -->
-				<view name="inn" width="480" height="${ parent.height }" bgcolor="0xE0E0E0">
+				<view name="inn" width="480" height="${ parent.height }" 
+								bgcolor="$once{ canvas.getThemeColor('secondBorderColor') }">
 					<view name="inn" x="1" y="1" width="479" height="${ parent.height-1 }" bgcolor="0xFFFFFF" clip="true" >
 						<view name="inn" layout="axis:y;spacing:1"/>
 						<om_vscrollbar />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/pendingUserStatus.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/pendingUserStatus.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/pendingUserStatus.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/pendingUserStatus.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 	
-<class name="pendingUserStatus" extends="view" bgcolor="$once{ canvas.basebgcolorizer }" 
+<class name="pendingUserStatus" extends="view" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" 
 	   width="$once{ parent.width-16 }" height="40" y="$once{ parent.height-62 }">
 	
 	<attribute name="message" value="" type="string" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/privateMessages.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/privateMessages.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/privateMessages.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/privateMessages.lzx Wed Apr  4 17:02:40 2012
@@ -246,7 +246,7 @@
 	
 	
 	<view height="$once{ parent.height }" width="1" x="154" 
-		  bgcolor="0xCCCCCC"></view>
+		  bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"></view>
 	
 	<labelText name="_labelPrivateMessages" x="160" labelid="1206" fontstyle="bold" />
 	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/roomAccessMessage.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/roomAccessMessage.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/roomAccessMessage.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/privatemessages/roomAccessMessage.lzx Wed Apr  4 17:02:40 2012
@@ -21,7 +21,7 @@
 <library>
 
 	
-<class name="roomAccessMessage" extends="view" bgcolor="$once{ canvas.basebgcolorizer }" 
+<class name="roomAccessMessage" extends="view" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" 
 	   width="$once{ parent.width-16 }" height="40" y="$once{ parent.height-62 }"
 	   visibility="hidden">
 	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfile.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfile.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfile.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfile.lzx Wed Apr  4 17:02:40 2012
@@ -149,7 +149,7 @@
            
            
     <view name="_borderLine" width="1" x="129" 
-    	  height="$once{ parent.height }" bgcolor="$once{ canvas.basebgcolorizer }" />
+    	  height="$once{ parent.height }" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" />
     	  
     	  
 	<view name="_searchUserResult" x="130" height="$once{ parent.height }">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfileImage.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfileImage.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfileImage.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/searchuserprofile/searchUserProfileImage.lzx Wed Apr  4 17:02:40 2012
@@ -26,7 +26,7 @@
 	<attribute name="profileUrl" value="" type="string" />
 	
 	<view name="_placeholderBG" width="118" x="1" y="1"
-		  height="98" bgcolor="0xEFEFEF"></view>
+		  height="98" bgcolor="$once{ canvas.getThemeColor('menuBackgroundColor') }"></view>
 	<view x="58" y="48"
 		resource="image_loading_placeholder_rsc" ></view>
 	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/userSettings.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/userSettings.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/userSettings.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/userSettings.lzx Wed Apr  4 17:02:40 2012
@@ -93,7 +93,7 @@
 	<view name="_tabbarBg" width="${ parent.width }" height="32" y="1" bgcolor="0xFAFAFA" />
    	
 	<view name="borderBarBottom" y="34"
-   			width="${ parent.width }" bgcolor="0xCCCCCC" height="1" />  
+   			width="${ parent.width }" bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }" height="1" />  
    			
     <attribute name="refObjItem" value="null" />
     

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/usercontacts/editUserContacts.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/usercontacts/editUserContacts.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/usercontacts/editUserContacts.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/settings/usercontacts/editUserContacts.lzx Wed Apr  4 17:02:40 2012
@@ -61,7 +61,7 @@
 	<privateMessages name="_privateMessages" x="0" y="0" />
 	
 	<view height="$once{ parent.height }" width="1" x="$once{ canvas.width-276 }" 
-		  bgcolor="0xCCCCCC"></view>
+		  bgcolor="$once{ canvas.getThemeColor('mainBorderColor') }"></view>
 	
 </class>	
 	

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/explorer/explorerBox.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/explorer/explorerBox.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/explorer/explorerBox.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/explorer/explorerBox.lzx Wed Apr  4 17:02:40 2012
@@ -325,11 +325,11 @@
     </method>
 	
 	<view width="${ this.parent.width-2 }" height="${ this.parent.height-2 }" 
-		  x="1" y="1" bgcolor="0xEEF0EB" />
+		  x="1" y="1" bgcolor="$once{ canvas.getThemeColor('mainBackgroundColor') }" />
 	<view x="1" y="1" width="${ this.parent.width-2 }" height="20" >
 		
 		<gradientview x="0" width="${ this.parent.width }" height="20"
-				colorFrom="$once{ canvas.baseMousecolorizer }"
+				colorFrom="$once{ canvas.getThemeColor('baseMousecolorizer') }"
 				colorTo="0x000088" >
 		</gradientview>
 		
@@ -392,7 +392,7 @@
     		//if ($debug) Debug.write("setTint");
     		//TODO: Fix this, does not work at the moment
     		//http://code.google.com/p/openmeetings/issues/detail?id=470
-    		this.setColor(canvas.baseMousecolorizer);
+    		this.setColor(canvas.getThemeColor('baseMousecolorizer'));
     	</handler>  	
     </view>
     <resizestate name="rs"/>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/lps/changeWidthSlider.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/lps/changeWidthSlider.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/lps/changeWidthSlider.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/lps/changeWidthSlider.lzx Wed Apr  4 17:02:40 2012
@@ -135,7 +135,7 @@
         ]]> 
     </method>
 
-    <view bgcolor="$once{ canvas.baseMousecolorizer }" width="58" height="138" x="1" y="1" />
+    <view bgcolor="$once{ canvas.getThemeColor('baseMousecolorizer') }" width="58" height="138" x="1" y="1" />
     
     <vslider name="_slider" height="120" y="10" x="10" minvalue="1" maxvalue="$once{ parent.maxvalue }" 
         initvalue="$once{ parent.initialNumber }" showrange="false" showvalue="true">

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/miniIconsPresenter.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/miniIconsPresenter.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/miniIconsPresenter.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/miniIconsPresenter.lzx Wed Apr  4 17:02:40 2012
@@ -33,7 +33,7 @@
     </handler>
     
     <handler name="onmousedown">
-        this._bg.setAttribute("bgcolor",canvas.basebgcolorizer);
+        this._bg.setAttribute("bgcolor",canvas.getThemeColor('basebgcolorizer'));
         this._bg.setAttribute("visibility","visible");
     </handler>
     

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/text/borderedInputtext.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/text/borderedInputtext.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/text/borderedInputtext.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/components/text/borderedInputtext.lzx Wed Apr  4 17:02:40 2012
@@ -20,7 +20,7 @@
 -->
 <library>
 
-<class name="borderedInputtext" extends="view" bgcolor="$once{ canvas.basebgcolorizer }" >
+<class name="borderedInputtext" extends="view" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }" >
 	<attribute name="width" value="200" type="size" />
 	<attribute name="height" value="18" type="size" />
     <attribute name="tvalue" type="string" value="default"/>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainAttributes.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainAttributes.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainAttributes.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainAttributes.lzx Wed Apr  4 17:02:40 2012
@@ -23,13 +23,6 @@
 
 <library>
 	
-	<!---
-		These colors are the main colors and style the hole application
-	 -->
-	<attribute name="basebgcolorizer" value="0x3F5B9E" type="string" />	
-	<attribute name="baseMousecolorizer" value="0xC4D5E6" type="string" />	
-	<attribute name="baseMouseOvercolorizer" value="0xC4D5E6" type="string" />  	
-
 	<!--- 
 	   Audio-Video Quality Settings
 		overwritten by values from the config.xml 

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainDatasets.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainDatasets.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainDatasets.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainDatasets.lzx Wed Apr  4 17:02:40 2012
@@ -24,7 +24,7 @@
 <library>
 
 <!-- get values from config.xml -->
-<dataset type="http" name="myConfigSet" request="false" ondata="canvas.myinit()">
+<dataset type="http" name="myConfigSet" request="false" ondata="parent.mainTheme.loadTheme()">
     <handler name="oninit">
         var d = new Date();
         this.setAttribute("src","config.xml?random="+d.getTime());
@@ -41,4 +41,22 @@
     </handler>
 </dataset>
 
+<!-- get values from config.xml -->
+<dataset type="http" name="mainTheme" request="false" ondata="canvas.myinit()">
+    <method name="loadTheme">
+        var d = new Date();
+        this.setAttribute("src","default-theme.xml?random="+d.getTime());
+        this.doRequest();
+    </method>
+    <handler name="ondata">
+        if ($debug) Debug.write("ondata");
+    </handler>
+    <handler name="onerror" args="e">
+        if ($debug) Debug.write("onerror",e);
+    </handler>
+    <handler name="ontimeout" args="e">
+        if ($debug) Debug.write("ontimeout",e);
+    </handler>
+</dataset>
+
 </library>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainMethods.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainMethods.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainMethods.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/base/mainMethods.lzx Wed Apr  4 17:02:40 2012
@@ -30,10 +30,6 @@
         
         if($debug) Debug.write("main.lzx/config.xml ondata",this);
         
-        this.setAttribute('basebgcolorizer',canvas.myConfigSet.getPointer().xpathQuery('config/basebgcolorizer/text()'));  
-        this.setAttribute('baseMousecolorizer',canvas.myConfigSet.getPointer().xpathQuery('config/baseMousecolorizer/text()'));  
-        this.setAttribute('baseMouseOvercolorizer',canvas.myConfigSet.getPointer().xpathQuery('config/baseMouseOvercolorizer/text()'));  
-        
         //Audio-Video-Settings
         this.setAttribute('loudnessAcitviation',canvas.myConfigSet.getPointer().xpathQuery('config/loudnessAcitviation/text()'));
         this.setAttribute('framesPerSecond',Number(canvas.myConfigSet.getPointer().xpathQuery('config/framesPerSecond/text()')));  
@@ -58,4 +54,18 @@
         return getLabelTag(id);
     </method>
     
+    <method name="getThemeImage" args="tName">
+		if ($debug) Debug.write("load Image by Name SWF10: ",tName);
+		var tPath = canvas.mainTheme.getPointer().xpathQuery("theme/resource[@name='"+tName+"']/@src");
+		if ($debug) Debug.write("tPath SWF10 "+tPath);
+		return tPath;
+	</method>
+	
+	<method name="getThemeColor" args="tColor">
+		if ($debug) Debug.write("load Color by Name SWF10: ",tColor);
+		var tColor = canvas.mainTheme.getPointer().xpathQuery("theme/color[@name='"+tColor+"']/@value");
+		if ($debug) Debug.write("tColor SWF10 "+tColor);
+		return tColor;
+	</method>
+    
 </library>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx?rev=1309491&r1=1309490&r2=1309491&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx Wed Apr  4 17:02:40 2012
@@ -402,7 +402,7 @@
     </method>   
 
 	<view name="_innertop" width="${parent.width-2 }" 
-          height="18" x="1" y="1" bgcolor="$once{ canvas.basebgcolorizer }">
+          height="18" x="1" y="1" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
         <text text="${ parent.parent.chatpartnername }" 
               onmousedown="parent.parent._startDragState(this)" 
               onmouseup="parent.parent._removeDragState(this)"
@@ -420,7 +420,7 @@
     </view>
     
     <view name="_innerbottom" width="${parent.width - 2}" x="1" y="${parent.height - 19}"
-          height="18" bgcolor="$once{ canvas.basebgcolorizer }">
+          height="18" bgcolor="$once{ canvas.getThemeColor('basebgcolorizer') }">
         <text text="${canvas.getLabelName(1434)}"
               width="${ parent.width-2 }" fgcolor="white"
               name="title"
@@ -453,7 +453,7 @@
             //if ($debug) Debug.write("setTint");
             //TODO: Fix this, does not work at the moment
             //canvas.protocol + '://code.google.com/p/openmeetings/issues/detail?id=470
-            this.setColor(canvas.baseMousecolorizer);
+            this.setColor(canvas.getThemeColor('baseMousecolorizer'));
         </handler>      
     </view>
     
@@ -708,8 +708,8 @@
             this._toolbar._mute._itemRsc.setAttribute('frame',2);
             if (isMicrophonesRoom) {
                 var label = canvas.getLabelName(1435);
-                this._innertop.setAttribute('bgcolor', canvas.basebgcolorizer);
-                this._innerbottom.setAttribute('bgcolor', canvas.basebgcolorizer);
+                this._innertop.setAttribute('bgcolor', canvas.getThemeColor('basebgcolorizer'));
+                this._innerbottom.setAttribute('bgcolor', canvas.getThemeColor('basebgcolorizer'));
                 this._innerbottom.title.setAttribute('text', label);
             }
         } else {