From 04dccdd62e7765d6ca057312807b5d725b7c5482 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Wed, 11 Mar 2009 17:04:29 -0400
Subject: [PATCH] Bug fix 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 e788f7d..5433aa0 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">
--
Gitblit v1.9.1