Skip to content
Snippets Groups Projects
Commit 167d941e authored by Florian Schaal's avatar Florian Schaal
Browse files

ttl missing for dmarc-recods (Fixes #4807)

parent cbe258b5
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,13 @@
<select name="dmarc_sp" id="dmarc_sp" class="form-control">{tmpl_var name='dmarc_sp'}</select>
</div>
</div>
<div class="form-group">
<label for="ttl" class="col-sm-2 control-label">{tmpl_var name='ttl_txt'}</label>
<div class="col-sm-3">
<input type="text" name="ttl" id="ttl" value="{tmpl_var name='ttl'}" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment