Add an in-place MOTD editor

This commit is contained in:
calzoneman 2013-11-13 22:36:43 -06:00
parent 436df375c7
commit d09d7ad64e
6 changed files with 48 additions and 2 deletions

View file

@ -110,6 +110,8 @@
<div id="permedit" class="span12">
</div>
<div id="motdedit" class="span12">
<strong>Notice:</strong>
The MOTD can now be edited in-place by clicking the small page icon next to the minus/plus icon. This editor is left in place for legacy purposes.
<textarea rows="10" id="motdtext"></textarea>
<button class="btn btn-primary" id="save_motd">Save</button>
</div>