Author: vdegtyarev
Date: Thu May 16 10:15:59 2013
New Revision: 1483289

URL: http://svn.apache.org/r1483289
Log:
OPENMEETINGS-514 is fixed.

Modified:
    openmeetings/trunk/singlewebapp/WebContent/src/base/auth/checkLoginData.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/base/auth/checkLoginData.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/base/auth/checkLoginData.lzx?rev=1483289&r1=1483288&r2=1483289&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/WebContent/src/base/auth/checkLoginData.lzx 
(original)
+++ openmeetings/trunk/singlewebapp/WebContent/src/base/auth/checkLoginData.lzx 
Thu May 16 10:15:59 2013
@@ -297,6 +297,8 @@
                         parent._register.setAttribute('visible',false);
                         parent.b2.setAttribute('visible',false);
                         parent.testing.setAttribute('visible',false);
+                        parent.testingNetwork.setAttribute('visible',false);
+                        parent.forgotPassword.setAttribute('visible',false);
                         
parent.organisation_label_info.setAttribute('visible',true);
                         parent.organisation_label.setAttribute('visible',true);
                         parent.organisation.setAttribute('visible',true);
@@ -366,7 +368,7 @@
            </method>    
     </labelText>
 
-    <labelText align="right" resize="true" valign="bottom" >
+    <labelText name="testingNetwork" align="right" resize="true" 
valign="bottom" >
         <handler name="oninit">
             <![CDATA[
                 this.setAttribute('text',"<u><FONT color='#0000CC'>" + 
canvas.getLabelName(1373) + " "+ canvas.currentappname +"</FONT></u>");
@@ -377,7 +379,7 @@
         </handler>        
     </labelText>
     
-    <labelText align="left" resize="true" valign="bottom">
+    <labelText name="forgotPassword" align="left" resize="true" 
valign="bottom">
         <handler name="oninit">
             <![CDATA[
                 this.setAttribute('text',"<u><FONT color='#0000CC'>"+ 
canvas.getLabelName(311) +"</FONT></u>");


Reply via email to