Browse Source

moved texture tab to the right so the tab indices for the admin panel is correct and error handling will switch to the correct tab

Natenom/support-murmur-13-1446181288462
Michael Ziegler 16 years ago
parent
commit
0da3477e00
  1. 6
      template/mumble/mumble.htm

6
template/mumble/mumble.htm

@ -122,12 +122,12 @@
activeTab: {{ DisplayTab }}, activeTab: {{ DisplayTab }},
items: [ items: [
{ contentEl: 'mumble_registration', title: 'Registration', autoScroll: true }, { contentEl: 'mumble_registration', title: 'Registration', autoScroll: true },
{% if Registered %}
{ contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true },
{% endif %}
{% if CurrentUserIsAdmin %} {% if CurrentUserIsAdmin %}
{ contentEl: 'mumble_admin', title: 'Administration', autoScroll: true }, { contentEl: 'mumble_admin', title: 'Administration', autoScroll: true },
{% endif %} {% endif %}
{% if Registered %}
{ contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true },
{% endif %}
] ]
}, },
{% for item in ChannelTable %} {% for item in ChannelTable %}

Loading…
Cancel
Save