We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d684a commit 228e039Copy full SHA for 228e039
1 file changed
interface/web/dns/templates/dns_spf_edit.htm
@@ -43,7 +43,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
43
<div class="form-group">
44
<label class="col-sm-3 control-label">{tmpl_var name='active_txt'}</label>
45
<div class="col-sm-9">
46
- {tmpl_var name='active'}
+ <input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} />
47
</div>
48
49
0 commit comments