Author: sebawagner
Date: Sun May 27 08:37:51 2012
New Revision: 1343013

URL: http://svn.apache.org/viewvc?rev=1343013&view=rev
Log:
Slightly modify loadingbar and hide connection url

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/popups/autoLoader.lzx
    
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/invitation/autoloaderBarOnly.lzx

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=1343013&r1=1343012&r2=1343013&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
 Sun May 27 08:37:51 2012
@@ -50,12 +50,13 @@
        </method>
     
     <text fontsize="11" name="error" y="20" fgcolor="0x666666"/>
-    <text fontsize="11" name="_src" y="50" align="center" fgcolor="0x666666"/>
+    <text fontsize="11" name="_src" y="50" align="center" fgcolor="0x666666" 
visibility="hidden" />
     
-    <view name="loadingbar" bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }" height="4"  pixellock="true"
+    <view name="loadingbar"  height="1" pixellock="true"
           x="-5" y="40" width="$once{ parent.maxwidth+2 }" visibility="hidden">
-          <view x="1" y="1" width="$once{ parent.width-2 }" height="2" 
bgcolor="0xFFFFFF"/>
-          <view name="_loading" x="1" y="1" width="0" height="2"  
pixellock="true" 
+          <view x="1" y="1" width="$once{ parent.width-2 }" height="1" 
opacity="0.3"
+                       bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }" />
+          <view name="_loading" x="1" y="1" width="0" height="1"  
pixellock="true" 
                        bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }"/>
     </view>
     

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/invitation/autoloaderBarOnly.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/invitation/autoloaderBarOnly.lzx?rev=1343013&r1=1343012&r2=1343013&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/invitation/autoloaderBarOnly.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/invitation/autoloaderBarOnly.lzx
 Sun May 27 08:37:51 2012
@@ -40,10 +40,11 @@
                this.loadingbar._loading.setAttribute('width',w);
        </method>
       
-    <view name="loadingbar" bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }" height="4"  pixellock="true"
+    <view name="loadingbar"  height="1" pixellock="true"
           x="-5" y="40" width="$once{ parent.maxwidth+2 }" visibility="hidden">
-          <view x="1" y="1" width="$once{ parent.width-2 }" height="2" 
bgcolor="0xFFFFFF"/>
-          <view name="_loading" x="1" y="1" width="0" height="2"  
pixellock="true" 
+          <view x="1" y="1" width="$once{ parent.width-2 }" height="1" 
opacity="0.3"
+                       bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }" />
+          <view name="_loading" x="1" y="1" width="0" height="1"  
pixellock="true" 
                        bgcolor="$once{ 
canvas.getThemeColor('styleMenuBarBaseColor') }"/>
     </view>  
           


Reply via email to