From b9c7c377c02f717002e41aea15bde06b715bf6c0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 19 Jan 2015 14:15:29 +0100 Subject: [PATCH] Bug 13582: (follow-up) Able to view menu for Circulation History 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 | 5 ++++- 1 file changed, 4 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 95a55f8..2a1da6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.tt @@ -73,7 +73,10 @@ in the global namespace %] [% IF ( finesview ) %]
  • [% ELSE %]
  • [% END %]Fines
  • [% END %] [% IF ( RoutingSerials ) %][% IF ( routinglistview ) %]
  • [% ELSE %]
  • [% END %]Routing lists
  • [% END %] - [% IF ( intranetreadinghistory ) %][% IF ( readingrecordview ) %]
  • [% ELSE %]
  • [% END %]Circulation history
  • [% END %] + + [% IF ( intranetreadinghistory && CAN_user_borrowers ) %] + [% IF ( readingrecordview ) %]
  • [% ELSE %]
  • [% END %]Circulation history
  • + [% END %] [% IF ( CAN_user_parameters ) %][% IF ( logview ) %]
  • [% ELSE %]
  • [% END %]Modification log
  • [% END %] [% IF ( EnhancedMessagingPreferences ) %] [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • -- 2.1.0