koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/acqui.simple additem.pl [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/acqui.simple additem.pl [rel_2_2]
Date: Tue, 20 Jun 2006 18:22:23 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/06/20 18:22:23

Modified files:
        acqui.simple   : additem.pl 

Log message:
        Adding "tabindex=''" to CGI:scrolling_list to prevent incorrect 
tabbing. See Bug 1098

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/additem.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.27.2.20&r2=1.27.2.21

Patches:
Index: additem.pl
===================================================================
RCS file: /sources/koha/koha/acqui.simple/Attic/additem.pl,v
retrieving revision 1.27.2.20
retrieving revision 1.27.2.21
diff -u -b -r1.27.2.20 -r1.27.2.21
--- additem.pl  14 Jun 2006 15:38:26 -0000      1.27.2.20
+++ additem.pl  20 Jun 2006 18:22:23 -0000      1.27.2.21
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: additem.pl,v 1.27.2.20 2006/06/14 15:38:26 tipaul Exp $
+# $Id: additem.pl,v 1.27.2.21 2006/06/20 18:22:23 oleonard Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -340,6 +340,7 @@
                                                                                
                                                                
-default=>"$value",
                                                                                
                                                                -labels => 
\%authorised_lib,
                                                                                
                                                                -size=>1,
+                                                                               
                                                                -tabindex=>'',
                                                                                
                                                                -multiple=>0,
                                                                                
                                                                );
                } elsif ($tagslib->{$tag}->{$subfield}->{thesaurus_category}) {




reply via email to

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