From 0da3477e0051487d7cd18340ae909d3ca550c311 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 18 May 2009 22:53:56 +0200 Subject: [PATCH] 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 --- template/mumble/mumble.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index 228625a..8fb7083 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -122,12 +122,12 @@ activeTab: {{ DisplayTab }}, items: [ { contentEl: 'mumble_registration', title: 'Registration', autoScroll: true }, - {% if Registered %} - { contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true }, - {% endif %} {% if CurrentUserIsAdmin %} { contentEl: 'mumble_admin', title: 'Administration', autoScroll: true }, {% endif %} + {% if Registered %} + { contentEl: 'mumble_texture', title: 'User Texture', autoScroll: true }, + {% endif %} ] }, {% for item in ChannelTable %}