Bugzilla – Attachment 74195 Details for
Bug 20515
"ILL Request" menu options displayed when user has no ILL permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20515: (QA follow-up) Fix capitalization on 'Ill Requests'
Bug-20515-QA-follow-up-Fix-capitalization-on-Ill-R.patch (text/plain), 1.20 KB, created by
Katrin Fischer
on 2018-04-15 22:47:13 UTC
(
hide
)
Description:
Bug 20515: (QA follow-up) Fix capitalization on 'Ill Requests'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-15 22:47:13 UTC
Size:
1.20 KB
patch
obsolete
>From fc99ef863f8c2066927caa6d856901116e7d4a63 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 16 Apr 2018 00:25:56 +0200 >Subject: [PATCH] Bug 20515: (QA follow-up) Fix capitalization on 'Ill > Requests' > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 6b868308bf..365abbc2a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -29,7 +29,7 @@ > [% END %] > <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li> > [% IF Koha.Preference('ILLModule') && CAN_user_ill %] >- <li><a href="/cgi-bin/koha/ill/ill-requests.pl">ILL Requests</a></li> >+ <li><a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a></li> > [% END %] > [% IF ( CAN_user_serials ) %] > <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li> >-- >2.14.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 20515
:
73615
|
73643
|
73875
|
74065
|
74066
|
74067
|
74068
|
74154
|
74194
| 74195