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

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 6 16:25:03 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/06 14:25:03

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: masthead.inc 

Log message:
	New 'limit to currently available' option for search results page

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.8.2.9&r2=1.1.2.8.2.10

Patches:
Index: masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1.2.8.2.9
retrieving revision 1.1.2.8.2.10
diff -u -b -r1.1.2.8.2.9 -r1.1.2.8.2.10
--- masthead.inc	23 Aug 2006 16:41:07 -0000	1.1.2.8.2.9
+++ masthead.inc	6 Sep 2006 14:25:03 -0000	1.1.2.8.2.10
@@ -17,7 +17,7 @@
         <option value="au">Author</option>
         <option value="su">Subject</option>
 		<option value="isbn">ISBN</option>
-        <option value="series">Series</option>
+        <option value="se">Series</option>
         <option value="publisher">Publisher</option>
         <option value="acqdate">Acquisition Date</option>
         <option value="callnum">Call Number</option>
@@ -31,8 +31,9 @@
 	<ul>
 		<!-- TMPL_LOOP NAME="languages" --><!-- TMPL_IF NAME="current" --><li><!-- TMPL_VAR NAME="label" --> </li><!-- TMPL_ELSE --><li><a href="/cgi-bin/koha/changelanguage.pl?language=<!-- TMPL_VAR NAME="language" -->"><!-- TMPL_VAR NAME="label" --></a> </li><!-- /TMPL_IF --><!-- /TMPL_LOOP -->
 	</ul></div><!-- /TMPL_IF -->
+
 <div id="breadcrumbs">
-<!-- TMPL_IF NAME="searchdesc" --><p><!-- TMPL_IF name="total" --><strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong> returned <!-- TMPL_VAR NAME="total" --> results<!-- TMPL_IF NAME="related" --> (related searches: <!-- TMPL_LOOP NAME="related" --><!-- TMPL_VAR NAME="related_search" --><!-- /TMPL_LOOP -->)<!-- /TMPL_IF -->. <a href="http://a9.com/-/opensearch/search/B0007WF826/<!-- TMPL_VAR NAME='searchdesc' -->?count=10&amp;startPage=1"><img title="RSS Feed for search <!-- TMPL_VAR NAME='searchdesc' -->" alt="RSS Feed for search <!-- TMPL_VAR NAME='searchdesc' -->" src="<!-- TMPL_VAR NAME=themelang>/images/feed-icon-16x16.png" border="0" /></a>
+<!-- TMPL_IF NAME="searchdesc" --><p><!-- TMPL_IF name="total" --><strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong> returned <!-- TMPL_VAR NAME="total" --> results. Limit to <a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;limit=available">currently available items.</a><!-- TMPL_IF NAME="related" --> (related searches: <!-- TMPL_LOOP NAME="related" --><!-- TMPL_VAR NAME="related_search" --><!-- /TMPL_LOOP -->). <!-- /TMPL_IF --> <a href="http://a9.com/-/opensearch/search/B0007WF826/<!-- TMPL_VAR NAME="searchdesc" -->?count=10&amp;startPage=1"><img title="RSS Feed for search <!-- TMPL_VAR NAME="searchdesc" -->" alt="RSS Feed for search <!-- TMPL_VAR NAME="searchdesc" -->" src="<!-- TMPL_VAR NAME="themelang">/images/feed-icon-16x16.png" border="0" /></a>
 <!-- TMPL_ELSE -->
 <strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong>
 <!-- TMPL_VAR NAME="search_error" --> 





More information about the Koha-cvs mailing list