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/sites/web_folder_list.htm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/themes/default-v2/templates/sites/web_folder_list.htm b/interface/web/themes/default-v2/templates/sites/web_folder_list.htm
index 3dcb9ee..925e4fe 100644
--- a/interface/web/themes/default-v2/templates/sites/web_folder_list.htm
+++ b/interface/web/themes/default-v2/templates/sites/web_folder_list.htm
@@ -16,14 +16,14 @@
<fieldset><legend><tmpl_var name="list_head_txt"></legend>
<table class="list">
<thead>
- <tr>
+ <tr class="caption">
<th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
<th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
<th class="tbl_col_parent_domain_id" scope="col"><tmpl_var name="parent_domain_id_txt"></th>
<th class="tbl_col_path" scope="col"><tmpl_var name="path_txt"></th>
<th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th>
</tr>
- <tr>
+ <tr class="filter">
<td class="tbl_col_active"><select name="search_active" onChange="submitForm('pageForm','sites/web_folder_list.php');">{tmpl_var name='search_active'}</select></td>
<td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','sites/web_folder_list.php');">{tmpl_var name='search_server_id'}</select></td>
<td class="tbl_col_parent_domain_id"><select name="search_parent_domain_id" onChange="submitForm('pageForm','sites/web_folder_list.php');">{tmpl_var name='search_parent_domain_id'}</select></td>
--
Gitblit v1.9.1