Skip to content
Snippets Groups Projects

Hotline#13167 opds search

Merged Ghost User requested to merge hotline#13167_opds_search into hotline_6.50
Compare and
+ 109
34
Preferences
Compare changes
Files
@@ -7,7 +7,7 @@
<?php } ?>
</ul>
<?php } ?>
<?php if ($this->catalog->getSearch()) echo $this->catalog->getSearchForm();?>
<?php if ($this->catalog->getSearch()->isValid()) echo $this->catalog->getSearchForm();?>
</div>
<ul>
<?php foreach($this->catalog->getEntries() as $entry) { ?>
@@ -28,5 +28,3 @@
<?php } ?>
</ul>