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/sites/templates/user_quota_stats_list.htm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/sites/templates/user_quota_stats_list.htm b/interface/web/sites/templates/user_quota_stats_list.htm
index b005d60..17210b8 100644
--- a/interface/web/sites/templates/user_quota_stats_list.htm
+++ b/interface/web/sites/templates/user_quota_stats_list.htm
@@ -15,8 +15,8 @@
             <th class="tbl_col_buttons" scope="col">&nbsp;</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_system_user"><input type="text" name="search_system_user" value="{tmpl_var name='search_system_user'}" /></td>
+            <td class="tbl_col_domain"><input type="text" name="search_domain" value="{tmpl_var name='search_domain'}" onblur="submitForm('pageForm','sites/user_quota_stats.php');" /></td>
+            <td class="tbl_col_system_user"><input type="text" name="search_system_user" value="{tmpl_var name='search_system_user'}" onblur="submitForm('pageForm','sites/user_quota_stats.php');" /></td>
 			<td class="tbl_col_system_user">&nbsp;</td>
 			<td class="tbl_col_system_user">&nbsp;</td>
 			<td class="tbl_col_system_user">&nbsp;</td>

--
Gitblit v1.9.1