Merge remote-tracking branch 'origin/new/bug_8130'
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 2 Jul 2012 12:53:42 +0000 (14:53 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 2 Jul 2012 12:53:42 +0000 (14:53 +0200)
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 %]