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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Oct 9 17:41:23 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/09 15:41:23

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

Log message:
	Adding id to reseve list script so that custom javascript can add an event (to bypass broken reserve list. See Bug 1171).

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

Patches:
Index: intranet-nav.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet-nav.inc,v
retrieving revision 1.5.2.6.2.4
retrieving revision 1.5.2.6.2.5
diff -u -b -r1.5.2.6.2.4 -r1.5.2.6.2.5
--- intranet-nav.inc	7 Oct 2006 13:17:11 -0000	1.5.2.6.2.4
+++ intranet-nav.inc	9 Oct 2006 15:41:23 -0000	1.5.2.6.2.5
@@ -11,7 +11,7 @@
 				<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>
-<li><a href="/cgi-bin/koha/circ/reserve.pl">Reserve List</a></li>
+<li><a id="reservelistnav" href="/cgi-bin/koha/circ/reserve.pl">Reserve List</a></li>
 <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li>
 </ul></li><!-- /TMPL_IF -->
 				<!-- TMPL_IF NAME="CAN_user_borrowers" --><li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a><ul><li><form action="/cgi-bin/koha/members/member.pl" method="post">





More information about the Koha-cvs mailing list