- link to mistshop in menu
- LTS features visible but disabled for non LTS users
- record option for livestreams in LTS
- in edit protocol, the saved value for the default port is now '' (empty string) instead of 0
This commit is contained in:
Cat 2013-08-14 10:12:43 +02:00 committed by Thulinma
parent 58eaf53c9c
commit 545eaf83de
5 changed files with 69 additions and 84 deletions

View file

@ -1,23 +1,14 @@
</head>
<body>
<div id='header'>
<div id='header-title'>
<span>Mistserver Manager</span>
</div>
<div id='header-status'>
<span id='header-connection' class='disconnected'>Disconnected</span>
<span id='header-host'></span>
</div>
</div>
<ul id='nav'>
<li class='selected'>overview</li>
<li>protocols</li>
@ -27,10 +18,8 @@
<li>logs</li>
<li>server stats</li>
<li id='logoutbutton'>disconnect</li>
<li><a href='http://shop.mistserver.org/' target='_blank'>Mist Shop</a></li>
</ul>
<div id='page'></div>
</body>
</html>