From abdfe2cf2991b5fca0d31d1ae417281946865fee Mon Sep 17 00:00:00 2001
From: marknl <marknl@ispconfig3>
Date: Fri, 05 Aug 2011 14:39:26 -0400
Subject: [PATCH] http://bugtracker.ispconfig.org/index.php?do=details&task_id=681
---
interface/web/domain/templates/domain_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/domain/templates/domain_list.htm b/interface/web/domain/templates/domain_list.htm
index 1e0bd11..e81ce91 100644
--- a/interface/web/domain/templates/domain_list.htm
+++ b/interface/web/domain/templates/domain_list.htm
@@ -29,7 +29,7 @@
<th class="tbl_col_buttons" scope="col"> </th>
</tr>
<tr>
- <td class="tbl_col_domain"><input type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td>
+ <td class="tbl_col_domain"><input type="text" name="search_domain" value="{tmpl_var name='search_domain'}" onblur="submitForm('pageForm','domain/domain_list.php');" /></td>
<td class="tbl_col_user"><select name="search_sys_groupid" onChange="submitForm('pageForm','domain/domain_list.php');">{tmpl_var name='search_sys_groupid'}</select></td>
<td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name='filter_txt'}" onClick="submitForm('pageForm','domain/domain_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
</tr>
--
Gitblit v1.9.1