From 04dccdd62e7765d6ca057312807b5d725b7c5482 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Wed, 11 Mar 2009 21:04:29 +0000
Subject: [PATCH] Bug fix in dns wizard

---
 interface/web/dns/templates/dns_wizard.htm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/dns/templates/dns_wizard.htm b/interface/web/dns/templates/dns_wizard.htm
index e788f7d60..5433aa0fe 100644
--- a/interface/web/dns/templates/dns_wizard.htm
+++ b/interface/web/dns/templates/dns_wizard.htm
@@ -8,7 +8,7 @@
       <div class="ctrlHolder">
       	<label for="template_id">{tmpl_var name='template_id_txt'}</label>
         <select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')">
-					{tmpl_var name='template_id'}
+					{tmpl_var name='template_id_option'}
 				</select>
       </div>
       <tmpl_if name="is_admin">
-- 
GitLab