@@ -34,7 +34,9 @@ <h1><tmpl_var name="list_head_txt"></h1>
3434 < tr >
3535 < th class ="tiny-col " data-column ="active "> < tmpl _var name ="active_txt "> </ th >
3636 < th class ="tiny-col " data-column ="remote_access "> < tmpl _var name ="remote_access_txt "> </ th >
37+ <!--
3738 <th data-column="type"><tmpl_var name="type_txt"></th>
39+ -->
3840 < th data-column ="server_id "> < tmpl _var name ="server_id_txt "> </ th >
3941 < th data-column ="parent_domain_id "> < tmpl _var name ="parent_domain_id_txt "> </ th >
4042 < th data-column ="database_user "> < tmpl _var name ="database_user_txt "> </ th >
@@ -44,7 +46,9 @@ <h1><tmpl_var name="list_head_txt"></h1>
4446 < tr >
4547 < td > < select class ="form-control " name ="search_active "> {tmpl_var name='search_active'}</ select > </ td >
4648 < td > < select class ="form-control " name ="search_remote_access "> {tmpl_var name='search_remote_access'}</ select > </ td >
49+ <!--
4750 <td><select class="form-control" name="search_type">{tmpl_var name='search_type'}</select></td>
51+ -->
4852 < td > < select class ="form-control " name ="search_server_id "> {tmpl_var name='search_server_id'}</ select > </ td >
4953 < td > < select class ="form-control " name ="search_parent_domain_id "> {tmpl_var name='search_parent_domain_id'}</ select > </ td >
5054 < td > < select class ="form-control " name ="search_database_user_id "> {tmpl_var name='search_database_user_id'}</ select > </ td >
@@ -59,7 +63,9 @@ <h1><tmpl_var name="list_head_txt"></h1>
5963 < tr >
6064 < td > < a href ="# " data-load-content ="sites/database_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="active"}</ a > </ td >
6165 < td > < a href ="# " data-load-content ="sites/database_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="remote_access"}</ a > </ td >
66+ <!--
6267 <td><a href="#" data-load-content="sites/database_edit.php?id={tmpl_var name='id'}">{tmpl_var name="type"}</a></td>
68+ -->
6369 < td > < a href ="# " data-load-content ="sites/database_edit.php?id={tmpl_var name='id'} " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='server_id'} "> {tmpl_var name="server_id"}</ a > </ td >
6470 < td > < a href ="# " data-load-content ="sites/database_edit.php?id={tmpl_var name='id'} " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='parent_domain_id'} "> {tmpl_var name="parent_domain_id"}</ a > </ td >
6571 < td > < a href ="# " data-load-content ="sites/database_edit.php?id={tmpl_var name='id'} " data-toggle ="tooltip " data-placement ="bottom " title ="{tmpl_var name='database_user_id'} "> {tmpl_var name="database_user_id"}</ a > </ td >
@@ -81,7 +87,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
8187 </ tbody >
8288 < tfoot >
8389 < tr >
84- < td colspan ="8 "> < tmpl _var name ="paging "> </ td >
90+ < td colspan ="7 "> < tmpl _var name ="paging "> </ td >
8591 </ tr >
8692 </ tfoot >
8793 </ table >
0 commit comments