Bugzilla – Attachment 123827 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: Add item search to intranet-main.tt
Bug-28819-Add-item-search-to-intranet-maintt.patch (text/plain), 1.38 KB, created by
Nick Clemens (kidclamp)
on 2021-08-13 15:16:20 UTC
(
hide
)
Description:
Bug 28819: Add item search to intranet-main.tt
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-08-13 15:16:20 UTC
Size:
1.38 KB
patch
obsolete
>From b50a8e8946db12f0f13779e255c39891ed7aa5a5 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 9 Aug 2021 16:39:55 +0000 >Subject: [PATCH] Bug 28819: Add item search to intranet-main.tt > >To test: >1. Apply patch >2. Go to staff main page ( intranet-main.tt ) >3. Now you should see an 'Item search' button and icon. > >Signed-off-by: kelly mcelligott <kelly@bywatersolutions.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 01ac044783..70b56c02cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -71,6 +71,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.20.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