Better channel bans

This commit is contained in:
calzoneman 2013-04-29 18:59:51 -05:00
parent e315407a48
commit d43f39caa1
10 changed files with 125 additions and 4 deletions

View file

@ -132,6 +132,9 @@
<li>
<a href="javascript:void(0)" id="show_banlist">Ban List</a>
</li>
<li>
<a href="javascript:void(0)" id="show_loginlog">Connection Log</a>
</li>
<li>
<a href="javascript:void(0)" id="show_motdeditor">MOTD</a>
</li>
@ -214,6 +217,17 @@
</table>
</div>
</div>
<div class="row modonly" id="loginlog" style="display: none;">
<div class="span12">
<table class="table table-striped">
<thead>
<th></th>
<th>IP</th>
<th>Names</th>
</thead>
</table>
</div>
</div>
<div class="row modonly" id="motdeditor" style="display: none;">
<div class="span12">
<textarea rows="10" id="motdtext"></textarea>