[Koha-cvs] koha/opac opac-authoritiesdetail.pl opac-author... [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Mar 4 07:55:13 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/04 06:55:13

Modified files:
	opac           : opac-authoritiesdetail.pl 
	                 opac-authorities-home.pl 

Log message:
	adding in opac variables

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-authoritiesdetail.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-authorities-home.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/opac/opac-authorities-home.pl
diff -u koha/opac/opac-authorities-home.pl:1.1.2.1 koha/opac/opac-authorities-home.pl:1.1.2.2
--- koha/opac/opac-authorities-home.pl:1.1.2.1	Sat Mar  4 03:18:02 2006
+++ koha/opac/opac-authorities-home.pl	Sat Mar  4 06:55:13 2006
@@ -241,9 +241,12 @@
 }
 
 $template->param(authtypesloop => \@authtypesloop,
-		intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-		IntranetNav => C4::Context->preference("IntranetNav"),
+		                LibraryName => C4::Context->preference("LibraryName"),
+                                OpacNav => C4::Context->preference("OpacNav"),
+                                opaccredits => C4::Context->preference("opaccredits"),
+                                opacsmallimage => C4::Context->preference("opacsmallimage"),
+                                opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
+                                opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
 		);
 
 # Print the page
Index: koha/opac/opac-authoritiesdetail.pl
diff -u koha/opac/opac-authoritiesdetail.pl:1.1.2.1 koha/opac/opac-authoritiesdetail.pl:1.1.2.2
--- koha/opac/opac-authoritiesdetail.pl:1.1.2.1	Sat Mar  4 03:18:02 2006
+++ koha/opac/opac-authoritiesdetail.pl	Sat Mar  4 06:55:13 2006
@@ -144,9 +144,12 @@
 		biblio_fields => $biblio_fields,
 		authtypetext => $authtypes->{$authtypecode}{'authtypetext'},
 		authtypesloop => \@authtypesloop,
-		intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-		IntranetNav => C4::Context->preference("IntranetNav"),
+		                LibraryName => C4::Context->preference("LibraryName"),
+                                OpacNav => C4::Context->preference("OpacNav"),
+                                opaccredits => C4::Context->preference("opaccredits"),
+                                opacsmallimage => C4::Context->preference("opacsmallimage"),
+                                opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
+                                opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
 		);
 output_html_with_http_headers $query, $cookie, $template->output;
 





More information about the Koha-cvs mailing list