Work on chat filters

This commit is contained in:
calzoneman 2013-06-18 10:57:53 -04:00
parent 09e9fb2eab
commit 25862acd72
6 changed files with 43 additions and 18 deletions

View file

@ -91,7 +91,19 @@
<button class="btn btn-primary" id="save_motd">Save</button>
</div>
<div id="filteredit" class="span12">
Filters Here
<table class="table table-striped">
<thead>
<tr>
<th>Delete</th>
<th>Name</th>
<th>Regex</th>
<th>Flags</th>
<th>Replacement</th>
<th>Affects Links</th>
<th>Active</th>
</tr>
</thead>
</table>
</div>
<div id="cssedit" class="span12">
<p>Max 20KB. If you need more space, host the file externally and use the External CSS option</p>