mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-05-26 06:19:00 +02:00
Bugfix management interface HTML (#2574)
* bugfix: don't display management interface internals on frontpage * nitpick: remove trailing whitespace fixes #2572
This commit is contained in:
committed by
GitHub
parent
b162b96da2
commit
86d78e946a
@@ -82,8 +82,6 @@
|
|||||||
<div id="addaliasForwardsToDiv" style="margin-top: .5em; margin-left: 1.4em; display: none;">
|
<div id="addaliasForwardsToDiv" style="margin-top: .5em; margin-left: 1.4em; display: none;">
|
||||||
<textarea class="form-control" rows="3" id="addaliasSenders" placeholder="one user per line or separated by commas"></textarea>
|
<textarea class="form-control" rows="3" id="addaliasSenders" placeholder="one user per line or separated by commas"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-offset-1 col-sm-11">
|
<div class="col-sm-offset-1 col-sm-11">
|
||||||
<button id="add-alias-button" type="submit" class="btn btn-primary">Add Alias</button>
|
<button id="add-alias-button" type="submit" class="btn btn-primary">Add Alias</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user