You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by vd...@apache.org on 2016/12/20 08:23:54 UTC

svn commit: r1775228 - in /openmeetings/application/branches: 3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx 3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx

Author: vdegtyarev
Date: Tue Dec 20 08:23:54 2016
New Revision: 1775228

URL: http://svn.apache.org/viewvc?rev=1775228&view=rev
Log:
Start and stop recording buttons shows under video pods.

Modified:
    openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx

Modified: openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx?rev=1775228&r1=1775227&r2=1775228&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx (original)
+++ openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewWhiteboard.lzx Tue Dec 20 08:23:54 2016
@@ -92,7 +92,7 @@
         <interviewVideoBox name="interviewVideoBox2" x="324" interviewPodId="2" />
     </view>
     
-    <view name="_interview" align="center" visible="${ canvas.ismoderator }">
+    <view name="_interview" x="100" visible="${ canvas.ismoderator }">
         <!--
            public synchronized Boolean startInterviewRecording()
          -->
@@ -122,7 +122,7 @@
             </handler>
         </netRemoteCallHib>  
         
-        <simplelayout axis="x" spacing="2" />
+        <simplelayout axis="x" spacing="120" />
         
         <simpleLabelButton name="_start" labelid="913" height="30" width="200" enabled="false">
             <handler name="onclick">

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx?rev=1775228&r1=1775227&r2=1775228&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/interviewWhiteboard.lzx Tue Dec 20 08:23:54 2016
@@ -60,7 +60,7 @@
 		<interviewVideoBox name="interviewVideoBox2" x="324" interviewPodId="2" />
 	</view>
 
-	<view name="_interview" align="center" visible="${ canvas.ismoderator }">
+	<view name="_interview" x="100" visible="${ canvas.ismoderator }">
 		<!--
 		   public synchronized Boolean startInterviewRecording()
 		 -->
@@ -86,7 +86,7 @@
 			</handler>
 		</netRemoteCallHib>
 
-		<simplelayout axis="x" spacing="2" />
+		<simplelayout axis="x" spacing="120" />
 
 		<simpleLabelButton name="_start" labelid="913" height="30" width="200" enabled="false">
 			<handler name="onclick">