From df8e42319fc83110bd2db2b96b97367f42c71c6c Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 06 Apr 2016 02:32:58 -0400
Subject: [PATCH] Merge branch 'stable-3.1'
---
interface/web/dns/templates/dns_wizard.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/dns/templates/dns_wizard.htm b/interface/web/dns/templates/dns_wizard.htm
index fc57fb9..255a1f8 100644
--- a/interface/web/dns/templates/dns_wizard.htm
+++ b/interface/web/dns/templates/dns_wizard.htm
@@ -90,7 +90,7 @@
</tmpl_if>
<tmpl_if name="DKIM_VISIBLE">
<label for="dkim" class="col-sm-3 control-label">{tmpl_var name='dkim_txt'}</label>
- <input name="dkim" type="hidden" maxlength="255" type="text"/>
+ <input type="checkbox" disabled readonly checked><input name="dkim" type="hidden" maxlength="255" type="text"/>
</tmpl_if>
--
Gitblit v1.9.1