Skip to content

Commit 5ec4cf1

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'master'
Dmarc editing bug (missing checkbox) Fixes #4592 Closes #4592, #4529, and #4386 See merge request ispconfig/ispconfig3!754
2 parents 7a2f323 + 060c00d commit 5ec4cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_dmarc_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
147147
<div class="form-group">
148148
<label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>
149149
<div class="col-sm-3">
150-
{tmpl_var name='active'}
150+
<input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} />
151151
</div>
152152
</div>
153153

0 commit comments

Comments
 (0)