1- < h2 > < tmpl _var name ="list_head_txt "> </ h2 >
1+ < div class ='page-header '>
2+ < h1 > < tmpl _var name ="list_head_txt "> </ h1 >
3+ </ div >
24< p > < tmpl _var name ="list_desc_txt "> </ p >
35
4- < div class ="panel panel_list_firewall ">
56
6- < div class ="pnl_toolsarea ">
7- < fieldset > < legend > {tmpl_var name="toolsarea_head_txt"}</ legend >
8- < div class ="buttons ">
9- < button class ="button iconstxt icoAdd " type ="button " onclick ="loadContent('admin/firewall_edit.php'); ">
7+ < p > {tmpl_var name="toolsarea_head_txt"}</ p >
8+
9+ < button class ="button iconstxt icoAdd " type ="button " data-load-content ="admin/firewall_edit.php ">
1010 < span > {tmpl_var name="add_new_record_txt"}</ span >
1111 </ button >
12- </ div >
13- </ fieldset >
14- </ div >
12+
13+
1514
16- < div class ="pnl_listarea ">
17- < fieldset > < legend > < tmpl _var name ="list_head_txt "> </ legend >
18- < table class ="list ">
19- < thead >
20- < tr class ="caption ">
21- < th class ="tbl_col_active " scope ="col "> < tmpl _var name ="active_txt "> </ th >
22- < th class ="tbl_col_server_id " scope ="col "> < tmpl _var name ="server_id_txt "> </ th >
23- < th class ="tbl_col_tcp_port " scope ="col "> < tmpl _var name ="tcp_port_txt "> </ th >
24- < th class ="tbl_col_udp_port " scope ="col "> < tmpl _var name ="udp_port_txt "> </ th >
25- < th class ="tbl_col_limit " scope ="col "> {tmpl_var name='search_limit'}</ th >
15+
16+ < p > < tmpl _var name ="list_head_txt "> </ p >
17+ < div class ="table-wrapper marginTop15 ">
18+ < table class ="table ">
19+ < thead class ="dark ">
20+ < tr >
21+ < th > < tmpl _var name ="active_txt "> </ th >
22+ < th > < tmpl _var name ="server_id_txt "> </ th >
23+ < th > < tmpl _var name ="tcp_port_txt "> </ th >
24+ < th > < tmpl _var name ="udp_port_txt "> </ th >
25+ < th > {tmpl_var name='search_limit'}</ th >
2626 </ tr >
27- < tr class =" filter " >
28- < td class =" tbl_col_active " > < select name ="search_active "> {tmpl_var name='search_active'}</ select > </ td >
29- < td class =" tbl_col_server_id " > < select name ="search_server_id "> {tmpl_var name='search_server_id'}</ select > </ td >
30- < td class ="tbl_col_tcp_port "> < input type ="text " name ="search_tcp_port " value ="{tmpl_var name='search_tcp_port'} " /> </ td >
31- < td class ="tbl_col_udp_port "> < input type ="text " name ="search_udp_port " value ="{tmpl_var name='search_udp_port'} " /> </ td >
32- < td class =" tbl_col_buttons " >
33- < button type ="button " class ="button 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 >
27+ < tr >
28+ < td > < select name ="search_active "> {tmpl_var name='search_active'}</ select > </ td >
29+ < td > < select name ="search_server_id "> {tmpl_var name='search_server_id'}</ select > </ td >
30+ < td > < div class ="col-sm-9 "> < input type ="text " name ="search_tcp_port " value ="{tmpl_var name='search_tcp_port'} " /> </ div > </ td >
31+ < td > < div class ="col-sm-9 "> < input type ="text " name ="search_udp_port " value ="{tmpl_var name='search_udp_port'} " /> </ div > </ td >
32+ < td >
33+ < button type ="button " class ="btn btn-default formbutton-filter " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" onclick="submitForm('pageForm','admin/firewall_list.php'); "> {tmpl_var name="filter_txt"}</ button >
3434 </ td >
3535 </ tr >
3636 </ thead >
3737 < tbody >
3838 < tmpl _loop name ="records ">
3939 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
40- < td class =" tbl_col_active " > < a href ="# " onclick =" loadContent(' admin/firewall_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="active"}</ a > </ td >
41- < td class =" tbl_col_server_id " > < a href ="# " onclick =" loadContent(' admin/firewall_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="server_id"}</ a > </ td >
42- < td class =" tbl_col_tcp_port " > < a href ="# " onclick =" loadContent(' admin/firewall_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="tcp_port"}</ a > </ td >
43- < td class =" tbl_col_udp_port " > < a href ="# " onclick =" loadContent(' admin/firewall_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="udp_port"}</ a > </ td >
44- < td class =" tbl_col_buttons " >
45- < a class ="button icons16 icoDelete " href ="javascript: del_record('admin/firewall_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}'); "> < span > {tmpl_var name='delete_txt'}</ span > </ a >
40+ < td > < a href ="# " data-load-content =" admin/firewall_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="active"}</ a > </ td >
41+ < td > < a href ="# " data-load-content =" admin/firewall_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="server_id"}</ a > </ td >
42+ < td > < a href ="# " data-load-content =" admin/firewall_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="tcp_port"}</ a > </ td >
43+ < td > < a href ="# " data-load-content =" admin/firewall_edit.php?id={tmpl_var name='id'} "> {tmpl_var name="udp_port"}</ a > </ td >
44+ < td >
45+ < a class ="btn btn-default formbutton-delete " href ="javascript: del_record('admin/firewall_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}'); "> {tmpl_var name='delete_txt'}</ button >
4646 </ td >
4747 </ tr >
4848 </ tmpl _loop>
@@ -55,11 +55,10 @@ <h2><tmpl_var name="list_head_txt"></h2>
5555
5656 < tfoot >
5757 < tr >
58- < td class =" tbl_footer tbl_paging " colspan ="5 "> < tmpl _var name ="paging "> </ td >
58+ < td colspan ="5 "> < tmpl _var name ="paging "> </ td >
5959 </ tr >
6060 </ tfoot >
6161 </ table >
62- </ fieldset >
63- </ div >
64-
65- </ div >
62+ </ div >
63+
64+
0 commit comments