@@ -11,15 +11,13 @@ <h2><tmpl_var name="list_head_txt"></h2>
1111 < th class ="tbl_col_server_id " scope ="col "> < tmpl _var name ="server_id_txt "> </ th >
1212 < th class ="tbl_col_action " scope ="col "> < tmpl _var name ="action_txt "> </ th >
1313 < th class ="tbl_col_dbtable " scope ="col "> < tmpl _var name ="dbtable_txt "> </ th >
14- < th class ="tbl_col_status " scope ="col "> < tmpl _var name ="status_txt "> </ th >
1514 < th class ="tbl_col_buttons " scope ="col "> </ th >
1615 </ tr >
1716 < tr >
1817 < td class ="tbl_col_tstamp "> </ td >
1918 < td class ="tbl_col_server_id "> < select name ="search_server_id " onChange ="submitForm('pageForm','monitor/datalog_list.php'); "> {tmpl_var name='search_server_id'}</ select > </ td >
2019 < td class ="tbl_col_action "> < select name ="search_action " onChange ="submitForm('pageForm','monitor/datalog_list.php'); "> {tmpl_var name='search_action'}</ select > </ td >
2120 < td class ="tbl_col_dbtable "> < input type ="text " name ="search_dbtable " value ="{tmpl_var name='search_dbtable'} " /> </ td >
22- < td class ="tbl_col_status "> < select name ="search_status " onChange ="submitForm('pageForm','monitor/datalog_list.php'); "> {tmpl_var name='search_status'}</ select > </ td >
2321 < td class ="tbl_col_buttons "> < div class ="buttons "> < button type ="button " class ="icons16 icoFilter " name ="Filter " id ="Filter " value ="{tmpl_var name= "filter_txt "}" onClick="submitForm('pageForm','monitor/datalog_list.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ div > </ td >
2422 </ tr >
2523 </ thead >
@@ -30,7 +28,6 @@ <h2><tmpl_var name="list_head_txt"></h2>
3028 < td class ="tbl_col_server_id "> {tmpl_var name="server_id"}</ td >
3129 < td class ="tbl_col_action "> {tmpl_var name="action"}</ td >
3230 < td class ="tbl_col_dbtable "> {tmpl_var name="dbtable"}</ td >
33- < td class ="tbl_col_status "> {tmpl_var name="status"}</ td >
3431 < td class ="tbl_col_buttons ">
3532 < div class ="buttons icons16 ">
3633 <!--<a class="icons16 icoDelete" href="javascript: del_record('monitor/datalog_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> -->
@@ -41,7 +38,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4138 </ tbody >
4239 < tfoot >
4340 < tr >
44- < td class ="tbl_footer tbl_paging " colspan ="6 "> < tmpl _var name ="paging "> </ td >
41+ < td class ="tbl_footer tbl_paging " colspan ="5 "> < tmpl _var name ="paging "> </ td >
4542 </ tr >
4643 </ tfoot >
4744 </ table >
0 commit comments