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
Dirk Dankhoff
ISPConfig 3
Commits
abdfe2cf
Commit
abdfe2cf
authored
Aug 05, 2011
by
marknl
Browse files
http://bugtracker.ispconfig.org/index.php?do=details&task_id=681
parent
e83dd14b
Changes
55
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/firewall_list.htm
View file @
abdfe2cf
...
...
@@ -27,8 +27,8 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','admin/firewall_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','admin/firewall_list.php');"
>
{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>
<td
class=
"tbl_col_udp_port"
><input
type=
"text"
name=
"search_udp_port"
value=
"{tmpl_var name='search_udp_port'}"
/></td>
<td
class=
"tbl_col_tcp_port"
><input
type=
"text"
name=
"search_tcp_port"
value=
"{tmpl_var name='search_tcp_port'}"
onblur=
"submitForm('pageForm','admin/firewall_list.php');"
/></td>
<td
class=
"tbl_col_udp_port"
><input
type=
"text"
name=
"search_udp_port"
value=
"{tmpl_var name='search_udp_port'}"
onblur=
"submitForm('pageForm','admin/firewall_list.php');"
/></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/firewall_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/admin/templates/groups_list.htm
View file @
abdfe2cf
...
...
@@ -24,8 +24,8 @@
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<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_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
onblur=
"submitForm('pageForm','admin/groups_list.php');"
/></td>
<td
class=
"tbl_col_description"
><input
type=
"text"
name=
"search_description"
value=
"{tmpl_var name='search_description'}"
onblur=
"submitForm('pageForm','admin/groups_list.php');"
/></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>
</tr>
</thead>
...
...
interface/web/admin/templates/remote_user_list.htm
View file @
abdfe2cf
...
...
@@ -24,7 +24,7 @@
</tr>
<tr>
<td
class=
"tbl_col_remote_userid"
></td>
<td
class=
"tbl_col_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
/></td>
<td
class=
"tbl_col_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
onblur=
"submitForm('pageForm','admin/remote_user_list.php');"
/></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>
</tr>
</thead>
...
...
interface/web/admin/templates/server_config_list.htm
View file @
abdfe2cf
...
...
@@ -12,7 +12,7 @@
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<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_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
onblur=
"submitForm('pageForm','admin/server_config_list.php');"
/></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>
</thead>
...
...
interface/web/admin/templates/server_ip_list.htm
View file @
abdfe2cf
...
...
@@ -24,7 +24,7 @@
</tr>
<tr>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','admin/server_ip_list.php');"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_ip_address"
><input
type=
"text"
name=
"search_ip_address"
value=
"{tmpl_var name='search_ip_address'}"
/></td>
<td
class=
"tbl_col_ip_address"
><input
type=
"text"
name=
"search_ip_address"
value=
"{tmpl_var name='search_ip_address'}"
onblur=
"submitForm('pageForm','admin/server_ip_list.php');"
/></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_ip_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/admin/templates/server_list.htm
View file @
abdfe2cf
...
...
@@ -20,7 +20,7 @@
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<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_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
onblur=
"submitForm('pageForm','admin/server_list.php');"
/></td>
<td
class=
"tbl_col_mail_server"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','admin/server_list.php');"
>
{tmpl_var name='search_mail_server'}
</select></td>
<td
class=
"tbl_col_web_server"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','admin/server_list.php');"
>
{tmpl_var name='search_web_server'}
</select></td>
<td
class=
"tbl_col_dns_server"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','admin/server_list.php');"
>
{tmpl_var name='search_dns_server'}
</select></td>
...
...
interface/web/admin/templates/software_repo_list.htm
View file @
abdfe2cf
...
...
@@ -25,8 +25,8 @@
</tr>
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','admin/software_repo_list.php');"
>
{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>
<td
class=
"tbl_col_repo_name"
><input
type=
"text"
name=
"search_repo_name"
value=
"{tmpl_var name='search_repo_name'}"
onblur=
"submitForm('pageForm','admin/software_repo_list.php');"
/></td>
<td
class=
"tbl_col_repo_url"
><input
type=
"text"
name=
"search_repo_url"
value=
"{tmpl_var name='search_repo_url'}"
onblur=
"submitForm('pageForm','admin/software_repo_list.php');"
/></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/software_repo_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/admin/templates/users_list.htm
View file @
abdfe2cf
...
...
@@ -26,10 +26,10 @@
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<td
class=
"tbl_col_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
/></td>
<td
class=
"tbl_col_vorname"
><input
type=
"text"
name=
"search_vorname"
value=
"{tmpl_var name='search_vorname'}"
/></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
<td
class=
"tbl_col_ort"
><input
type=
"text"
name=
"search_ort"
value=
"{tmpl_var name='search_ort'}"
/></td>
<td
class=
"tbl_col_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
onblur=
"submitForm('pageForm','admin/users_list.php');"
/></td>
<td
class=
"tbl_col_vorname"
><input
type=
"text"
name=
"search_vorname"
value=
"{tmpl_var name='search_vorname'}"
onblur=
"submitForm('pageForm','admin/users_list.php');"
/></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
onblur=
"submitForm('pageForm','admin/users_list.php');"
/></td>
<td
class=
"tbl_col_ort"
><input
type=
"text"
name=
"search_ort"
value=
"{tmpl_var name='search_ort'}"
onblur=
"submitForm('pageForm','admin/users_list.php');"
/></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/users_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/client/templates/client_template_list.htm
View file @
abdfe2cf
...
...
@@ -24,7 +24,7 @@
</tr>
<tr>
<td
class=
"tbl_col_template_type"
><select
name=
"search_template_type"
onChange=
"submitForm('pageForm','client/client_template_list.php');"
>
{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>
<td
class=
"tbl_col_template_name"
><input
type=
"text"
name=
"search_template_name"
value=
"{tmpl_var name='search_template_name'}"
onblur=
"submitForm('pageForm','client/client_template_list.php');"
/></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','client/client_template_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/client/templates/clients_list.htm
View file @
abdfe2cf
...
...
@@ -26,11 +26,11 @@
<th
class=
"tbl_col_country"
scope=
"col"
>
</th>
</tr>
<tr>
<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>
<td
class=
"tbl_col_city"
><input
type=
"text"
name=
"search_city"
value=
"{tmpl_var name='search_city'}"
style=
"width:120px;"
/></td>
<td
class=
"tbl_col_country"
><input
type=
"text"
name=
"search_country"
value=
"{tmpl_var name='search_country'}"
style=
"width:30px;"
/></td>
<td
class=
"tbl_col_client_id"
><input
type=
"text"
name=
"search_client_id"
value=
"{tmpl_var name='search_client_id'}"
style=
"width:30px;"
onblur=
"submitForm('pageForm','client/client_list.php');"
/></td>
<td
class=
"tbl_col_company_name"
><input
type=
"text"
name=
"search_company_name"
value=
"{tmpl_var name='search_company_name'}"
style=
"width:120px;"
onblur=
"submitForm('pageForm','client/client_list.php');"
/></td>
<td
class=
"tbl_col_contact_name"
><input
type=
"text"
name=
"search_contact_name"
value=
"{tmpl_var name='search_contact_name'}"
style=
"width:120px;"
onblur=
"submitForm('pageForm','client/client_list.php');"
/></td>
<td
class=
"tbl_col_city"
><input
type=
"text"
name=
"search_city"
value=
"{tmpl_var name='search_city'}"
style=
"width:120px;"
onblur=
"submitForm('pageForm','client/client_list.php');"
/></td>
<td
class=
"tbl_col_country"
><input
type=
"text"
name=
"search_country"
value=
"{tmpl_var name='search_country'}"
style=
"width:30px;"
onblur=
"submitForm('pageForm','client/client_list.php');"
/></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','client/client_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/dns/templates/dns_a_list.htm
View file @
abdfe2cf
...
...
@@ -53,9 +53,9 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"changeTab('dns_records','dns/dns_soa_edit.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_type"
><select
name=
"search_type"
onChange=
"changeTab('dns_records','dns/dns_soa_edit.php');"
>
{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>
<td
class=
"tbl_col_data"
><input
type=
"text"
name=
"search_data"
value=
"{tmpl_var name='search_data'}"
/></td>
<td
class=
"tbl_col_aux"
><input
type=
"text"
name=
"search_aux"
value=
"{tmpl_var name='search_aux'}"
/></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
onblur=
"changeTab('dns_records','dns/dns_soa_edit.php');"
/></td>
<td
class=
"tbl_col_data"
><input
type=
"text"
name=
"search_data"
value=
"{tmpl_var name='search_data'}"
onblur=
"changeTab('dns_records','dns/dns_soa_edit.php');"
/></td>
<td
class=
"tbl_col_aux"
><input
type=
"text"
name=
"search_aux"
value=
"{tmpl_var name='search_aux'}"
onblur=
"changeTab('dns_records','dns/dns_soa_edit.php');"
/></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=
"changeTab('dns_records','dns/dns_soa_edit.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/dns/templates/dns_slave_list.htm
View file @
abdfe2cf
...
...
@@ -27,8 +27,8 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','dns/dns_slave_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','dns/dns_slave_list.php');"
>
{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>
<td
class=
"tbl_col_ns"
><input
type=
"text"
name=
"search_ns"
value=
"{tmpl_var name='search_ns'}"
/></td>
<td
class=
"tbl_col_origin"
><input
type=
"text"
name=
"search_origin"
value=
"{tmpl_var name='search_origin'}"
onblur=
"submitForm('pageForm','dns/dns_slave_list.php');"
/></td>
<td
class=
"tbl_col_ns"
><input
type=
"text"
name=
"search_ns"
value=
"{tmpl_var name='search_ns'}"
onblur=
"submitForm('pageForm','dns/dns_slave_list.php');"
/></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','dns/dns_slave_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/dns/templates/dns_soa_list.htm
View file @
abdfe2cf
...
...
@@ -34,9 +34,9 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','dns/dns_soa_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','dns/dns_soa_list.php');"
>
{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>
<td
class=
"tbl_col_ns"
><input
type=
"text"
name=
"search_ns"
value=
"{tmpl_var name='search_ns'}"
/></td>
<td
class=
"tbl_col_mbox"
><input
type=
"text"
name=
"search_mbox"
value=
"{tmpl_var name='search_mbox'}"
/></td>
<td
class=
"tbl_col_origin"
><input
type=
"text"
name=
"search_origin"
value=
"{tmpl_var name='search_origin'}"
onblur=
"submitForm('pageForm','dns/dns_soa_list.php');"
/></td>
<td
class=
"tbl_col_ns"
><input
type=
"text"
name=
"search_ns"
value=
"{tmpl_var name='search_ns'}"
onblur=
"submitForm('pageForm','dns/dns_soa_list.php');"
/></td>
<td
class=
"tbl_col_mbox"
><input
type=
"text"
name=
"search_mbox"
value=
"{tmpl_var name='search_mbox'}"
onblur=
"submitForm('pageForm','dns/dns_soa_list.php');"
/></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','dns/dns_soa_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/dns/templates/dns_template_list.htm
View file @
abdfe2cf
...
...
@@ -24,7 +24,7 @@
</tr>
<tr>
<td
class=
"tbl_col_visible"
><select
name=
"search_visible"
onChange=
"submitForm('pageForm','dns/dns_template_list.php');"
>
{tmpl_var name='search_visible'}
</select></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
onblur=
"submitForm('pageForm','dns/dns_template_list.php');"
onblur=
"submitForm('pageForm','dns/dns_template_list.php');"
/></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','dns/dns_template_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/domain/templates/domain_list.htm
View file @
abdfe2cf
...
...
@@ -29,7 +29,7 @@
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<td
class=
"tbl_col_domain"
><input
type=
"text"
name=
"search_domain"
value=
"{tmpl_var name='search_domain'}"
/></td>
<td
class=
"tbl_col_domain"
><input
type=
"text"
name=
"search_domain"
value=
"{tmpl_var name='search_domain'}"
onblur=
"submitForm('pageForm','domain/domain_list.php');"
/></td>
<td
class=
"tbl_col_user"
><select
name=
"search_sys_groupid"
onChange=
"submitForm('pageForm','domain/domain_list.php');"
>
{tmpl_var name='search_sys_groupid'}
</select></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','domain/domain_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
...
...
interface/web/help/templates/support_message_list.htm
View file @
abdfe2cf
...
...
@@ -24,7 +24,7 @@
</tr>
<tr>
<td
class=
"tbl_col_sender_id"
><select
name=
"search_sender_id"
onChange=
"submitForm('pageForm','help/support_message_list.php');"
>
{tmpl_var name='search_sender_id'}
</select></td>
<td
class=
"tbl_col_subject"
><input
type=
"text"
name=
"search_subject"
value=
"{tmpl_var name='search_subject'}"
/></td>
<td
class=
"tbl_col_subject"
><input
type=
"text"
name=
"search_subject"
value=
"{tmpl_var name='search_subject'}"
onblur=
"submitForm('pageForm','help/support_message_list.php');"
/></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','help/support_message_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/mail/templates/mail_alias_list.htm
View file @
abdfe2cf
...
...
@@ -25,8 +25,8 @@
</tr>
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','mail/mail_alias_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
/></td>
<td
class=
"tbl_col_destination"
><input
type=
"text"
name=
"search_destination"
value=
"{tmpl_var name='search_destination'}"
/></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
onblur=
"submitForm('pageForm','mail/mail_alias_list.php');"
/></td>
<td
class=
"tbl_col_destination"
><input
type=
"text"
name=
"search_destination"
value=
"{tmpl_var name='search_destination'}"
onblur=
"submitForm('pageForm','mail/mail_alias_list.php');"
/></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','mail/mail_alias_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/mail/templates/mail_aliasdomain_list.htm
View file @
abdfe2cf
...
...
@@ -25,8 +25,8 @@
</tr>
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','mail/mail_aliasdomain_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
/></td>
<td
class=
"tbl_col_destination"
><input
type=
"text"
name=
"search_destination"
value=
"{tmpl_var name='search_destination'}"
/></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
onblur=
"submitForm('pageForm','mail/mail_aliasdomain_list.php');"
/></td>
<td
class=
"tbl_col_destination"
><input
type=
"text"
name=
"search_destination"
value=
"{tmpl_var name='search_destination'}"
onblur=
"submitForm('pageForm','mail/mail_aliasdomain_list.php');"
/></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','mail/mail_aliasdomain_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
</thead>
...
...
interface/web/mail/templates/mail_blacklist_list.htm
View file @
abdfe2cf
...
...
@@ -27,7 +27,7 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','mail/mail_blacklist_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','mail/mail_blacklist_list.php');"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
/></td>
<td
class=
"tbl_col_source"
><input
type=
"text"
name=
"search_source"
value=
"{tmpl_var name='search_source'}"
onblur=
"submitForm('pageForm','mail/mail_blacklist_list.php');"
/></td>
<td
class=
"tbl_col_type"
><select
name=
"search_type"
onChange=
"submitForm('pageForm','mail/mail_blacklist_list.php');"
>
{tmpl_var name='search_type'}
</select></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','mail/mail_blacklist_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
...
...
interface/web/mail/templates/mail_content_filter_list.htm
View file @
abdfe2cf
...
...
@@ -27,7 +27,7 @@
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
onChange=
"submitForm('pageForm','mail/mail_content_filter_list.php');"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
onChange=
"submitForm('pageForm','mail/mail_content_filter_list.php');"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_pattern"
><input
type=
"text"
name=
"search_pattern"
value=
"{tmpl_var name='search_pattern'}"
/></td>
<td
class=
"tbl_col_pattern"
><input
type=
"text"
name=
"search_pattern"
value=
"{tmpl_var name='search_pattern'}"
onblur=
"submitForm('pageForm','mail/mail_content_filter_list.php');"
/></td>
<td
class=
"tbl_col_action"
><select
name=
"search_action"
onChange=
"submitForm('pageForm','mail/mail_content_filter_list.php');"
>
{tmpl_var name='search_action'}
</select></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','mail/mail_content_filter_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
</tr>
...
...
Prev
1
2
3
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