Minor changes and improvements

+Changed the placement of menu links https://github.com/Shadowss/TravianZ/issues/544#issuecomment-416526737
+Minor changes and improvements in the Admin panel
+Minor corrections in the display of text in the profile of the player
This commit is contained in:
Vladyslav
2018-08-28 15:22:44 +03:00
parent e3c2a28d71
commit c33322ef52
4 changed files with 16 additions and 19 deletions
+3 -3
View File
@@ -174,12 +174,12 @@ if($displayarray['vac_mode'] == 1) echo "<tr><th colspan='2'><font color='Maroon
$hasArtifact = $database->villageHasArtefact($vil['wref']);
$coor = $database->getCoor($vil['wref']);
echo "<tr><td class=\"nam\"><a href=\"karte.php?d=".$vil['wref']."&amp;c=".$generator->getMapCheck($vil['wref'])."\">".$vil['name']."</a>";
if($vil['capital'] == 1) echo "<span class=\"none3\"> (capital)</span>";
if($vil['capital'] == 1) echo "<span class=\"none3\"> (Capital)</span>";
if(NEW_FUNCTIONS_DISPLAY_ARTIFACT){
if($hasArtifact) echo "<span class=\"none3\"> (artifact)</span>";
if($hasArtifact) echo "<span class=\"none3\"> (Artifact)</span>";
}
if(NEW_FUNCTIONS_DISPLAY_WONDER){
if($vil['natar'] == 1) echo "<span class=\"none3\"> (wonder)</span>";
if($vil['natar'] == 1) echo "<span class=\"none3\"> (WoW)</span>";
}
if(NEW_FUNCTIONS_OASIS){