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/07/24 20:03:11 UTC

svn commit: r1613221 - in /openmeetings/branches/3.0.x/WebContent/src/modules/conference: interviewuserlist/interviewUserListItem.lzx participants/participantListItem.lzx tabcontent/chat/chatTabItemEmoticons.lzx

Author: solomax
Date: Thu Jul 24 18:03:10 2014
New Revision: 1613221

URL: http://svn.apache.org/r1613221
Log:
Avatar is displayed as expected in user lists and chat

Modified:
    openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx
    openmeetings/branches/3.0.x/WebContent/src/modules/conference/participants/participantListItem.lzx
    openmeetings/branches/3.0.x/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx?rev=1613221&r1=1613220&r2=1613221&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/conference/interviewuserlist/interviewUserListItem.lzx Thu Jul 24 18:03:10 2014
@@ -73,7 +73,7 @@
     
     <method name="fadeText" args="ignore=null"> 
         <![CDATA[
-            this._userpic.setAttribute('src', canvas.getPictureUrl(this.refObj.picture_uri, '&moduleName=chat')); 
+            this._userpic.setAttribute('src', canvas.getPictureUrl(this.refObj.picture_uri, '&moduleName=chat&remoteUserid='+this.user_id)); 
         ]]>          
     </method>
      

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/conference/participants/participantListItem.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/participants/participantListItem.lzx?rev=1613221&r1=1613220&r2=1613221&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/conference/participants/participantListItem.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/conference/participants/participantListItem.lzx Thu Jul 24 18:03:10 2014
@@ -57,7 +57,7 @@
         <![CDATA[
         	if ($debug) Debug.write("fadeText :1: ",this.refObj);
         	if ($debug) Debug.write("fadeText :2: ",this.refObj.picture_uri);
-            this._userpic.setAttribute('src', canvas.getPictureUrl(this.refObj.picture_uri, '&moduleName=chat')); 
+            this._userpic.setAttribute('src', canvas.getPictureUrl(this.refObj.picture_uri, '&moduleName=chat&remoteUserid='+this.user_id)); 
         ]]>          
     </method>
     

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx?rev=1613221&r1=1613220&r2=1613221&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/conference/tabcontent/chat/chatTabItemEmoticons.lzx Thu Jul 24 18:03:10 2014
@@ -37,7 +37,7 @@
 	<handler name="oninit">
 		<![CDATA[
 		    if ($debug) Debug.write("this.picture_uri :: ",this.picture_uri);
-            this._userpic.setAttribute('src', canvas.getPictureUrl(this.refObj.picture_uri, '&moduleName=chat')); 
+            this._userpic.setAttribute('src', canvas.getPictureUrl(this.picture_uri, '&moduleName=chat&remoteUserid='+this.user_id)); 
 	        
 	        if(canvas.isrtl == 'true'){
 	         	if($debug) Debug.write("chatTabItemEmoticons RTL is set");