fix view of crop finder

This commit is contained in:
Catalin Novgorodschi
2018-06-07 08:21:56 +03:00
committed by GitHub
parent b7f958b203
commit 8af84113e5
+1 -1
View File
@@ -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>