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:
parent
79fde99b9a
commit
91fa5f9bbd
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue