@@ -17,8 +17,8 @@ <h2><tmpl_var name="list_head_txt"></h2>
1717 < table class ="list ">
1818 < thead >
1919 < tr class ="caption ">
20- < th class ="tbl_col_active " scope ="col "> < tmpl _var name ="active_txt "> </ th >
2120 < th class ="tbl_col_veid " scope ="col "> < tmpl _var name ="veid_txt "> </ th >
21+ < th class ="tbl_col_active " scope ="col "> < tmpl _var name ="active_txt "> </ th >
2222 < th class ="tbl_col_server_id " scope ="col "> < tmpl _var name ="server_id_txt "> </ th >
2323 < th class ="tbl_col_ostemplate_id " scope ="col "> < tmpl _var name ="ostemplate_id_txt "> </ th >
2424 < th class ="tbl_col_template_id " scope ="col "> < tmpl _var name ="template_id_txt "> </ th >
@@ -27,8 +27,8 @@ <h2><tmpl_var name="list_head_txt"></h2>
2727 < th class ="tbl_col_limit " scope ="col "> {tmpl_var name='search_limit'}</ th >
2828 </ tr >
2929 < tr class ="filter ">
30- < td class ="tbl_col_active "> < select name ="search_active "> {tmpl_var name='search_active'}</ select > </ td >
3130 < td class ="tbl_col_veid "> < input type ="text " name ="search_veid " style ="width:40px; " value ="{tmpl_var name='search_veid'} " /> </ td >
31+ < td class ="tbl_col_active "> < select name ="search_active "> {tmpl_var name='search_active'}</ select > </ td >
3232 < td class ="tbl_col_server_id "> < select name ="search_server_id "> {tmpl_var name='search_server_id'}</ select > </ td >
3333 < td class ="tbl_col_ostemplate_id "> < select name ="search_ostemplate_id "> {tmpl_var name='search_ostemplate_id'}</ select > </ td >
3434 < td class ="tbl_col_template_id "> < select name ="search_template_id "> {tmpl_var name='search_template_id'}</ select > </ td >
@@ -42,8 +42,8 @@ <h2><tmpl_var name="list_head_txt"></h2>
4242 < tbody >
4343 < tmpl _loop name ="records ">
4444 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
45- < td class ="tbl_col_active "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="active"}</ a > </ td >
4645 < td class ="tbl_col_veid "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="veid"}</ a > </ td >
46+ < td class ="tbl_col_active "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="active"}</ a > </ td >
4747 < td class ="tbl_col_server_id "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="server_id"}</ a > </ td >
4848 < td class ="tbl_col_ostemplate_id "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="ostemplate_id"}</ a > </ td >
4949 < td class ="tbl_col_template_id "> < a href ="# " onClick ="loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="template_id"}</ a > </ td >
0 commit comments