Skip to content

Commit 1b0146e

Browse files
author
Florian Schaal
committed
minor change for dmarc-template
1 parent ab3c7df commit 1b0146e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

interface/web/dns/templates/dns_dmarc_edit.htm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4141

4242
<div class="form-group">
4343
<label class="col-sm-2 control-label">{tmpl_var name='dmarc_fo_txt'}</label>
44-
<div class="col-sm-3">
44+
<div class="col-sm-1">
4545
<input type="checkbox" value="1" id="dmarc_fo0" name="dmarc_fo0" {tmpl_var name='dmarc_fo0'}/>
4646
</div>
4747
<div class="col-sm-3 input-sm">
@@ -50,7 +50,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5050
</div>
5151
<div class="form-group">
5252
<label class="col-sm-2 control-label"></label>
53-
<div class="col-sm-3">
53+
<div class="col-sm-1">
5454
<input type="checkbox" value="1" id="dmarc_fo0" name="dmarc_fo0" {tmpl_var name='dmarc_fo1'}/>
5555
</div>
5656
<div class="col-sm-3 input-sm">
@@ -59,7 +59,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5959
</div>
6060
<div class="form-group">
6161
<label class="col-sm-2 control-label"></label>
62-
<div class="col-sm-3">
62+
<div class="col-sm-1">
6363
<input type="checkbox" value="1" id="dmarc_fod" name="dmarc_fod" {tmpl_var name='dmarc_fod'}/>
6464
</div>
6565
<div class="col-sm-3 input-sm">
@@ -68,7 +68,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
6868
</div>
6969
<div class="form-group">
7070
<label class="col-sm-2 control-label"></label>
71-
<div class="col-sm-3">
71+
<div class="col-sm-1">
7272
<input type="checkbox" value="1" id="dmarc_fos" name="dmarc_fos" {tmpl_var name='dmarc_fos'}/>
7373
</div>
7474
<div class="col-sm-3 input-sm">
@@ -96,16 +96,16 @@ <h1><tmpl_var name="list_head_txt"></h1>
9696
</div>
9797
<div class="form-group">
9898
<label class="col-sm-2 control-label">{tmpl_var name='dmarc_rf_txt'}</label>
99-
<div class="col-sm-3">
99+
<div class="col-sm-1">
100100
<input type="checkbox" value="1" id="dmarc_rf_afrf" name="dmarc_fo0" {tmpl_var name='dmarc_rf_afrf'}/>
101101
</div>
102102
<div class="col-sm-3 input-sm">
103103
{tmpl_var name='dmarc_rf_afrf_txt'}
104104
</div>
105105
</div>
106106
<div class="form-group">
107-
<label class="col-sm-2 control-label"></label>
108-
<div class="col-sm-3">
107+
<label class="col-sm-2 control-label">{tmpl_var name='dmarc_rf_iodef'}</label>
108+
<div class="col-sm-1">
109109
<input type="checkbox" value="1" id="dmarc_rf_iodef" name="dmarc_rf_iodef" {tmpl_var name='dmarc_rf_iodef'}/>
110110
</div>
111111
<div class="col-sm-3 input-sm">

0 commit comments

Comments
 (0)