mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 02:24:21 +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 {
|
||||
$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>
|
||||
|
||||
Reference in New Issue
Block a user