From ba3059ac56d7f5c6625ced86349b4d805ffc5f5b Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Fri, 09 Sep 2011 10:24:10 -0400
Subject: [PATCH] fixed #681 - removed all onblur, checked onchange for function and removed it in filter panels. Added jquery keypress (event 13 -> enter) and tested it in different browsers

---
 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 b353094..5d56331 100644
--- a/interface/web/dns/templates/dns_wizard.htm
+++ b/interface/web/dns/templates/dns_wizard.htm
@@ -11,7 +11,7 @@
     <fieldset class="inlineLabels"><legend>DNS Zone</legend>
       <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')">
+        <select name="template_id" id="template_id" class="selectInput">
 					{tmpl_var name='template_id_option'}
 				</select>
       </div>

--
Gitblit v1.9.1