From 9e1a303da6fdffacd059d7fffea557c0ceb56864 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 05 Apr 2016 14:18:04 -0400
Subject: [PATCH] Changed Dkim option visually in DNS Wizard.

---
 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"/>
+                    &nbsp;&nbsp;<input type="checkbox" disabled readonly checked><input name="dkim" type="hidden" maxlength="255" type="text"/>
             </tmpl_if>
 
         

--
Gitblit v1.9.1