1
0
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:
Nils Norman Haukås
2026-05-23 16:22:53 +02:00
committed by GitHub
parent b162b96da2
commit 86d78e946a

View File

@@ -45,44 +45,42 @@
</div>
</div>
</div>
<div class="form-group">
<fieldset>
<legend>
<label for="addaliasSenders" class="col-sm-1 control-label">Permitted Senders</label>
</legend>
<div class="form-group">
<fieldset>
<legend>
<label for="addaliasSenders" class="col-sm-1 control-label">Permitted Senders</label>
</legend>
<div class="col-sm-10">
<div class="radio">
<label for="addaliasForwardsToNotAdvanced">
<input id="addaliasForwardsToNotAdvanced"
name="addaliasForwardsToDivToggle"
type="radio"
checked
onclick="$('#addaliasForwardsToDiv').toggle(false)">
Any mail user listed in the Forwards To box can send mail claiming to be from
<span class="regularalias">the alias address</span>
<span class="catchall domainalias">any address on the alias domain</span>.
</label>
</div>
<div class="col-sm-10">
<div class="radio">
<label for="addaliasForwardsToNotAdvanced">
<input id="addaliasForwardsToNotAdvanced"
name="addaliasForwardsToDivToggle"
type="radio"
checked
onclick="$('#addaliasForwardsToDiv').toggle(false)">
Any mail user listed in the Forwards To box can send mail claiming to be from
<span class="regularalias">the alias address</span>
<span class="catchall domainalias">any address on the alias domain</span>.
</label>
</div>
<div class="radio">
<label for="addaliasForwardsToAdvanced">
<input id="addaliasForwardsToAdvanced"
name="addaliasForwardsToDivToggle"
type="radio"
onclick="$('#addaliasForwardsToDiv').toggle(true)">
I&rsquo;ll enter the mail users that can send mail claiming to be from
<span class="regularalias">the alias address</span>
<span class="catchall domainalias">any address on the alias domain</span>.
</label>
<div class="radio">
<label for="addaliasForwardsToAdvanced">
<input id="addaliasForwardsToAdvanced"
name="addaliasForwardsToDivToggle"
type="radio"
onclick="$('#addaliasForwardsToDiv').toggle(true)">
I&rsquo;ll enter the mail users that can send mail claiming to be from
<span class="regularalias">the alias address</span>
<span class="catchall domainalias">any address on the alias domain</span>.
</label>
</div>
</div>
</div>
</fieldset>
</div>
<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>
</div>
</div>
</fieldset>
</div>
<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>
</div>
<div class="form-group">
<div class="col-sm-offset-1 col-sm-11">