diff --git a/admin/lost-password.php b/admin/lost-password.php index 1af7580..84872d5 100644 --- a/admin/lost-password.php +++ b/admin/lost-password.php @@ -13,7 +13,7 @@ Template::render_header(_("Lost password")); $user->change_password($_POST['token']); if (isset($message)){?>

- + diff --git a/admin/new-user.php b/admin/new-user.php index 9e04c2b..a53b791 100644 --- a/admin/new-user.php +++ b/admin/new-user.php @@ -9,7 +9,7 @@ Template::render_header(_("New user"), true); ?>

Add new user

-
+

diff --git a/admin/settings.php b/admin/settings.php index 767e5c5..cebe8d7 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -22,7 +22,7 @@ if (isset($message)){

get_rank() <= 1){?> - +
@@ -52,7 +52,7 @@ while($result = $query->fetch_assoc()) echo "".$result['name'].""; if ($user->get_rank()<=1) { - echo ''; + echo ''; } echo ""; }?> @@ -74,7 +74,7 @@ while($result = $query->fetch_assoc()) { echo ""; echo "".$result['id'].""; - echo "".$result['username'].""; + echo "".$result['username'].""; echo "".$result['name'].""; echo "".$result['surname'].""; echo "".$result['email'].""; diff --git a/classes/constellation.php b/classes/constellation.php index 9b29ec8..7b9e964 100644 --- a/classes/constellation.php +++ b/classes/constellation.php @@ -39,7 +39,7 @@ class Constellation { if ($offset) { - echo ''; + echo ''; } echo "

"._("Past incidents")."

"; } @@ -59,7 +59,7 @@ class Constellation } if ($show) { - echo ''; + echo ''; } } } diff --git a/classes/user.php b/classes/user.php index e95dc01..d8ab489 100644 --- a/classes/user.php +++ b/classes/user.php @@ -97,7 +97,7 @@ class User $stmt->bind_param("i", $this->id); $stmt->execute(); $stmt->close(); - header("Location: ".WEB_URL."/admin/?do=user&id=".$id); + header("Location: ".WEB_URL."/admin/?do=user&id=".$id); }else{ $message = _("You don't have the permission to do that!"); } @@ -317,14 +317,14 @@ class User
username." "; if ($this->id!=$_SESSION['user'] && $user->get_rank()<=1 && ($user->get_rank()<$this->rank)) { - echo ""; + echo ""; echo ""; }else{ echo ""; }?>
- +
get_rank() == 0 && $this->id != $_SESSION['user']){?>