General fixes

+Activation correction plus (it was not displayed correctly)
+Added a transfer to a new line of long words in the admin panel (for the description of the player's profile and the alliance)
This commit is contained in:
Vladyslav
2018-06-17 18:40:13 +03:00
parent a547938514
commit 1a9f71e23d
3 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -71,6 +71,7 @@ else
$holdmr = intval($holdtotmin - (($holdhr * 60) + ($holdtotday * 1440)));
echo "<b> " . ($holdmr) . "</b> mins</font>";
}
}
?>
</span></td>
<td class="dur"><?php
@@ -101,7 +102,6 @@ if (PLUS_TIME >= 86400) {
echo '<a href="plus.php?s=1"><span class="none">too little gold';
}
}
}
?>
</span></a>
</td>