From 4eadb214c0cf7e1f12492f57515979118c595884 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Mon, 18 Jun 2018 14:41:32 +0300 Subject: [PATCH] Changing sections of the alliance description The alliance description sections in the admin panel are swapped (as it looks in the overview of the alliance in the game) --- Admin/Templates/alliance.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Templates/alliance.tpl b/Admin/Templates/alliance.tpl index 0c08f733..8d211d51 100644 --- a/Admin/Templates/alliance.tpl +++ b/Admin/Templates/alliance.tpl @@ -91,7 +91,7 @@ if($_GET['aid']) $player = mysqli_fetch_assoc(mysqli_query($GLOBALS["link"], "SELECT * FROM ".TB_PREFIX."users WHERE id = ".(int) $row['uid']."")); if($row['opt1'] == 1) { $position1 = "Assign To Position"; } else { $position1 = "No Assigning Positions"; } if($row['opt2'] == 1) { $position2 = "Kick Players"; } else { $position2 = "No Kicking Players"; } - if($row['opt3'] == 1) { $position3 = "Change Alliance Description"; } else { $position3 = "No Changing Description"; } + if($row['opt3'] == 1) { $position3 = "Change Description"; } else { $position3 = "No Changing Description"; } if($row['opt4'] == 1) { $position4 = "Invite Players"; } else { $position4 = "No Invitations"; } if($row['opt5'] == 1) { $position5 = "Manage Forums"; } else { $position5 = "No Forum Management"; } if($row['opt6'] == 1) { $position6 = "Alliance Diplomacy"; } else { $position6 = "No Diplomacy"; } @@ -152,7 +152,7 @@ if($_GET['aid'])
- +
@@ -164,7 +164,7 @@ if($_GET['aid'])
- +