Bugzilla – Attachment 123968 Details for
Bug 28819
Add link to item search from mainpage.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28819: Fix advanced search button on mainpage.pl incorrectly links to item search
Bug-28819-Fix-advanced-search-button-on-mainpagepl.patch (text/plain), 1.55 KB, created by
Jonathan Druart
on 2021-08-19 07:51:11 UTC
(
hide
)
Description:
Bug 28819: Fix advanced search button on mainpage.pl incorrectly links to item search
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-08-19 07:51:11 UTC
Size:
1.55 KB
patch
obsolete
>From 8ffa901d0e9812664c41233aa25d5a7bd5b22b09 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 18 Aug 2021 20:35:26 -1000 >Subject: [PATCH] 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 47d8891a009..b97e4d4801c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -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> >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28819
:
123655
|
123702
|
123703
|
123827
|
123834
|
123838
| 123968