Browse Source

added channel id to channel detail page (visible for admins only)

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
3379501b3b
  1. 3
      template/mumble/mumble.htm

3
template/mumble/mumble.htm

@ -116,6 +116,9 @@
{% else %}
<div id="mumble_{{ item.id }}" class="mumble-ext x-hide-display">
<h2>{% trans "Channel" %} {{ item.name }}</h2>
{% if CurrentUserIsAdmin %}
{% trans "Channel" %} ID: {{ item.chanid }}<br />
{% endif %}
<a href="{{ item|chanurl:MumbleAccount }}" class="mumble">{% trans "Connect" %}</a>
{% if item.description %}
<fieldset>

Loading…
Cancel
Save