Bugzilla – Attachment 95721 Details for
Bug 24088
Add link to item search in staff client main page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24088: Add link to item search in staff client main page
Bug-24088-Add-link-to-item-search-in-staff-client-.patch (text/plain), 1.52 KB, created by
Fridolin Somers
on 2019-11-22 13:21:15 UTC
(
hide
)
Description:
Bug 24088: Add link to item search in staff client main page
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-11-22 13:21:15 UTC
Size:
1.52 KB
patch
obsolete
>From f8c78bebda2aa13c8aeb3cd8a48c8906c7aad358 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 22 Nov 2019 14:14:43 +0100 >Subject: [PATCH] Bug 24088: Add link to item search in staff client main page > >In staff client main page, there is a link to advanced search. >I propose to add a link to item search below it. > >This search is very usefull, it needs more visibility. > >Test plan : >1) Loggin to staff client >2) On main page /cgi-bin/koha/mainpage.pl >3) Check you see a big link to item search below advanced search >4) Click on it and check you go to item search >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 9f4cb52439..b078f74d24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -55,6 +55,9 @@ > <li> > <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl"><i class="fa fa-search"></i>Advanced search</a> > </li> >+ <li> >+ <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/itemsearch.pl"><i class="fa fa-search"></i>Item search</a> >+ </li> > [% END %] > > <li> >-- >2.23.0
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 24088
:
95721
|
95740