koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Koha.pm [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/C4 Koha.pm [dev_week]
Date: Thu, 05 Oct 2006 16:02:09 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/05 16:02:09

Modified files:
        C4             : Koha.pm 

Log message:
        Changing source of advanced search database icons

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Koha.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.22.2.4.2.5&r2=1.22.2.4.2.6

Patches:
Index: Koha.pm
===================================================================
RCS file: /sources/koha/koha/C4/Koha.pm,v
retrieving revision 1.22.2.4.2.5
retrieving revision 1.22.2.4.2.6
diff -u -b -r1.22.2.4.2.5 -r1.22.2.4.2.6
--- Koha.pm     29 Sep 2006 16:07:47 -0000      1.22.2.4.2.5
+++ Koha.pm     5 Oct 2006 16:02:08 -0000       1.22.2.4.2.6
@@ -1001,8 +1001,8 @@
 sub displayPrimaryServers {
        my $primary_servers_loop = [
        { inner_servers_loop => [
-               {label => C4::Context->preference('LibraryName')." Catalog", 
id=>"NPL", name=>"server", 
value=>"localhost:9900/biblios",checked=>"checked",icon => "npl.png",zed => 
"1"},
-               {label => "OPLIN Databases", id=>"OPLIN", name=>"server", 
value=>"",checked=>"",icon => "oplin.ico",zed => "1"},
+               {label => C4::Context->preference('LibraryName')." Catalog", 
id=>"NPL", name=>"server", 
value=>"localhost:9900/biblios",checked=>"checked",icon => "npl-icon.gif",zed 
=> "1"},
+               {label => "OPLIN Databases", id=>"OPLIN", name=>"server", 
value=>"",checked=>"",icon => "oplin-icon.gif",zed => "1"},
        ],
        },
        ];
@@ -1012,10 +1012,10 @@
 sub displaySecondaryServers {
        my $secondary_servers_loop = [ 
                { inner_sup_servers_loop => [
-               {label => "Google", id=>"GOOG", value=>"google",icon => 
"google.ico",opensearch => "1"},
-               {label => "Yahoo", id=>"YAH", value=>"yahoo", icon 
=>"yahoo.ico", zed => "1"},
-               {label => "Worldcat", id=>"WCT", value=>"worldcat", icon => 
"worldcat.gif", zed => "1"},
-               {label => "Library of Congress", id=>"LOC", name=> "server", 
value=>"z3950.loc.gov:7090/Voyager", icon =>"loc.ico", zed => "1"},
+               {label => "Google", id=>"GOOG", value=>"google",icon => 
"google-icon.gif",opensearch => "1"},
+               {label => "Yahoo", id=>"YAH", value=>"yahoo", icon 
=>"yahoo-icon.gif", zed => "1"},
+               {label => "Worldcat", id=>"WCT", value=>"worldcat", icon => 
"worldcat-icon.gif", zed => "1"},
+               {label => "Library of Congress", id=>"LOC", name=> "server", 
value=>"z3950.loc.gov:7090/Voyager", icon =>"loc-icon.gif", zed => "1"},
        ],
        },
        ];




reply via email to

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