koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/acqui newbiblio.pl [dev_week]


From: Ryan Higgins
Subject: [Koha-cvs] koha/acqui newbiblio.pl [dev_week]
Date: Sun, 03 Dec 2006 21:02:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Ryan Higgins <rych>     06/12/03 21:02:13

Modified files:
        acqui          : newbiblio.pl 

Log message:
        merge with rel_2_2 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/newbiblio.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.21.2.6&r2=1.21.2.6.2.1

Patches:
Index: newbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui/Attic/newbiblio.pl,v
retrieving revision 1.21.2.6
retrieving revision 1.21.2.6.2.1
diff -u -b -r1.21.2.6 -r1.21.2.6.2.1
--- newbiblio.pl        5 Feb 2006 21:59:21 -0000       1.21.2.6
+++ newbiblio.pl        3 Dec 2006 21:02:13 -0000       1.21.2.6.2.1
@@ -106,6 +106,7 @@
                        -default  => $data->{'itemtype'},
                        -labels   => \%itemtypes,
                        -size     => 1,
+                       -tabindex=>'',
                        -multiple => 0 );
 $sth->finish;
 
@@ -123,6 +124,7 @@
                        -default  => $data->{'branchcode'},
                        -labels   => \%select_branches,
                        -size     => 1,
+                       -tabindex=>'',
                        -multiple => 0 );
 
 # build bookfund list
@@ -139,6 +141,7 @@
                        -default  => $data->{'bookfundid'},
                        -labels   => \%select_bookfunds,
                        -size     => 1,
+                       -tabindex=>'',
                        -multiple => 0 );
 my $bookfundname;
 my $bookfundid;
@@ -202,9 +205,7 @@
                                                ecost => $data->{'ecost'},
                                                notes => $data->{'notes'},
                                                publishercode => 
$data->{'publishercode'},
-                                               intranetcolorstylesheet => 
C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => 
C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
+                                               GST => 
C4::Context->preference("gist"),
                                                );
 
 output_html_with_http_headers $input, $cookie, $template->output;




reply via email to

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