Bugzilla – Attachment 83811 Details for
Bug 22101
ILL requests missing in menu on advanced search page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22101: Ill Requests missing in menu on advanced search page
Bug-22101-Ill-Requests-missing-in-menu-on-advanced.patch (text/plain), 1.11 KB, created by
Owen Leonard
on 2019-01-11 16:34:38 UTC
(
hide
)
Description:
Bug 22101: Ill Requests missing in menu on advanced search page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-01-11 16:34:38 UTC
Size:
1.11 KB
patch
obsolete
>From a98a2df76290ec4039f9e6a119dec15b2ce7f37e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 11 Jan 2019 16:27:17 +0000 >Subject: [PATCH] Bug 22101: Ill Requests missing in menu on advanced search > page > >This patch adds [% USE Koha %] to header.inc so that Koha.Preference >calls will work correctly. > >To test, apply the patch and log in to the staff client as a user who >has permission to access the ILL module. > >- Go to the catalog's advanced search page >- Cnfirm there is a header menu item under "More" for > "ILL requests." >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index a693da9..f479da3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -1,5 +1,6 @@ > [% USE raw %] > [% USE Branches %] >+[% USE Koha %] > <div id="header" class="navbar navbar-default"> > <div class="container-fluid"> > <ul id="toplevelmenu" class="nav navbar-nav"> >-- >2.1.4
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 22101
:
83811
|
83821
|
83843