diff --git a/plugin/bbb/listing.php b/plugin/bbb/listing.php index ed0f69e00b..4b7061606a 100755 --- a/plugin/bbb/listing.php +++ b/plugin/bbb/listing.php @@ -178,13 +178,10 @@ if ($bbb->isGlobalConference() === false && } } -$urlToShare = $plugin->get_lang('UrlMeetingToShare').'
'.$conferenceUrl; - $tpl = new Template($tool_name); $tpl->assign('allow_to_edit', $conferenceManager); $tpl->assign('meetings', $meetings); $tpl->assign('conference_url', $conferenceUrl); -$tpl->assign('url_to_share', $urlToShare); $tpl->assign('users_online', $users_online); $tpl->assign('bbb_status', $status); $tpl->assign('show_join_button', $showJoinButton); diff --git a/plugin/bbb/listing.tpl b/plugin/bbb/listing.tpl index 2a67334483..078f6ec023 100755 --- a/plugin/bbb/listing.tpl +++ b/plugin/bbb/listing.tpl @@ -4,15 +4,18 @@ {% if show_join_button == true %}
{{ form }} - - {{ 'EnterConference'|get_lang }} - - - {{ 'XUsersOnLine'| get_lang | format(users_online) }} - +

+ + {{ 'EnterConference'|get_lang }} + + + {{ 'XUsersOnLine'| get_lang | format(users_online) }} + +

- {{ url_to_share }} + {{ 'UrlMeetingToShare'|get_lang }} +
{% endif %}