mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 02:30:58 +00:00
Merge pull request #3 from BrainiacX/patch-2
Update Templates/Build/16_walking.tpl
This commit is contained in:
@@ -23,7 +23,11 @@ $to = $database->getMInfo($units[$y]['to']);
|
|||||||
} else {
|
} else {
|
||||||
$to = $database->getOMInfo($units[$y]['to']);}
|
$to = $database->getOMInfo($units[$y]['to']);}
|
||||||
|
|
||||||
|
if (($units[$y]['starttime']+60)>time()){
|
||||||
|
|
||||||
|
$canceltroops='<div class="abort"><a href="build.php?id='.$_GET['id'].'&mode=troops&cancel=1&moveid='.$units[$y]['moveid'].'"><img src="img/x.gif" class="del" /></a>';
|
||||||
|
|
||||||
|
}else{$canceltroops="";}
|
||||||
?>
|
?>
|
||||||
<table class="troop_details" cellpadding="1" cellspacing="1">
|
<table class="troop_details" cellpadding="1" cellspacing="1">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user