Skip to content

Commit 167d941

Browse files
author
Florian Schaal
committed
ttl missing for dmarc-recods (Fixes #4807)
1 parent cbe258b commit 167d941

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

interface/web/dns/templates/dns_dmarc_edit.htm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
136136
<select name="dmarc_sp" id="dmarc_sp" class="form-control">{tmpl_var name='dmarc_sp'}</select>
137137
</div>
138138
</div>
139+
140+
<div class="form-group">
141+
<label for="ttl" class="col-sm-2 control-label">{tmpl_var name='ttl_txt'}</label>
142+
<div class="col-sm-3">
143+
<input type="text" name="ttl" id="ttl" value="{tmpl_var name='ttl'}" class="form-control" />
144+
</div>
145+
</div>
139146

140147
<div class="form-group">
141148
<label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>

0 commit comments

Comments
 (0)