[Koha-cvs] koha/opac opac-passwd.pl [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 20 15:14:37 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/20 13:14:37

Modified files:
	opac           : opac-passwd.pl 

Log message:
	Adding borrower name for use in breadcrumb navigation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-passwd.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.2&r2=1.1.2.4.2.3

Patches:
Index: opac-passwd.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-passwd.pl,v
retrieving revision 1.1.2.4.2.2
retrieving revision 1.1.2.4.2.3
diff -u -b -r1.1.2.4.2.2 -r1.1.2.4.2.3
--- opac-passwd.pl	18 Aug 2006 16:16:25 -0000	1.1.2.4.2.2
+++ opac-passwd.pl	20 Sep 2006 13:14:36 -0000	1.1.2.4.2.3
@@ -81,6 +81,8 @@
 }
 
 $template->param(LibraryName => C4::Context->preference("LibraryName"),
+							firstname => $borr->{'firstname'},
+							surname => $borr->{'surname'},
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list