File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
interface/web/themes/default-v2/templates/admin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments