Skip to content

Commit

Permalink
SAK-41730 If site has no groups message the participant management do…
Browse files Browse the repository at this point in the history
…esn't appear (sakaiproject#6865)
  • Loading branch information
jonespm authored Apr 29, 2019
1 parent 1b2d3af commit 9228c1e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,12 @@
</div>
#end
</div>
#if ($!viewRoster && !$!isMyWorkspace)
<div class="messageInformation">
$tlang.getFormattedMessage("sinfo.manage.participants.moved","?sakai_action=doMenu_siteInfo_manageParticipants")
</div>
#end
<div style="clear:both"> </div>
#end
#chef_flashnotif()
#if ($!viewRoster && !$!isMyWorkspace)
<div class="messageInformation">
$tlang.getFormattedMessage("sinfo.manage.participants.moved","?sakai_action=doMenu_siteInfo_manageParticipants")
</div>
#end
#chef_flashnotif()
</div>

0 comments on commit 9228c1e

Please sign in to comment.