From b9ea02ce477d17d44eedd94d6fed3199569a472d Mon Sep 17 00:00:00 2001
From: Florian <florian@schaal-24.de>
Date: Thu, 17 Oct 2013 11:02:23 -0400
Subject: [PATCH] DKIM-Modifications skip writing dkim-values for inactive domains removed the public-dkim-key from the interface added german language-file

---
 interface/web/dns/templates/dns_wizard.htm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/interface/web/dns/templates/dns_wizard.htm b/interface/web/dns/templates/dns_wizard.htm
index 849c5b4..da2c918 100644
--- a/interface/web/dns/templates/dns_wizard.htm
+++ b/interface/web/dns/templates/dns_wizard.htm
@@ -67,6 +67,11 @@
                     <input name="email" id="email" value="{tmpl_var name='email'}" size="30" maxlength="255" type="text" class="textInput" />
                 </div>
             </tmpl_if>
+            <tmpl_if name="DKIM_VISIBLE">
+		    <label for="dkim">{tmpl_var name='dkim_txt'}</label>
+                    <input name="dkim" type="hidden" maxlength="255" type="text"/>
+            </tmpl_if>
+
         </fieldset>
             
         <input type="hidden" name="create" value="0" />

--
Gitblit v1.9.1