Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
1e50e375
Commit
1e50e375
authored
Jul 07, 2012
by
cfoe
Browse files
added classes to tr elements of lists
parent
b5715fb4
Changes
71
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default-v2/templates/admin/firewall_list.htm
View file @
1e50e375
...
...
@@ -17,14 +17,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_tcp_port"
scope=
"col"
><tmpl_var
name=
"tcp_port_txt"
></th>
<th
class=
"tbl_col_udp_port"
scope=
"col"
><tmpl_var
name=
"udp_port_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"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_tcp_port"
><input
type=
"text"
name=
"search_tcp_port"
value=
"{tmpl_var name='search_tcp_port'}"
/></td>
...
...
interface/web/themes/default-v2/templates/admin/groups_list.htm
View file @
1e50e375
...
...
@@ -18,12 +18,12 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_name"
scope=
"col"
><tmpl_var
name=
"name_txt"
></th>
<th
class=
"tbl_col_description"
scope=
"col"
><tmpl_var
name=
"description_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
<td
class=
"tbl_col_description"
><input
type=
"text"
name=
"search_description"
value=
"{tmpl_var name='search_description'}"
/></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/groups_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
...
...
interface/web/themes/default-v2/templates/admin/iptables_list.htm
View file @
1e50e375
...
...
@@ -16,7 +16,7 @@
<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_table"
scope=
"col"
><tmpl_var
name=
"table_txt"
></th>
...
...
@@ -27,7 +27,7 @@
<th
class=
"tbl_col_target"
scope=
"col"
><tmpl_var
name=
"target_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_table"
></td>
...
...
interface/web/themes/default-v2/templates/admin/language_list.htm
View file @
1e50e375
...
...
@@ -20,7 +20,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_module"
scope=
"col"
><tmpl_var
name=
"module_txt"
></th>
<th
class=
"tbl_col_lang_file"
scope=
"col"
><tmpl_var
name=
"lang_file_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
><tmpl_var
name=
"lang_file_date_txt"
></th>
...
...
interface/web/themes/default-v2/templates/admin/remote_user_list.htm
View file @
1e50e375
...
...
@@ -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>
...
...
interface/web/themes/default-v2/templates/admin/server_config_list.htm
View file @
1e50e375
...
...
@@ -7,11 +7,11 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_name"
scope=
"col"
><tmpl_var
name=
"server_name_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
/></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/server_config_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
...
...
interface/web/themes/default-v2/templates/admin/server_ip_list.htm
View file @
1e50e375
...
...
@@ -16,7 +16,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_ip_type"
scope=
"col"
><tmpl_var
name=
"ip_type_txt"
></th>
...
...
@@ -25,7 +25,7 @@
<th
class=
"tbl_col_virtualhost_port"
scope=
"col"
><tmpl_var
name=
"virtualhost_port_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_client_id"
><select
name=
"search_client_id"
>
{tmpl_var name='search_client_id'}
</select></td>
<td
class=
"tbl_col_ip_type"
><select
name=
"search_ip_type"
>
{tmpl_var name='search_ip_type'}
</select></td>
...
...
interface/web/themes/default-v2/templates/admin/server_list.htm
View file @
1e50e375
...
...
@@ -7,7 +7,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_name"
scope=
"col"
><tmpl_var
name=
"server_name_txt"
></th>
<th
class=
"tbl_col_mail_server"
scope=
"col"
><tmpl_var
name=
"mail_server_txt"
></th>
<th
class=
"tbl_col_web_server"
scope=
"col"
><tmpl_var
name=
"web_server_txt"
></th>
...
...
@@ -17,7 +17,7 @@
<th
class=
"tbl_col_vserver_server"
scope=
"col"
><tmpl_var
name=
"vserver_server_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
/></td>
<td
class=
"tbl_col_mail_server"
><select
name=
"search_active"
>
{tmpl_var name='search_mail_server'}
</select></td>
<td
class=
"tbl_col_web_server"
><select
name=
"search_active"
>
{tmpl_var name='search_web_server'}
</select></td>
...
...
interface/web/themes/default-v2/templates/admin/server_php_list.htm
View file @
1e50e375
...
...
@@ -16,13 +16,13 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_ip_address"
scope=
"col"
><tmpl_var
name=
"name_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_client_id"
><select
name=
"search_client_id"
>
{tmpl_var name='search_client_id'}
</select></td>
<td
class=
"tbl_col_ip_address"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
...
...
interface/web/themes/default-v2/templates/admin/software_package_list.htm
View file @
1e50e375
...
...
@@ -17,7 +17,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_installed"
scope=
"col"
><tmpl_var
name=
"installed_txt"
></th>
<th
class=
"tbl_col_package_title"
scope=
"col"
><tmpl_var
name=
"package_title_txt"
></th>
<th
class=
"tbl_col_package_description"
scope=
"col"
><tmpl_var
name=
"package_description_txt"
></th>
...
...
interface/web/themes/default-v2/templates/admin/software_repo_list.htm
View file @
1e50e375
...
...
@@ -17,13 +17,13 @@
<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_repo_name"
scope=
"col"
><tmpl_var
name=
"repo_name_txt"
></th>
<th
class=
"tbl_col_repo_url"
scope=
"col"
><tmpl_var
name=
"repo_url_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_repo_name"
><input
type=
"text"
name=
"search_repo_name"
value=
"{tmpl_var name='search_repo_name'}"
/></td>
<td
class=
"tbl_col_repo_url"
><input
type=
"text"
name=
"search_repo_url"
value=
"{tmpl_var name='search_repo_url'}"
/></td>
...
...
interface/web/themes/default-v2/templates/admin/software_update_list.htm
View file @
1e50e375
...
...
@@ -22,7 +22,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_installed"
scope=
"col"
><tmpl_var
name=
"installed_txt"
></th>
<th
class=
"tbl_col_update_title"
scope=
"col"
><tmpl_var
name=
"update_title_txt"
></th>
<th
class=
"tbl_col_version"
scope=
"col"
><tmpl_var
name=
"version_txt"
></th>
...
...
interface/web/themes/default-v2/templates/admin/users_list.htm
View file @
1e50e375
...
...
@@ -18,13 +18,13 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_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_client_id"
><input
type=
"text"
name=
"search_client_id"
value=
"{tmpl_var name='search_client_id'}"
/></td>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
/></td>
...
...
interface/web/themes/default-v2/templates/client/client_circle_list.htm
View file @
1e50e375
...
...
@@ -17,14 +17,14 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_circle_id"
scope=
"col"
><tmpl_var
name=
"circle_id_txt"
></th>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_circle_name"
scope=
"col"
><tmpl_var
name=
"circle_name_txt"
></th>
<th
class=
"tbl_col_description"
scope=
"col"
><tmpl_var
name=
"description_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_circle_id"
><input
type=
"text"
name=
"search_circle_id"
value=
"{tmpl_var name='search_circle_id'}"
style=
"width:30px;"
/></td>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_circle_name"
><input
type=
"text"
name=
"search_circle_name"
value=
"{tmpl_var name='search_circle_name'}"
style=
"width:120px;"
/></td>
...
...
interface/web/themes/default-v2/templates/client/client_template_list.htm
View file @
1e50e375
...
...
@@ -17,13 +17,13 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_template_id"
scope=
"col"
><tmpl_var
name=
"template_id_txt"
></th>
<th
class=
"tbl_col_template_type"
scope=
"col"
><tmpl_var
name=
"template_type_txt"
></th>
<th
class=
"tbl_col_template_name"
scope=
"col"
><tmpl_var
name=
"template_name_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_template_id"
><input
type=
"text"
name=
"search_template_id"
value=
"{tmpl_var name='search_template_id'}"
style=
"width:30px;"
/></td>
<td
class=
"tbl_col_template_type"
><select
name=
"search_template_type"
>
{tmpl_var name='search_template_type'}
</select></td>
<td
class=
"tbl_col_template_name"
><input
type=
"text"
name=
"search_template_name"
value=
"{tmpl_var name='search_template_name'}"
/></td>
...
...
interface/web/themes/default-v2/templates/client/clients_list.htm
View file @
1e50e375
...
...
@@ -17,7 +17,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_company_name"
scope=
"col"
><tmpl_var
name=
"company_name_txt"
></th>
<th
class=
"tbl_col_contact_name"
scope=
"col"
><tmpl_var
name=
"contact_name_txt"
></th>
...
...
@@ -26,7 +26,7 @@
<th
class=
"tbl_col_country"
scope=
"col"
><tmpl_var
name=
"country_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_client_id"
><input
type=
"text"
name=
"search_client_id"
value=
"{tmpl_var name='search_client_id'}"
style=
"width:30px;"
/></td>
<td
class=
"tbl_col_company_name"
><input
type=
"text"
name=
"search_company_name"
value=
"{tmpl_var name='search_company_name'}"
style=
"width:120px;"
/></td>
<td
class=
"tbl_col_contact_name"
><input
type=
"text"
name=
"search_contact_name"
value=
"{tmpl_var name='search_contact_name'}"
style=
"width:120px;"
/></td>
...
...
interface/web/themes/default-v2/templates/client/resellers_list.htm
View file @
1e50e375
...
...
@@ -17,7 +17,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_company_name"
scope=
"col"
><tmpl_var
name=
"company_name_txt"
></th>
<th
class=
"tbl_col_contact_name"
scope=
"col"
><tmpl_var
name=
"contact_name_txt"
></th>
...
...
@@ -25,7 +25,7 @@
<th
class=
"tbl_col_country"
scope=
"col"
><tmpl_var
name=
"country_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_client_id"
><input
type=
"text"
name=
"search_client_id"
value=
"{tmpl_var name='search_client_id'}"
style=
"width:30px;"
/></td>
<td
class=
"tbl_col_company_name"
><input
type=
"text"
name=
"search_company_name"
value=
"{tmpl_var name='search_company_name'}"
style=
"width:120px;"
/></td>
<td
class=
"tbl_col_contact_name"
><input
type=
"text"
name=
"search_contact_name"
value=
"{tmpl_var name='search_contact_name'}"
style=
"width:120px;"
/></td>
...
...
interface/web/themes/default-v2/templates/dns/dns_a_list.htm
View file @
1e50e375
...
...
@@ -42,7 +42,7 @@
<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_type"
scope=
"col"
><tmpl_var
name=
"type_txt"
></th>
<th
class=
"tbl_col_name"
scope=
"col"
><tmpl_var
name=
"name_txt"
></th>
...
...
@@ -51,7 +51,7 @@
<th
class=
"tbl_col_ttl"
scope=
"col"
><tmpl_var
name=
"ttl_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"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_type"
><select
name=
"search_type"
>
{tmpl_var name='search_type'}
</select></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
...
...
interface/web/themes/default-v2/templates/dns/dns_slave_list.htm
View file @
1e50e375
...
...
@@ -17,14 +17,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_origin"
scope=
"col"
><tmpl_var
name=
"origin_txt"
></th>
<th
class=
"tbl_col_ns"
scope=
"col"
><tmpl_var
name=
"ns_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"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_origin"
><input
type=
"text"
name=
"search_origin"
value=
"{tmpl_var name='search_origin'}"
/></td>
...
...
interface/web/themes/default-v2/templates/dns/dns_soa_list.htm
View file @
1e50e375
...
...
@@ -17,7 +17,7 @@
<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_origin"
scope=
"col"
><tmpl_var
name=
"origin_txt"
></th>
...
...
@@ -25,7 +25,7 @@
<th
class=
"tbl_col_mbox"
scope=
"col"
><tmpl_var
name=
"mbox_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"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_origin"
><input
type=
"text"
name=
"search_origin"
value=
"{tmpl_var name='search_origin'}"
/></td>
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment