From 3735535e45c29dd6970f544854c7b087ab2b5605 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 04 Aug 2012 16:58:16 -0400
Subject: [PATCH] minor correction
---
interface/web/themes/default-v2/templates/admin/remote_user_list.htm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/themes/default-v2/templates/admin/remote_user_list.htm b/interface/web/themes/default-v2/templates/admin/remote_user_list.htm
index 282128b..131c1aa 100644
--- a/interface/web/themes/default-v2/templates/admin/remote_user_list.htm
+++ b/interface/web/themes/default-v2/templates/admin/remote_user_list.htm
@@ -22,7 +22,7 @@
<th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
</tr>
<tr class="filter">
- <td class="tbl_col_remote_user_pid"><input type="text" name="search_remote_userid" value="{tmpl_var name='search_remote_userid'}" /></td>
+ <td class="tbl_col_remote_user_pid"> </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">
<button type="button" class="button 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>
--
Gitblit v1.9.1