Bugzilla – Attachment 25948 Details for
Bug 11866
Staff side course reserves too restrictive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 11866 [Follow-up] Staff side course reserves too restrictive
Bug-11866-Follow-up-Staff-side-course-reserves-too.patch (text/plain), 1.56 KB, created by
Kyle M Hall (khall)
on 2014-03-07 18:01:06 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11866 [Follow-up] Staff side course reserves too restrictive
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-03-07 18:01:06 UTC
Size:
1.56 KB
patch
obsolete
>From 027419b5f9a0b28b005b9bc3521628acd9f82f18 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 5 Mar 2014 10:56:38 -0500 >Subject: [PATCH] Bug 11866 [Follow-up] Staff side course reserves too restrictive > >This follow-up patch adds a check for the "UseCourseReserves" system >preference to the display of the Course reserves menu item in the >header. > >To test, view the "More" menu with the "UseCourseReserves" system >preference on and off. The menu item should appear and disappear >accordingly. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/includes/header.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index a3489c3..30c431b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -22,7 +22,9 @@ > [% IF ( CAN_user_serials ) %] > <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li> > [% END %] >+ [% IF ( UseCourseReserves ) %] > <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li> >+ [% END %] > [% IF ( CAN_user_reports ) %] > <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li> > [% END %] >-- >1.7.2.5
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 11866
:
25699
|
25863
|
25864
|
25948
|
26010
|
26011