From ae5bdb9e70f737a3f41ec176e6be1d88d67e0de7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 11 Jan 2020 00:48:31 +0100 Subject: [PATCH] Fix cover pages search filter --- Changelog | 2 ++ .../views/themes/shared/search-filter.tpl | 20 +++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Changelog b/Changelog index 7b5a7ecaf..66f6554eb 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2020-01-11 DariusIII + * Fix: Fix cover pages search filter 2020-01-10 DariusIII * Chg: Remove reporting of existing tags from ApiV2 capabilities response 2020-01-06 DariusIII diff --git a/resources/views/themes/shared/search-filter.tpl b/resources/views/themes/shared/search-filter.tpl index 25ac43400..1fb1b9bc9 100755 --- a/resources/views/themes/shared/search-filter.tpl +++ b/resources/views/themes/shared/search-filter.tpl @@ -1,7 +1,7 @@ {if isset($covgroup)}
{if $covgroup == "movies"} - {{Form::open(['name' => 'browseby', 'url' => 'Movies', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Movies', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'XXX', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'XXX', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'Books', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Books', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'Console', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Console', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'Games', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Games', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'Games', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Games', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'XXX', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'XXX', 'class' => 'form-inline', 'method' => 'get'])}} 'browseby', 'url' => 'Audio', 'class' => 'form-inline'])}} + {{Form::open(['name' => 'browseby', 'url' => 'Audio', 'class' => 'form-inline', 'method' => 'get'])}}