koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/opac opac-authoritiesdetail.pl opac-author... [rel_2_2]
Date: Sat, 04 Mar 2006 06:55:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 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 => address@hidden,
-               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 => address@hidden,
-               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;
 




reply via email to

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