Bugzilla – Attachment 35381 Details for
Bug 13583
Able to view menu for Statistics even when user does not have permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13583: (follow-up) Able to view menu for Statistics even when user does not have permission
Bug-13583-follow-up-Able-to-view-menu-for-Statisti.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2015-01-19 13:10:52 UTC
(
hide
)
Description:
Bug 13583: (follow-up) Able to view menu for Statistics even when user does not have permission
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-01-19 13:10:52 UTC
Size:
1.63 KB
patch
obsolete
>From 8571b5f0a47e86978c4df8c0d47e4a8b8e0994cb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 19 Jan 2015 14:09:52 +0100 >Subject: [PATCH] Bug 13583: (follow-up) Able to view menu for Statistics even > when user does not have permission > >Same changes as the previous patch, for the .tt file. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt >index aead23b..d30fea1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt >@@ -78,7 +78,9 @@ in the global namespace %] > [% IF ( EnhancedMessagingPreferences ) %] > [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrower.borrowernumber %]">Notices</a></li> > [% END %] >- [% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrower.borrowernumber %]">Statistics</a></li> >+ [% IF ( CAN_user_borrowers ) %] >+ [% IF ( statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrower.borrowernumber %]">Statistics</a></li> >+ [% END %] > [% IF EnableBorrowerFiles %] > [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrower.borrowernumber %]">Files</a></li> > [% END %] >-- >2.1.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 13583
:
35266
|
35352
|
35379
|
35380
| 35381