@@ -15,14 +15,14 @@ <h1><tmpl_var name="list_head_txt"></h1>
1515< table class ="table ">
1616 < thead class ="dark form-group-sm ">
1717 < tr >
18- < th class ="tiny-col "> < tmpl _var name ="active_txt "> </ th >
19- < th > < tmpl _var name ="server_id_txt "> </ th >
20- < th > < tmpl _var name ="table_txt "> </ th >
21- < th > < tmpl _var name ="protocol_txt "> </ th >
22- < th > < tmpl _var name ="singleport_txt "> </ th >
23- < th > < tmpl _var name ="multiport_txt "> </ th >
24- < th > < tmpl _var name ="state_txt "> </ th >
25- < th > < tmpl _var name ="target_txt "> </ th >
18+ < th class ="tiny-col " data-column =" active " > < tmpl _var name ="active_txt "> </ th >
19+ < th data-column =" server_id " > < tmpl _var name ="server_id_txt "> </ th >
20+ < th data-column =" table " > < tmpl _var name ="table_txt "> </ th >
21+ < th data-column =" protocol " > < tmpl _var name ="protocol_txt "> </ th >
22+ < th data-column =" singleport " > < tmpl _var name ="singleport_txt "> </ th >
23+ < th data-column =" multiport " > < tmpl _var name ="multiport_txt "> </ th >
24+ < th data-column =" state " > < tmpl _var name ="state_txt "> </ th >
25+ < th data-column =" target " > < tmpl _var name ="target_txt "> </ th >
2626 < th class ="text-right "> </ th >
2727 </ tr >
2828 < tr >
@@ -35,7 +35,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
3535 < td > </ td >
3636 < td > < select class ="form-control " name ="search_target "> {tmpl_var name='search_target'}</ select > </ td >
3737 < td class ="text-right ">
38- < 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/iptables_list.php'); "> < span class ="icon icon-filter "> </ span > </ button >
38+ < button type ="button " class ="btn btn-default formbutton-default formbutton-narrow " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" data-submit-form=" pageForm " data-form-action =" admin/iptables_list.php "> < span class ="icon icon-filter "> </ span > </ button >
3939 </ td >
4040 </ tr >
4141 </ thead >
0 commit comments