mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +00:00
Update search.tpl
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</td>
|
||||
<td class="vil">
|
||||
<span>Village:</span>
|
||||
<input class="text" name="dname" value="" maxlength="20" type="text" >
|
||||
<input class="text" name="dname" value="<?php echo $form->getValue('dname');?>" maxlength="20" type="text" >
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
@@ -39,8 +39,8 @@ if(isset($_GET['z'])){
|
||||
$coor = $database->getCoor($_GET['z']);
|
||||
}
|
||||
else{
|
||||
$coor['x'] = "";
|
||||
$coor['y'] = "";
|
||||
$coor['x']=$form->getValue("x");
|
||||
$coor['y']=$form->getValue("y");
|
||||
}
|
||||
?>
|
||||
<td class="target">
|
||||
|
||||
Reference in New Issue
Block a user