Bug 8150 [SIGNED-OFF] Remove obsoleted navigation bar in circ history
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 24 May 2012 16:09:08 +0000 (17:09 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 28 May 2012 14:28:08 +0000 (16:28 +0200)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt

index f90d7a8..3b1f55a 100644 (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>