From d2f4d29acf1c8175822dfdaa2465b48ec44e320e Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 4 Aug 2012 20:57:25 +0000
Subject: [PATCH] minor correction

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

diff --git a/interface/web/admin/templates/remote_user_list.htm b/interface/web/admin/templates/remote_user_list.htm
index 79eef1e788..a4549c0655 100644
--- a/interface/web/admin/templates/remote_user_list.htm
+++ b/interface/web/admin/templates/remote_user_list.htm
@@ -22,7 +22,7 @@
                         <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
                     </tr>
                     <tr>
-                        <td class="tbl_col_remote_userid"><input type="text" name="search_remote_userid" value="{tmpl_var name='search_remote_userid'}" /></td>           
+                        <td class="tbl_col_remote_userid">&nbsp;</td>           
                         <td class="tbl_col_remote_username"><input type="text" name="search_username" value="{tmpl_var name='search_username'}" /></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','admin/remote_user_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
                     </tr>
-- 
GitLab