diff --git a/system/pages/admin/accounts.php b/system/pages/admin/accounts.php
index 336daded..2e9e5da9 100644
--- a/system/pages/admin/accounts.php
+++ b/system/pages/admin/accounts.php
@@ -213,7 +213,7 @@ else if (isset($_REQUEST['search'])) {
Accounts
-
+
ID |
@@ -419,7 +419,7 @@ else if (isset($_REQUEST['search'])) {
$account_players = $account->getPlayersList();
$account_players->orderBy('id');
if (isset($account_players)) { ?>
-
+
# |
@@ -464,7 +464,7 @@ else if (isset($_REQUEST['search'])) {
$bans = $db->query('SELECT * FROM ' . $db->tableName('bans') . ' WHERE ' . $db->fieldName('active') . ' = 1 AND ' . $db->fieldName('id') . ' = ' . $account->getId() . ' ORDER BY ' . $db->fieldName('added') . ' DESC LIMIT 10');
if ($bans->rowCount()) {
?>
-
+
Nick |
@@ -518,7 +518,7 @@ else if (isset($_REQUEST['search'])) {
if ($db->hasTable('store_history')) { ?>
query('SELECT * FROM `store_history` WHERE `account_id` = "' . $account->getId() . '" ORDER BY `time` DESC')->fetchAll(); ?>
-
+
Description |
diff --git a/system/pages/admin/players.php b/system/pages/admin/players.php
index eddc08ca..3b139a79 100644
--- a/system/pages/admin/players.php
+++ b/system/pages/admin/players.php
@@ -309,7 +309,7 @@ else if (isset($_REQUEST['search'])) {
Players
-
+
ID |
@@ -700,7 +700,7 @@ else if (isset($_REQUEST['search'])) {
-
+
Topic |
@@ -740,7 +740,7 @@ else if (isset($_REQUEST['search'])) {
$account_players = $account->getPlayersList();
$account_players->orderBy('id');
if (isset($account_players)) { ?>
-
+
# |
diff --git a/system/templates/admin.changelog.html.twig b/system/templates/admin.changelog.html.twig
index fe43982a..14bcc122 100644
--- a/system/templates/admin.changelog.html.twig
+++ b/system/templates/admin.changelog.html.twig
@@ -7,7 +7,7 @@
-
+
ID |
diff --git a/system/templates/admin.news.html.twig b/system/templates/admin.news.html.twig
index 71107ad2..4436c262 100644
--- a/system/templates/admin.news.html.twig
+++ b/system/templates/admin.news.html.twig
@@ -6,7 +6,7 @@
-
+
ID |
@@ -51,7 +51,7 @@
-
+
ID |
@@ -95,7 +95,7 @@
-
+
ID |
diff --git a/system/templates/admin.pages.html.twig b/system/templates/admin.pages.html.twig
index 4e59f056..ccf2e3ee 100644
--- a/system/templates/admin.pages.html.twig
+++ b/system/templates/admin.pages.html.twig
@@ -4,7 +4,7 @@
New
-
+
Name |
diff --git a/system/templates/admin.plugins.html.twig b/system/templates/admin.plugins.html.twig
index 6f73514e..07d2c044 100644
--- a/system/templates/admin.plugins.html.twig
+++ b/system/templates/admin.plugins.html.twig
@@ -3,7 +3,7 @@
-
+
Name |
diff --git a/system/templates/admin.visitors.html.twig b/system/templates/admin.visitors.html.twig
index bee3f2a4..5c34469d 100644
--- a/system/templates/admin.visitors.html.twig
+++ b/system/templates/admin.visitors.html.twig
@@ -3,7 +3,7 @@
Users active within last {{ config_visitors_counter_ttl }} minutes.