Increase the notice message text box #527

This commit is contained in:
tidusjar 2016-09-18 17:16:12 +01:00
commit 16d55c95ed

View file

@ -54,7 +54,7 @@
<p class="form-group">Notice Message</p> <p class="form-group">Notice Message</p>
<div class="form-group"> <div class="form-group">
<div> <div>
<input type="text" class="form-control-custom form-control " id="NoticeMessage" name="NoticeMessage" placeholder="e.g. Plex will be down for maintaince" value="@Model.NoticeMessage"> <textarea rows="4" type="text" class="form-control-custom form-control " id="NoticeMessage" name="NoticeMessage" placeholder="e.g. Plex will be down for maintaince (HTML is allowed)" value="@Model.NoticeMessage"></textarea>
</div> </div>
</div> </div>