diff --git a/view/body/form.body.php b/view/body/form.body.php index f0f82c9..14e6ea2 100644 --- a/view/body/form.body.php +++ b/view/body/form.body.php @@ -208,17 +208,42 @@
- +
- +
- + diff --git a/view/body/viewuser.body.php b/view/body/viewuser.body.php index f9ff482..4908b5b 100644 --- a/view/body/viewuser.body.php +++ b/view/body/viewuser.body.php @@ -1,6 +1,5 @@ fn_SingleResponse($conn, "SELECT * FROM users WHERE username=?", "usertype", $_SESSION['username']) == "admin") @@ -93,19 +92,25 @@ '.$row['username'].' '. $c_Func->_duration($row['duration']).' '.$row['usertype'].' - - - - '; - if ($row['usertype'] == "reseller") - { - echo''; - echo''; - } - else - { - echo''; - } + '; + if($aside_access === "client") + { + echo ''; + } + else{ + echo ' + + '; + if ($row['usertype'] == "reseller") + { + echo''; + echo''; + } + else + { + echo''; + } + } echo ' '; $countb++; } //functionReloadVoucher