Merge pull request #3 from BrainiacX/patch-2

Update Templates/Build/16_walking.tpl
This commit is contained in:
yi12345
2012-04-07 07:16:45 -07:00
+4
View File
@@ -23,7 +23,11 @@ $to = $database->getMInfo($units[$y]['to']);
} else {
$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">
<thead>