@@ -, +, @@ links --> without page blank page --> with page desired page --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -90,7 +90,7 @@ [% END %] [% IF CAN_user_borrowers_edit_borrowers %] [% IF ( intranetreadinghistory ) %] - [% IF ( holdshistoryview ) %]
  • [% ELSE %]
  • [% END %]Holds history
  • + [% IF ( holdshistoryview ) %]
  • [% ELSE %]
  • [% END %]Holds history
  • [% END %] [% END %] [% IF ( CAN_user_parameters ) %] @@ -118,7 +118,7 @@ [% IF houseboundview %]
  • [% ELSE %]
  • [% END %]Housebound
  • [% END %] [% IF Koha.Preference('ILLModule') %] -
  • Interlibrary loans
  • +
  • Interlibrary loans
  • [% END %] [% END %] --