[Koha] Bug (and solution) in ver 2.0: Next not working in Parameters|Stopwords
Thomas Boege
thomas at boegenielsen.dk
Wed Apr 21 00:02:08 NZST 2004
Bug in version 2.0: Intranet, Parameters, Stopwords: The link "Next
>>"does not work, because offset is always blank.
The solution is to change nextpage to next_page in line 166 in
./intranet/htdocs/intranet-tmpl/default/en/parameters/stopwords.tmpl
The correct line is:
<a href="<!-- TMPL_VAR NAME=script_name -->?offset=<!-- TMPL_VAR
NAME=next_page -->">Next >></a>
More information about the Koha
mailing list