Bug 8130 follow-up, removing duplicate tab
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 2 Jul 2012 12:53:25 +0000 (14:53 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 2 Jul 2012 12:53:25 +0000 (14:53 +0200)
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

index 3c8c1bf..091f7fe 100644 (file)
@@ -79,7 +79,6 @@
        [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li>
     [% END %]
     [% IF (  statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrowernumber %]">Statistics</a></li>
-    [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li>
     [% IF EnableBorrowerFiles %]
         [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrowernumber %]">Files</a></li>
     [% END %]