Bug 8150 [SIGNED-OFF] Remove obsoleted navigation bar in circ history

The navigation bar is now supplied by the datatables plugin
however we are still calling the old navigation include
resulting in a second navigation bar which does nor work

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Works as advertised, without introducing any bad side effects that
I can see.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Colin Campbell 2012-05-24 17:09:08 +01:00 committed by Paul Poulain
parent 79fde99b9a
commit 91fa5f9bbd

View file

@ -29,9 +29,6 @@
[% IF ( loop_reading ) %]
<form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /></form>
<div id="pagertable_readingrec">
[% INCLUDE 'table-pager.inc' perpage='20' %]
</div>
<table id="table_readingrec">
<thead>