http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=588 Summary: OPAC search results show '2 through x of x records' Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: OPAC AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net The firs OPAC search results pages says it is displaying records starting with number two. So, for 26 results, is displays 'Results 2 through 22 of 26 records.' Here's the relevant section in opac-searchresults.tmpl: Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records. The problem shows in all templates. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.