Till Brehm
2016-04-05 27a7ec4b4c14a02e5149025e434c35793fcc5348
Fixed an issue in the active checkbox of dmarc dns record form.
1 files modified
2 ■■■ changed files
interface/web/dns/templates/dns_dmarc_edit.htm 2 ●●● patch | view | raw | blame | history
interface/web/dns/templates/dns_dmarc_edit.htm
@@ -146,7 +146,7 @@
            <div class="form-group">
                <label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>
                <div class="col-sm-3">
                    <input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} />
                    {tmpl_var name='active'}
                </div>
            </div>