mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 02:24:21 +00:00
fix view of crop finder
This commit is contained in:
committed by
GitHub
parent
b7f958b203
commit
8af84113e5
@@ -273,7 +273,7 @@ if (isset($neutralarray[0])) {
|
||||
<form name="map_coords" method="post" action="karte.php">
|
||||
<span>x </span><input id="mcx" class="text" name="xp" value="<?php echo $x ?>" maxlength="4"/>
|
||||
<span>y </span><input id="mcy" class="text" name="yp" value="<?php echo $y ?>" maxlength="4"/>
|
||||
<input type="image" id="btn_ok" class="dynamic_img" value="ok" name="s1" src="img/x.gif" alt="OK" /><br />
|
||||
<input type="image" id="btn_ok" class="dynamic_img" value="ok" name="s1" src="img/x.gif" alt="OK" /><br /><br />
|
||||
<?php if($session->goldclub != 0){echo "<a href=\"crop_finder.php\"><img src=\"".GP_LOCATE."img/misc/cropfinder.gif\" /> ".CROPFINDER."</a>";}?>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user