Skip to content

Commit 5420877

Browse files
author
cfoe
committed
added missing filter for ID
1 parent 04699f6 commit 5420877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/templates/remote_user_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
2222
<th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
2323
</tr>
2424
<tr>
25-
<td class="tbl_col_remote_userid"></td>
25+
<td class="tbl_col_remote_userid"><input type="text" name="search_remote_userid" value="{tmpl_var name='search_remote_userid'}" /></td>
2626
<td class="tbl_col_remote_username"><input type="text" name="search_username" value="{tmpl_var name='search_username'}" /></td>
2727
<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>
2828
</tr>

0 commit comments

Comments
 (0)