mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
show simple query field when no parameters are given
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<form role="search" accept-charset="UTF-8" action="<?php echo CONST_Website_BaseURL; ?>search.php">
|
<form role="search" accept-charset="UTF-8" action="<?php echo CONST_Website_BaseURL; ?>search.php">
|
||||||
<div class="form-group-simple"
|
<div class="form-group-simple"
|
||||||
<?php
|
<?php
|
||||||
if (!$bSimpleQuery) {
|
if ($bStructuredQuery) {
|
||||||
echo 'style="display:none;"';
|
echo 'style="display:none;"';
|
||||||
}
|
}
|
||||||
?>>
|
?>>
|
||||||
|
|||||||
Reference in New Issue
Block a user