mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-23 02:17:05 +08:00
Merge pull request #103 from armando1980/patch-46
fix trade npc by armando
This commit is contained in:
@@ -252,7 +252,7 @@ function testSum() {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p id="submitButton">
|
<p id="submitButton">
|
||||||
<?php if($session->userinfo['gold'] > 3) { ?><a href="javascript:document.snd.submit();">Trade resources at (step 2 of 2)</a> <span class="none">(Costs: <img src="img/x.gif" class="gold_g" alt="Gold" title="Gold" /><b>3</b>)</span><?php } else { echo"<span class='none'>Trade resources at (step 2 of 2)</span> (Costs: <img src='img/x.gif' class='gold' alt='Gold' title='Gold' /><b>3</b>)"; }?> </p>
|
<?php if($session->userinfo['gold'] >= 3) { ?><a href="javascript:document.snd.submit();">Trade resources at (step 2 of 2)</a> <span class="none">(Costs: <img src="img/x.gif" class="gold_g" alt="Gold" title="Gold" /><b>3</b>)</span><?php } else { echo"<span class='none'>Trade resources at (step 2 of 2)</span> (Costs: <img src='img/x.gif' class='gold' alt='Gold' title='Gold' /><b>3</b>)"; }?> </p>
|
||||||
<p id="submitText"></p>
|
<p id="submitText"></p>
|
||||||
</form>
|
</form>
|
||||||
<script>
|
<script>
|
||||||
@@ -268,4 +268,4 @@ function testSum() {
|
|||||||
}else{
|
}else{
|
||||||
header("Location: build.php?id=".$_GET['id']."");
|
header("Location: build.php?id=".$_GET['id']."");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user