From c6d29c1cac7714642ec9b1bd3f82f1c1fd850c74 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Tue, 19 Nov 2013 16:09:51 -0500
Subject: [PATCH] add dkim-keys to the resync-tool display dns-record for dkim in the mail-domain rewrite function domain_dkim_update in server/plugins-available/mail_plugin_dkim.inc.php change dns*.php according to commit 604c0c24ba44720e052b536abb1ae992eb0ee292

---
 interface/web/mail/templates/mail_domain_edit.htm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/mail/templates/mail_domain_edit.htm b/interface/web/mail/templates/mail_domain_edit.htm
index 41cb007..c5230b0 100644
--- a/interface/web/mail/templates/mail_domain_edit.htm
+++ b/interface/web/mail/templates/mail_domain_edit.htm
@@ -93,10 +93,10 @@
               </div>
 		<div class="ctrlHolder">
                 <textarea name="dkim_public" style="display:none;" id="dkim_public" rows='5' cols='30' readonly>{tmpl_var name='dkim_public'}</textarea>
-<!--
-                <label for="dkim_public">{tmpl_var name='dkim_dns_txt'}</label>
-                <textarea name="dkim_public" id="dkim_public" rows='5' cols='30' readonly>{tmpl_var name='dkim_public'}</textarea>
--->
+              </div>
+              <div class="ctrlHolder">
+                <label for="dns_record">{tmpl_var name='dkim_dns_txt'}</label>
+                <textarea name="dns_record" id="dns_record" rows='10' cols='30' readonly>{tmpl_var name='dns_record'}</textarea>
               </div>
 
             </div>

--
Gitblit v1.9.1