@@ -18,14 +18,16 @@ <h2><tmpl_var name="list_head_txt"></h2>
1818 < thead >
1919 < tr >
2020 < th class ="tbl_col_active " scope ="col "> < tmpl _var name ="active_txt "> </ th >
21+ < th class ="tbl_col_ostemplate_id " scope ="col "> < tmpl _var name ="ostemplate_id_txt "> </ th >
2122 < th class ="tbl_col_template_name " scope ="col "> < tmpl _var name ="template_name_txt "> </ th >
2223 < th class ="tbl_col_server_id " scope ="col "> < tmpl _var name ="server_id_txt "> </ th >
2324 < th class ="tbl_col_allservers " scope ="col "> < tmpl _var name ="allservers_txt "> </ th >
2425 < th class ="tbl_col_buttons " scope ="col "> </ th >
2526 </ tr >
2627 < tr >
2728 < td class ="tbl_col_active "> < select name ="search_active " onChange ="submitForm('pageForm','vm/openvz_ostemplate_list.php'); "> {tmpl_var name='search_active'}</ select > </ td >
28- < td class ="tbl_col_template_name "> < input type ="text " name ="search_template_name " value ="{tmpl_var name='search_template_name'} " onblur ="submitForm('pageForm','vm/openvz_ostemplate_list.php'); " /> </ td >
29+ < td class ="tbl_col_ostemplate_id "> < input type ="text " name ="search_ostemplate_id " value ="{tmpl_var name='search_ostemplate_id'} " style ="width:30px; " /> </ td >
30+ < td class ="tbl_col_template_name "> < input type ="text " name ="search_template_name " value ="{tmpl_var name='search_template_name'} " /> </ td >
2931 < td class ="tbl_col_server_id "> < select name ="search_server_id " onChange ="submitForm('pageForm','vm/openvz_ostemplate_list.php'); "> {tmpl_var name='search_server_id'}</ select > </ td >
3032 < td class ="tbl_col_allservers "> < select name ="search_allservers " onChange ="submitForm('pageForm','vm/openvz_ostemplate_list.php'); "> {tmpl_var name='search_allservers'}</ select > </ td >
3133 < 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','vm/openvz_ostemplate_list.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ div > </ td >
@@ -35,6 +37,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3537 < tmpl _loop name ="records ">
3638 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
3739 < td class ="tbl_col_active "> < a href ="# " onClick ="loadContent('vm/openvz_ostemplate_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="active"}</ a > </ td >
40+ < td class ="tbl_col_ostemplate_id "> < a href ="# " onClick ="loadContent('vm/openvz_ostemplate_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="ostemplate_id"}</ a > </ td >
3841 < td class ="tbl_col_template_name "> < a href ="# " onClick ="loadContent('vm/openvz_ostemplate_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="template_name"}</ a > </ td >
3942 < td class ="tbl_col_server_id "> < a href ="# " onClick ="loadContent('vm/openvz_ostemplate_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="server_id"}</ a > </ td >
4043 < td class ="tbl_col_allservers "> < a href ="# " onClick ="loadContent('vm/openvz_ostemplate_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="allservers"}</ a > </ td >
@@ -48,7 +51,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4851 </ tbody >
4952 < tfoot >
5053 < tr >
51- < td class ="tbl_footer tbl_paging " colspan ="5 "> < tmpl _var name ="paging "> </ td >
54+ < td class ="tbl_footer tbl_paging " colspan ="6 "> < tmpl _var name ="paging "> </ td >
5255 </ tr >
5356 </ tfoot >
5457 </ table >
0 commit comments