@@ -7,11 +7,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
77 < fieldset > < legend > {tmpl_var name="toolsarea_head_txt"}</ legend >
88 < div class ="buttons ">
99 < tmpl _if name ="is_admin ">
10- < button class ="iconstxt icoAdd " type ="button " onClick ="loadContent('client/domain_edit.php'); ">
10+ < button class ="button iconstxt icoAdd " type ="button " onClick ="loadContent('client/domain_edit.php'); ">
1111 < span > {tmpl_var name="add_new_record_txt"}</ span >
1212 </ button >
1313 < tmpl _else >
14- < button class ="iconstxt icoAdd " type ="button " onClick ="loadContent('client/domain_new_client.php'); ">
14+ < button class ="button iconstxt icoAdd " type ="button " onClick ="loadContent('client/domain_new_client.php'); ">
1515 < span > {tmpl_var name="add_new_record_txt"}</ span >
1616 </ button >
1717 </ tmpl _if>
@@ -31,7 +31,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
3131 < tr >
3232 < td class ="tbl_col_domain "> < input type ="text " name ="search_domain " value ="{tmpl_var name='search_domain'} " /> </ td >
3333 < td class ="tbl_col_user "> < select name ="search_sys_groupid "> {tmpl_var name='search_sys_groupid'}</ select > </ td >
34- < 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','client/domain_list.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ div > </ td >
34+ < td class ="tbl_col_buttons "> < button type ="button " class ="button icons16 icoFilter " name ="Filter " id ="Filter " value ="{tmpl_var name='filter_txt'} " onClick ="submitForm('pageForm','client/domain_list.php'); "> < span > {tmpl_var name="filter_txt"}</ span > </ button > </ td >
3535 </ tr >
3636 </ thead >
3737 < tbody >
@@ -41,9 +41,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4141 < td class ="tbl_col_domain "> < a href ="# " onClick ="loadContent('client/domain_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="sys_groupid"}</ a > </ td >
4242 < td class ="tbl_col_buttons ">
4343 < tmpl _if name ="is_admin ">
44- < div class ="buttons icons16 ">
45- < a class ="icons16 icoDelete " href ="javascript: del_record('client/domain_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 >
46- </ div >
44+ < a class ="button icons16 icoDelete " href ="javascript: del_record('client/domain_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 >
4745 </ tmpl _if>
4846 </ td >
4947 </ tr >
0 commit comments