diff --git a/webroot/panel/account.php b/webroot/panel/account.php index e4bcd7e0..84121cf2 100644 --- a/webroot/panel/account.php +++ b/webroot/panel/account.php @@ -131,39 +131,33 @@ } if (!$isPI) { + echo " +
+ + "; if ($SQL->accDeletionRequestExists($USER->getUID())) { + echo ""; echo " - - - -
"; - } else { + } elseif ($SQL->requestExists($USER->getUID())) { + echo ""; echo " -
- + "; - if ($SQL->requestExists($USER->getUID())) { - echo ""; - echo ""; - } else { - echo ""; - } - echo "
"; + } else { + echo ""; } + echo ""; } ?> @@ -210,7 +204,6 @@
-