[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes fa... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Dec 1 15:57:57 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/12/01 14:57:57

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: facets.inc 

Log message:
	Adding issue and return links to facets for easy access

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/facets.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: facets.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/facets.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- facets.inc	10 Oct 2006 19:39:50 -0000	1.1.2.1
+++ facets.inc	1 Dec 2006 14:57:57 -0000	1.1.2.2
@@ -1,11 +1,21 @@
 <div id="nav">
 
+<!-- TMPL_IF NAME="CAN_user_circulate" --><ul><li><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a><ul><li><a href="/cgi-bin/koha/circ/circulation.pl">Issues</a>	<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+<label for="navfindborrower">Iss<span class="accesskey">u</span>e to:</label>
+				<input id="navfindborrower" name="findborrower" type="text" size="10" accesskey="u" />
+				<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
+				<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
+				<input type="submit" class="submit" value="Submit" />
+	</form></li><li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl"><span class="accesskey">R</span>eturns</a>
+</li>
+</ul></li></ul><!-- /TMPL_IF -->
+
 <!-- TMPL_IF NAME="opacfacets" -->
 <ul id="facets">
 <li><h4>Refine Your Search</h4></li>
 <!-- TMPL_LOOP NAME="facets_loop" -->
 <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" --><ul>
-	<!-- TMPL_LOOP NAME="facets" --><li><a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->"><!-- TMPL_VAR NAME="facet_label_value" --></a> (<!-- TMPL_VAR NAME="facet_count" -->)</li><!-- /TMPL_LOOP -->
+	<!-- TMPL_LOOP NAME="facets" --><li><a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;limit=<!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->"><!-- TMPL_VAR NAME="facet_label_value" --></a> (<!-- TMPL_VAR NAME="facet_count" -->)</li><!-- /TMPL_LOOP -->
 <!-- TMPL_IF NAME="expandable" -->
 	<li class="showmore"><a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">Show More</a></li>
 <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list