From 70a99322086e9ad7095c6a1ed7736cbe72845c79 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 6 Oct 2016 11:13:17 -0500 Subject: [PATCH] Allow export BBB recording list - refs BT#11636 --- plugin/bbb/admin.tpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugin/bbb/admin.tpl b/plugin/bbb/admin.tpl index af91fc01b2..d05af2840d 100644 --- a/plugin/bbb/admin.tpl +++ b/plugin/bbb/admin.tpl @@ -35,11 +35,7 @@ {{ meeting.session ? meeting.session.name : '-' }} {{ meeting.participants ? meeting.participants|join('
') : '-' }} - {% if meeting.status == 1 %} - {{ 'CloseMeeting'|get_lang }} - {% else %} - {{ meeting.action_links }} - {% endif %} + {{ meeting.participants|join('
') }} {% endfor %}