mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 10:27:57 +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">
|
||||
<div class="form-group-simple"
|
||||
<?php
|
||||
if (!$bSimpleQuery) {
|
||||
if ($bStructuredQuery) {
|
||||
echo 'style="display:none;"';
|
||||
}
|
||||
?>>
|
||||
|
||||
Reference in New Issue
Block a user