Bug 28819: Fix advanced search button on mainpage.pl incorrectly links to item search
The previous follow-up changed the link for the Advanced search button on mainpage.pl. Test plan : 1) Go to intranet main page 2) Click on big button "Advanced search" => Without patch you go to item search /cgi-bin/koha/catalogue/itemsearch.pl => With patch you go to advanced search /cgi-bin/koha/catalogue/search.pl Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
aa8f2920f3
commit
258caf32ef
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
[% IF ( CAN_user_catalogue ) %]
|
||||
<li>
|
||||
<a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/itemsearch.pl">
|
||||
<a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-fw fa-book fa-stack-1x"></i>
|
||||
<i class="fa fa-fw fa-search fa-stack-2x"></i>
|
||||
|
|
Loading…
Reference in a new issue