Skip to content
Snippets Groups Projects
Commit 680c56f9 authored by Marius Cramer's avatar Marius Cramer
Browse files

Layout improvements (column width)

parent dec3e3d5
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 51 deletions
......@@ -16,13 +16,13 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="name_txt"></th>
<th><tmpl_var name="type_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><input class="form-control" type="text" name="search_name" value="{tmpl_var name='search_name'}" /></td>
<td><select class="form-control" name="search_type">{tmpl_var name='search_type'}</select></td>
<td>
......@@ -33,7 +33,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="admin/directive_snippets_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="admin/directive_snippets_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="admin/directive_snippets_edit.php?id={tmpl_var name='id'}">{tmpl_var name="name"}</a></td>
<td><a href="#" data-load-content="admin/directive_snippets_edit.php?id={tmpl_var name='id'}">{tmpl_var name="type"}</a></td>
<td>
......
......@@ -16,14 +16,14 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="tcp_port_txt"></th>
<th><tmpl_var name="udp_port_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td><input class="form-control" type="text" name="search_tcp_port" value="{tmpl_var name='search_tcp_port'}" /></td>
<td><input class="form-control" type="text" name="search_udp_port" value="{tmpl_var name='search_udp_port'}" /></td>
......@@ -35,7 +35,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="admin/firewall_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="admin/firewall_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="admin/firewall_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="admin/firewall_edit.php?id={tmpl_var name='id'}">{tmpl_var name="tcp_port"}</a></td>
<td><a href="#" data-load-content="admin/firewall_edit.php?id={tmpl_var name='id'}">{tmpl_var name="udp_port"}</a></td>
......
......@@ -15,7 +15,7 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="table_txt"></th>
<th><tmpl_var name="protocol_txt"></th>
......@@ -26,7 +26,7 @@
<th>&nbsp;</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td></td>
<td><select class="form-control" name="search_protocol">{tmpl_var name='search_protocol'}</select></td>
......@@ -42,7 +42,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="admin/iptables_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="admin/iptables_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="admin/iptables_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="admin/iptables_edit.php?id={tmpl_var name='id'}">{tmpl_var name="table"}</a></td>
<td><a href="#" data-load-content="admin/iptables_edit.php?id={tmpl_var name='id'}">{tmpl_var name="protocol"}</a></td>
......
......@@ -24,7 +24,7 @@
<tr>
<th><tmpl_var name="module_txt"></th>
<th><tmpl_var name="lang_file_txt"></th>
<th><tmpl_var name="lang_file_date_txt"></th>
<th class="small-col"><tmpl_var name="lang_file_date_txt"></th>
</tr>
</thead>
<tbody>
......
......@@ -17,7 +17,7 @@
<tr>
<th><tmpl_var name="parent_remote_userid_txt"></th>
<th><tmpl_var name="username_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td>&nbsp;</td>
......
......@@ -10,7 +10,7 @@
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="server_name_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_server_name" value="{tmpl_var name='search_server_name'}" /></td>
......
......@@ -16,7 +16,7 @@
<th><tmpl_var name="file_server_txt"></th>
<th><tmpl_var name="db_server_txt"></th>
<th><tmpl_var name="vserver_server_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_server_name" value="{tmpl_var name='search_server_name'}" /></td>
......
......@@ -20,7 +20,7 @@
<th><tmpl_var name="package_title_txt"></th>
<th><tmpl_var name="package_description_txt"></th>
<th><tmpl_var name="package_id_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
</thead>
<tbody>
......
......@@ -16,13 +16,13 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="repo_name_txt"></th>
<th><tmpl_var name="repo_url_txt"></th>
<th>&nbsp;</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><input class="form-control" type="text" name="search_repo_name" value="{tmpl_var name='search_repo_name'}" /></td>
<td><input class="form-control" type="text" name="search_repo_url" value="{tmpl_var name='search_repo_url'}" /></td>
<td>
......@@ -33,7 +33,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="admin/software_repo_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="admin/software_repo_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="admin/software_repo_edit.php?id={tmpl_var name='id'}">{tmpl_var name="repo_name"}</a></td>
<td><a href="#" data-load-content="admin/software_repo_edit.php?id={tmpl_var name='id'}">{tmpl_var name="repo_url"}</a></td>
<td>
......
......@@ -18,14 +18,14 @@
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="client_id_txt"></th>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="username_txt"></th>
<th><tmpl_var name="groups_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_client_id" value="{tmpl_var name='search_client_id'}" /></td>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><input class="form-control" type="text" name="search_username" value="{tmpl_var name='search_username'}" /></td>
<td><select class="form-control" name="search_groups">{tmpl_var name='search_groups'}</select></td>
<td>
......@@ -37,7 +37,7 @@
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="admin/users_edit.php?id={tmpl_var name='id'}">{tmpl_var name="client_id"}</a></td>
<td><a href="#" data-load-content="admin/users_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="admin/users_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><div class="icons16 group-{tmpl_var name="typ"}" title="{tmpl_var name="typ"}"><span>{tmpl_var name="typ"}</span></div> <div class="group-icon"><a href="#" data-load-content="admin/users_edit.php?id={tmpl_var name='id'}">{tmpl_var name="username"}</a></div></td>
<td>{tmpl_var name="groups"}</td>
<td>
......
......@@ -17,14 +17,14 @@
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="circle_id_txt"></th>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="circle_name_txt"></th>
<th><tmpl_var name="description_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_circle_id" value="{tmpl_var name='search_circle_id'}" /></td>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><input class="form-control" type="text" name="search_circle_name" value="{tmpl_var name='search_circle_name'}" /></td>
<td><input class="form-control" type="text" name="search_description" value="{tmpl_var name='search_description'}" /></td>
<td>
......@@ -36,7 +36,7 @@
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="client/client_circle_edit.php?id={tmpl_var name='id'}">{tmpl_var name="circle_id"}</a></td>
<td><a href="#" data-load-content="client/client_circle_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="client/client_circle_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="client/client_circle_edit.php?id={tmpl_var name='id'}">{tmpl_var name="circle_name"}</a></td>
<td><a href="#" data-load-content="client/client_circle_edit.php?id={tmpl_var name='id'}">{tmpl_var name="description"}</a></td>
<td>
......
......@@ -19,7 +19,7 @@
<th><tmpl_var name="template_id_txt"></th>
<th><tmpl_var name="template_type_txt"></th>
<th><tmpl_var name="template_name_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_template_id" value="{tmpl_var name='search_template_id'}" /></td>
......
......@@ -23,7 +23,7 @@
<th><tmpl_var name="username_txt"></th>
<th><tmpl_var name="city_txt"></th>
<th><tmpl_var name="country_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_client_id" value="{tmpl_var name='search_client_id'}" /></td>
......
......@@ -18,7 +18,7 @@
<tr>
<th><tmpl_var name="domain_txt"></th>
<th><tmpl_var name="user_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td>
......
......@@ -23,7 +23,7 @@
<th><tmpl_var name="username_txt"></th>
<th><tmpl_var name="city_txt"></th>
<th><tmpl_var name="country_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><input class="form-control" type="text" name="search_client_id" value="{tmpl_var name='search_client_id'}" /></td>
......
......@@ -39,16 +39,16 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="type_txt"></th>
<th><tmpl_var name="name_txt"></th>
<th><tmpl_var name="data_txt"></th>
<th><tmpl_var name="aux_txt"></th>
<th><tmpl_var name="ttl_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_type">{tmpl_var name='search_type'}</select></td>
<td><input class="form-control" type="text" name="search_name" value="{tmpl_var name='search_name'}" /></td>
<td><input class="form-control" type="text" name="search_data" value="{tmpl_var name='search_data'}" /></td>
......@@ -62,7 +62,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="dns/dns_{tmpl_var name='type_lowercase'}_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="dns/dns_{tmpl_var name='type_lowercase'}_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="dns/dns_{tmpl_var name='type_lowercase'}_edit.php?id={tmpl_var name='id'}">{tmpl_var name="type"}</a></td>
<td><a href="#" data-load-content="dns/dns_{tmpl_var name='type_lowercase'}_edit.php?id={tmpl_var name='id'}">{tmpl_var name="name"}</a></td>
<td><a href="#" data-load-content="dns/dns_{tmpl_var name='type_lowercase'}_edit.php?id={tmpl_var name='id'}">{tmpl_var name="data"}</a></td>
......
......@@ -32,15 +32,15 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="sys_groupid_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="origin_txt"></th>
<th><tmpl_var name="ns_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_sys_groupid">{tmpl_var name='search_sys_groupid'}</select></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td><input class="form-control" type="text" name="search_origin" value="{tmpl_var name='search_origin'}" /></td>
......@@ -53,7 +53,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="sys_groupid"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="origin"}</a></td>
......
......@@ -32,14 +32,14 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="origin_txt"></th>
<th><tmpl_var name="ns_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td><input class="form-control" type="text" name="search_origin" value="{tmpl_var name='search_origin'}" /></td>
<td><input class="form-control" type="text" name="search_ns" value="{tmpl_var name='search_ns'}" /></td>
......@@ -51,7 +51,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td class="tiny-col"><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="origin"}</a></td>
<td><a href="#" data-load-content="dns/dns_slave_edit.php?id={tmpl_var name='id'}">{tmpl_var name="ns"}</a></td>
......
......@@ -34,16 +34,16 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="sys_groupid_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="origin_txt"></th>
<th><tmpl_var name="ns_txt"></th>
<th><tmpl_var name="mbox_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_sys_groupid">{tmpl_var name='search_sys_groupid'}</select></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td><input class="form-control" type="text" name="search_origin" value="{tmpl_var name='search_origin'}" /></td>
......@@ -57,7 +57,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</td>
<td class="tiny-col"><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="sys_groupid"}</a></td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="origin"}</a></td>
......
......@@ -34,15 +34,15 @@
<table class="table">
<thead class="dark form-group-sm">
<tr>
<th><tmpl_var name="active_txt"></th>
<th class="tiny-col"><tmpl_var name="active_txt"></th>
<th><tmpl_var name="server_id_txt"></th>
<th><tmpl_var name="origin_txt"></th>
<th><tmpl_var name="ns_txt"></th>
<th><tmpl_var name="mbox_txt"></th>
<th>{tmpl_var name='search_limit'}</th>
<th class="small-col">{tmpl_var name='search_limit'}</th>
</tr>
<tr>
<td><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></td>
<td class="tiny-col"><div class="col-sm-9"><select class="form-control" name="search_active">{tmpl_var name='search_active'}</select></div></td>
<td><select class="form-control" name="search_server_id">{tmpl_var name='search_server_id'}</select></td>
<td><input class="form-control" type="text" name="search_origin" value="{tmpl_var name='search_origin'}" /></td>
<td><input class="form-control" type="text" name="search_ns" value="{tmpl_var name='search_ns'}" /></td>
......@@ -55,7 +55,7 @@
<tbody>
<tmpl_loop name="records">
<tr>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</td>
<td class="tiny-col"><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="active"}</td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="server_id"}</a></td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="origin"}</a></td>
<td><a href="#" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='id'}">{tmpl_var name="ns"}</a></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment