[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.3,1.25.2.4
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.3,1.25.2.4 |
Date: |
Thu, 10 Mar 2005 07:52:40 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16975
Modified Files:
Tag: rel_2_2
MARCdetail.pl
Log Message:
* adding glass to opac marc detail.
* changing glasses behaviour : It now appears only on subfields that have a
"link" value. Avoid useless glasses and removes nothing. **** WARNING **** : if
you don't change you MARC parameters, glasses DISAPPEAR, because no subfields
have a link value. So you MUST "reactivate" them manually. If you want to
enable the search glass on field 225$a (collection in UNIMARC), just put 225a
to "link" field (Koha >> parameters >> framework >> 225 field >> subfield >>
modify $a >> enter 225a in link input field (without quotes or anything else)
* fixing bug with libopac
Index: MARCdetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/MARCdetail.pl,v
retrieving revision 1.25.2.3
retrieving revision 1.25.2.4
diff -C2 -r1.25.2.3 -r1.25.2.4
*** MARCdetail.pl 17 Feb 2005 12:58:32 -0000 1.25.2.3
--- MARCdetail.pl 10 Mar 2005 15:52:38 -0000 1.25.2.4
***************
*** 74,77 ****
--- 74,78 ----
my $record =MARCgetbiblio($dbh,$bibid);
+ warn "".$record->as_formatted."\n";
# open template
my ($template, $loggedinuser, $cookie)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha MARCdetail.pl,1.25.2.3,1.25.2.4,
Paul POULAIN <=