koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/opac opac-account.pl [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/opac opac-account.pl [rel_2_2]
Date: Fri, 03 Feb 2006 21:03:09 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/03 21:03:09

Modified files:
        opac           : opac-account.pl 

Log message:
        Updating script for new system preference: OpacNav

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-account.pl.diff?only_with_tag=rel_2_2&tr1=1.8.2.2&tr2=1.8.2.3&r1=text&r2=text

Patches:
Index: koha/opac/opac-account.pl
diff -u koha/opac/opac-account.pl:1.8.2.2 koha/opac/opac-account.pl:1.8.2.3
--- koha/opac/opac-account.pl:1.8.2.2   Fri Jul 15 18:22:36 2005
+++ koha/opac/opac-account.pl   Fri Feb  3 21:03:09 2006
@@ -62,7 +62,9 @@
 $template->param( ACCOUNT_LINES => $accts,
                             LibraryName => 
C4::Context->preference("LibraryName"),
                                suggestion => 
C4::Context->preference("suggestion"),
-                               virtualshelves => 
C4::Context->preference("virtualshelves")
+                               virtualshelves => 
C4::Context->preference("virtualshelves"),
+                               OpacNav => C4::Context->preference("OpacNav"),
+
  );
 
 $template->param( total => sprintf("%.2f",$total) );




reply via email to

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