@@ -21,7 +21,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
2121 < th > < tmpl _var name ="ip_address_txt "> </ th >
2222 < th > < tmpl _var name ="virtualhost_txt "> </ th >
2323 < th > < tmpl _var name ="virtualhost_port_txt "> </ th >
24- < th > {tmpl_var name='search_limit'}</ th >
24+ < th class =" text-right " > {tmpl_var name='search_limit'}</ th >
2525 </ tr >
2626 < tr >
2727 < td > < select class ="form-control " name ="search_server_id "> {tmpl_var name='search_server_id'}</ select > </ td >
@@ -30,7 +30,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
3030 < td > < input class ="form-control " type ="text " name ="search_ip_address " value ="{tmpl_var name='search_ip_address'} " /> </ td >
3131 < td > < select class ="form-control " name ="search_virtualhost "> {tmpl_var name='search_virtualhost'}</ select > </ td >
3232 < td > < input class ="form-control " type ="text " name ="search_virtualhost_port " value ="{tmpl_var name='search_virtualhost_port'} " /> </ td >
33- < td >
33+ < td class =" text-right " >
3434 < button type ="button " class ="btn btn-default formbutton-default formbutton-narrow " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" onclick="submitForm('pageForm','admin/server_ip_list.php'); "> < span class ="icon icon-filter "> </ span > </ button >
3535 </ td >
3636 </ tr >
@@ -44,7 +44,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4444 < td > < a href ="# " data-load-content ="admin/server_ip_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="ip_address"}</ a > </ td >
4545 < td > < a href ="# " data-load-content ="admin/server_ip_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="virtualhost"}</ a > </ td >
4646 < td > < a href ="# " data-load-content ="admin/server_ip_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="virtualhost_port"}</ a > </ td >
47- < td >
47+ < td class =" text-right " >
4848 < a class ="btn btn-default formbutton-danger formbutton-narrow " href ="javascript: del_record('admin/server_ip_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}'); "> < span class ="icon icon-delete "> </ span > </ button >
4949 </ td >
5050 </ tr >
0 commit comments