From 1e50e375834cf9d3e76e743fbee892667649630a Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Sat, 07 Jul 2012 13:50:54 -0400 Subject: [PATCH] added classes to tr elements of lists --- interface/web/themes/default-v2/templates/admin/remote_user_list.htm | 4 ++-- 1 files changed, 2 insertions(+), 2 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 12937b2..510511c 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 @@ -16,12 +16,12 @@ <fieldset><legend><tmpl_var name="list_head_txt"></legend> <table class="list"> <thead> - <tr> + <tr class="caption"> <th class="tbl_col_remote_userid" scope="col"><tmpl_var name="parent_remote_userid_txt"></th> <th class="tbl_col_remote_username" scope="col"><tmpl_var name="username_txt"></th> <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th> </tr> - <tr> + <tr class="filter"> <td class="tbl_col_remote_userid"></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> -- Gitblit v1.9.1