File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/web/client/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4848 < td class ="tbl_col_buttons ">
4949 < div class ="buttons icons16 " style ="width:60px; ">
5050 < tmpl _if name ="is_admin ">
51- < a class ="icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?id ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
51+ < a class ="icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?cid ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
5252 </ tmpl _if>
5353 < a class ="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 >
5454 </ div >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4444 < td class ="tbl_col_country "> < a href ="# " onClick ="loadContent('client/reseller_edit.php?id={tmpl_var name='id'}'); "> {tmpl_var name="country"}</ a > </ td >
4545 < td class ="tbl_col_buttons ">
4646 < div class ="buttons icons16 " style ="width:60px; ">
47- < a class ="icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?id ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
47+ < a class ="icons16 icoLoginAs " href ="javascript: loadContent('admin/login_as.php?cid ={tmpl_var name='id'}'); "> < span > {tmpl_var name='login_as_txt'}</ span > </ a >
4848 < a class ="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 >
4949 </ div >
5050 </ td >
You can’t perform that action at this time.
0 commit comments