|
@ -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 %} |
|
|