[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-MARCdetail.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/opac opac-MARCdetail.pl [rel_3_0] |
Date: |
Tue, 09 Jan 2007 10:45:53 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 07/01/09 10:45:53
Modified files:
opac : opac-MARCdetail.pl
Log message:
sync with dev_week.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-MARCdetail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.14.2.6&r2=1.14.2.7
Patches:
Index: opac-MARCdetail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-MARCdetail.pl,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -b -r1.14.2.6 -r1.14.2.7
--- opac-MARCdetail.pl 5 Jan 2007 14:47:23 -0000 1.14.2.6
+++ opac-MARCdetail.pl 9 Jan 2007 10:45:53 -0000 1.14.2.7
@@ -267,10 +267,15 @@
push( @header_value_loop, \%header_value );
}
+if(C4::Context->preference("ISBD")) {
+ $template->param(ISBD => 1);
+}
+
$template->param(
item_loop => address@hidden,
item_header_loop => address@hidden,
- biblionumber => $biblionumber
+ biblionumber => $biblionumber,
+ hide_marc => C4::Context->preference('hide_marc')
);
output_html_with_http_headers $query, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/opac opac-MARCdetail.pl [rel_3_0],
Antoine Farnault <=