Skip to content

Commit a2fc141

Browse files
author
cfoe
committed
changed template file for better list theming
1 parent 6665c6c commit a2fc141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/themes/default-v2/templates/admin/remote_user_list.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ <h2><tmpl_var name="list_head_txt"></h2>
1717
<table class="list">
1818
<thead>
1919
<tr class="caption">
20-
<th class="tbl_col_remote_userid" scope="col"><tmpl_var name="parent_remote_userid_txt"></th>
20+
<th class="tbl_col_remote_user_pid" scope="col"><tmpl_var name="parent_remote_userid_txt"></th>
2121
<th class="tbl_col_remote_username" scope="col"><tmpl_var name="username_txt"></th>
2222
<th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
2323
</tr>
2424
<tr class="filter">
25-
<td class="tbl_col_remote_userid"></td>
25+
<td class="tbl_col_remote_user_pid"><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">
2828
<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>
@@ -32,7 +32,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3232
<tbody>
3333
<tmpl_loop name="records">
3434
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
35-
<td class="tbl_col_remote_userid"><a href="#" onClick="loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');">{tmpl_var name="remote_userid"}</a></td>
35+
<td class="tbl_col_remote_user_pid"><a href="#" onClick="loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');">{tmpl_var name="remote_userid"}</a></td>
3636
<td class="tbl_col_remote_username"><a href="#" onClick="loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');">{tmpl_var name="remote_username"}</a></td>
3737
<td class="tbl_col_buttons">
3838
<a class="button icons16 icoDelete" href="javascript: del_record('admin/remote_user_del.php?id={tmpl_var name='remote_userid'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"><span>{tmpl_var name='delete_txt'}</span></a>

0 commit comments

Comments
 (0)