[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-results.tmpl [dev_week]

Joshua Ferraro jmf at liblime.com
Sun Mar 18 04:47:26 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	07/03/18 03:47:25

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-results.tmpl 

Log message:
	Preserve sort_by with Next button (previously worked only with clicking
	on page numbers).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-results.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.20&r2=1.1.2.21

Patches:
Index: opac-results.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-results.tmpl,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -u -b -r1.1.2.20 -r1.1.2.21
--- opac-results.tmpl	30 Nov 2006 21:12:11 -0000	1.1.2.20
+++ opac-results.tmpl	18 Mar 2007 03:47:25 -0000	1.1.2.21
@@ -139,7 +139,7 @@
     <!-- TMPL_LOOP NAME="PAGE_NUMBERS" --><!-- TMPL_IF NAME="highlight" --><span class="current"><!-- TMPL_VAR NAME="pg" --></span><!-- TMPL_ELSE -->
 	<a class="nav" href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="offset" --><!-- TMPL_IF NAME="sort_by" -->&amp;sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->"><!-- TMPL_VAR NAME="pg" --></a><!-- /TMPL_IF -->
     <!-- /TMPL_LOOP -->
-	<!-- TMPL_IF NAME="next_page_offset" --><a class="nav" href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="next_page_offset" -->">Next &gt;&gt;</a><!-- /TMPL_IF -->
+	<!-- TMPL_IF NAME="next_page_offset" --><a class="nav" href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;offset=<!-- TMPL_VAR NAME="next_page_offset" --><!-- TMPL_IF NAME="sort_by" -->&amp;sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->">Next &gt;&gt;</a><!-- /TMPL_IF -->
 </div><!-- /TMPL_IF -->
 
 	<!-- TMPL_IF NAME="outer_sup_results_loop" -->





More information about the Koha-cvs mailing list