bbb: fix tpls

pull/4017/head
Julio 3 years ago
parent cd35299992
commit cc8b663591
  1. 3
      public/plugin/bbb/view/admin.tpl
  2. 6
      public/plugin/bbb/view/listing.tpl

@ -1,3 +1,4 @@
{% autoescape false %}
{{ settings_form }}
{{ 'RecordList'|get_plugin_lang('BBBPlugin') }}
@ -56,3 +57,5 @@
{% endfor %}
</tbody>
</table>
{% endautoescape %}

@ -10,6 +10,8 @@
font-weight: bold;
}
</style>
{% autoescape false %}
<div class ="row">
{% if bbb_status == true %}
<div class ="col-md-12" style="text-align:center">
@ -163,7 +165,9 @@
</div>
{% else %}
<div class ="col-md-12" style="text-align:center">
{{ 'ServerIsNotRunning' | get_plugin_lang('BBBPlugin') | return_message('warning') }}
{{ 'ServerIsNotRunning' | get_plugin_lang('BBBPlugin') }}
</div>
{% endif %}
</div>
{% endautoescape %}
Loading…
Cancel
Save