You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/06/11 11:44:13 UTC

svn commit: r1601842 - /openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx

Author: solomax
Date: Wed Jun 11 09:44:13 2014
New Revision: 1601842

URL: http://svn.apache.org/r1601842
Log:
Popup is removed while email checking

Modified:
    openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx?rev=1601842&r1=1601841&r2=1601842&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/invitation/inviteMainWindow.lzx Wed Jun 11 09:44:13 2014
@@ -156,7 +156,6 @@
 			</handler>
 			<handler name="onafterCheck">
 				if (!isvalidInput) {
-					this.setAttribute('text', "");
 					parent.email = null;
 					parent.firstname = null;
 					parent.lastname = null;
@@ -187,10 +186,6 @@
 		
 		<!-- label: message -->
 		<labelText labelid="217" y="82" width="120" />
-		<!--
-		<customEdittext name="_message" width="340" x="120" y="82" height="100" 
-						multiline="true" />
-		 -->
 		<customScrollEdittext name="_message" width="340" x="120" y="82" height="100" />	
 		
 							  
@@ -241,7 +236,6 @@
 			<handler name="onclick">
 			<![CDATA[
 				if (parent.email == null) {
-					new lz.errorPopup(canvas.main_content._content.inner,{error:canvas.getLabelName(519)});
 					return;
 				}
         		parent.display = true;
@@ -255,7 +249,6 @@
 			<handler name="onclick">
 			<![CDATA[
 				if (parent.email == null) {
-					new lz.errorPopup(canvas.main_content._content.inner,{error:canvas.getLabelName(519)});
 					return;
 				}
                 for (var eg in this.parent.subviews) {