show simple query field when no parameters are given

This commit is contained in:
Sarah Hoffmann
2020-05-10 23:52:53 +02:00
parent d5d9445cfd
commit 233e5f7c0e

View File

@@ -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;"';
}
?>>