We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe258b commit 167d941Copy full SHA for 167d941
interface/web/dns/templates/dns_dmarc_edit.htm
@@ -136,6 +136,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
136
<select name="dmarc_sp" id="dmarc_sp" class="form-control">{tmpl_var name='dmarc_sp'}</select>
137
</div>
138
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
146
147
<div class="form-group">
148
<label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>
0 commit comments