File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/themes/default-v2/templates/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4949 < td class ="tbl_col_country "> < div class ="country-{tmpl_var name= "country "}"> < span > {tmpl_var name="country"}</ span > </ div > </ td >
5050 < td class ="tbl_col_buttons ">
5151 < tmpl _if name ="is_admin ">
52- < a class ="button icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?id ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
52+ < a class ="button icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?cid ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
5353 </ tmpl _if>
5454 < a class ="button icons16 icoDelete " href ="javascript: del_record('client/client_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 >
5555 </ td >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4545 < td class ="tbl_col_city "> < a href ="# " onClick ="loadContent('client/reseller_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="city"}</ a > </ td >
4646 < td class ="tbl_col_country "> < div class ="country-{tmpl_var name= "country "}"> < span > {tmpl_var name="country"}</ span > </ div > </ td >
4747 < td class ="tbl_col_buttons ">
48- < a class ="button icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?id ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
48+ < a class ="button icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?cid ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
4949 < a class ="button icons16 icoDelete " href ="javascript: del_record('client/reseller_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 >
5050 </ td >
5151 </ tr >
You can’t perform that action at this time.
0 commit comments