@@ -, +, @@ history" for consistancy --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -132,7 +132,7 @@ [% IF houseboundview %]
  • [% ELSE %]
  • [% END %]Housebound
  • [% END %] [% IF Koha.Preference('ILLModule') && CAN_user_ill %] - [% IF illview %]
  • [% ELSE %]
  • [% END %]Interlibrary loans
  • + [% IF illview %]
  • [% ELSE %]
  • [% END %]ILL requests history
  • [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt @@ -8,7 +8,7 @@ [% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Patrons › ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %] +Koha › Patrons › ILL requests history for [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] @@ -19,7 +19,7 @@
    --