From 0294f5e1670c3d351b7d98b058c05b081a00cebf Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 2 Jul 2012 14:53:25 +0200 Subject: [PATCH] Bug 8130 follow-up, removing duplicate tab In bug 7955, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7955#c21, Nicole spotted that the "notices" tab appear twice. This patch removes the duplicated tab that has been introduced by this feature, probably a rebase mistake --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 3c8c1bf0cb..091f7febc5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -79,7 +79,6 @@ [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • [% END %] [% IF ( statisticsview ) %]
  • [% ELSE %]
  • [% END %]Statistics
  • - [% IF ( sentnotices ) %]
  • [% ELSE %]
  • [% END %]Notices
  • [% IF EnableBorrowerFiles %] [% IF ( borrower_files ) %]
  • [% ELSE %]
  • [% END %]Files
  • [% END %] -- 2.39.5