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 2015/05/20 06:17:28 UTC

svn commit: r1680453 - /openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx

Author: solomax
Date: Wed May 20 04:17:28 2015
New Revision: 1680453

URL: http://svn.apache.org/r1680453
Log:
[OPENMEETINGS-1202] invitations are made available for external users

Modified:
    openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx

Modified: openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx?rev=1680453&r1=1680452&r2=1680453&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx (original)
+++ openmeetings/branches/3.0.x/WebContent/src/modules/conference/conference/conferenceMenubar.lzx Wed May 20 04:17:28 2015
@@ -217,7 +217,7 @@
 			layout="axis:y;spacing:1" bgcolor="$once{ canvas.getThemeColor('menuBackgroundColor') }" >
 			
 			<conferencDropDownMenuItem labelid="213" command="cmd_invitation" 
-						enabled="${ canvas.timeZonesLoaded &amp;&amp; !canvas.isRemoteUser() &amp;&amp; canvas.ismoderator }" />
+						enabled="${ canvas.timeZonesLoaded &amp;&amp; canvas.ismoderator }" />
 			<horizontalDropDownSpacer />
 			<conferencDropDownMenuItem labelid="239" command="cmd_shareDesktop" 
 						enabled="${ classroot.btnRef.classroot.viewType != 'interview' &amp;&amp; canvas.ismoderator }" />