koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Owen Leonard
Subject: [Koha-cvs] koha/opac opac-passwd.pl [dev_week]
Date: Wed, 20 Sep 2006 13:14:37 +0000

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]