[Koha-cvs] CVS: koha/reports catalogue_stats.pl,1.10.2.1,1.10.2.2

Owen Leonard oleonard at users.sourceforge.net
Wed Apr 6 23:54:23 CEST 2005


Update of /cvsroot/koha/koha/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18943/reports

Modified Files:
      Tag: rel_2_2
	catalogue_stats.pl 
Log Message:
Adding unique id's to select lists for use in coordination with form labels (ids must also be unique in order for HTML to validate)

Index: catalogue_stats.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports/catalogue_stats.pl,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** catalogue_stats.pl	18 Mar 2005 10:00:54 -0000	1.10.2.1
--- catalogue_stats.pl	6 Apr 2005 21:54:21 -0000	1.10.2.2
***************
*** 118,122 ****
  	}
  	my $CGIdewey=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 118,122 ----
  	}
  	my $CGIdewey=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'dewey',
  				-values   => \@select,
  				-size     => 1,
***************
*** 136,140 ****
  	}
  	my $CGIlccn=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 136,140 ----
  	}
  	my $CGIlccn=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'lccn',
  				-values   => \@select,
  				-size     => 1,
***************
*** 154,158 ****
  	}
  	my $CGIcote=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 154,158 ----
  	}
  	my $CGIcote=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'cote',
  				-values   => \@select,
  				-size     => 1,
***************
*** 183,187 ****
  	}
  	my $CGIitemtype=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 183,187 ----
  	}
  	my $CGIitemtype=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'itemtype',
  				-values   => \@select,
  				-size     => 1,
***************
*** 196,200 ****
  	}
  	my $CGIpublisher=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 196,200 ----
  	}
  	my $CGIpublisher=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'publisher',
  				-values   => \@select,
  				-size     => 1,
***************
*** 211,215 ****
  	}
  	my $CGIbranch=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-labels   => \%select_branches,
--- 211,215 ----
  	}
  	my $CGIbranch=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'branch',
  				-values   => \@select,
  				-labels   => \%select_branches,
***************
*** 222,226 ****
  	push @select,"";
  	my $CGIlocation=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'Filter',
  				-values   => \@select,
  				-size     => 1,
--- 222,226 ----
  	push @select,"";
  	my $CGIlocation=CGI::scrolling_list( -name     => 'Filter',
! 				-id => 'location',
  				-values   => \@select,
  				-size     => 1,





More information about the Koha-cvs mailing list