Allow export BBB recording list - refs BT#11636

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent 6707acaeee
commit 70a9932208
  1. 6
      plugin/bbb/admin.tpl

@ -35,11 +35,7 @@
<td>{{ meeting.session ? meeting.session.name : '-' }}</td> <td>{{ meeting.session ? meeting.session.name : '-' }}</td>
<td>{{ meeting.participants ? meeting.participants|join('<br>') : '-' }}</td> <td>{{ meeting.participants ? meeting.participants|join('<br>') : '-' }}</td>
<td> <td>
{% if meeting.status == 1 %} {{ meeting.participants|join('<br>') }}
<a class="btn btn-default" href="{{ meeting.end_url }} "> {{ 'CloseMeeting'|get_lang }}</a>
{% else %}
{{ meeting.action_links }}
{% endif %}
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}

Loading…
Cancel
Save