mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 23:27:14 +00:00
Added some missing <b></b>
This commit is contained in:
@@ -1118,7 +1118,7 @@ class Automation {
|
|||||||
if ($isSecondRow) {
|
if ($isSecondRow) {
|
||||||
if ($tbid > 0 || ($tbid == 0 && strpos($info_cat, 'The village has') === false)) {
|
if ($tbid > 0 || ($tbid == 0 && strpos($info_cat, 'The village has') === false)) {
|
||||||
$info_cat .= "<br><tbody class=\"goods\"><tr><th>Information</th><td colspan=\"11\">
|
$info_cat .= "<br><tbody class=\"goods\"><tr><th>Information</th><td colspan=\"11\">
|
||||||
<img class=\"unit u" . $catp_pic . "\" src=\"img/x.gif\" alt=\"Catapult\" title=\"Catapult\" /> " . $this->procResType( $tbgid, $can_destroy, $isoasis ) . " destroyed.";
|
<img class=\"unit u" . $catp_pic . "\" src=\"img/x.gif\" alt=\"Catapult\" title=\"Catapult\" /> " . $this->procResType( $tbgid, $can_destroy, $isoasis ) . " <b>destroyed</b>.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// embassy level was changed
|
// embassy level was changed
|
||||||
@@ -1128,7 +1128,7 @@ class Automation {
|
|||||||
|
|
||||||
$info_cat .= "</td></tr></tbody>";
|
$info_cat .= "</td></tr></tbody>";
|
||||||
} else {
|
} else {
|
||||||
$info_cat = "" . $catp_pic . ", " . $this->procResType( $tbgid, $can_destroy, $isoasis ) . " destroyed.";
|
$info_cat = "" . $catp_pic . ", " . $this->procResType( $tbgid, $can_destroy, $isoasis ) . " <b>destroyed</b>.";
|
||||||
|
|
||||||
// embassy level was changed
|
// embassy level was changed
|
||||||
if ($tbgid==18){
|
if ($tbgid==18){
|
||||||
@@ -1175,7 +1175,7 @@ class Automation {
|
|||||||
|
|
||||||
if ($tblevel == 1 && $totallvl == 0) {
|
if ($tblevel == 1 && $totallvl == 0) {
|
||||||
// building was actually destroyed - recalculate population and remove village itself, if needed
|
// building was actually destroyed - recalculate population and remove village itself, if needed
|
||||||
$info_cata = " destroyed.";
|
$info_cata = " <b>destroyed</b>.";
|
||||||
} else {
|
} else {
|
||||||
// building was damaged to a lower level
|
// building was damaged to a lower level
|
||||||
$info_cata = " damaged from level <b>" . $tblevel . "</b> to level <b>" . $totallvl . "</b>.";
|
$info_cata = " damaged from level <b>" . $tblevel . "</b> to level <b>" . $totallvl . "</b>.";
|
||||||
|
|||||||
Reference in New Issue
Block a user