X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Fcat_issues_top.pl;h=893fd211740009aa31f69c09db0ceb38c2ea6941;hb=4824ddba418be2e3d41412e7cbe740c12005c712;hp=2a6409d2c95ac91349faa15652dd657fade73bbd;hpb=95bf6fb012609f9e8a757759e6bf78b7a295b6e7;p=koha.git diff --git a/reports/cat_issues_top.pl b/reports/cat_issues_top.pl index 2a6409d2c9..893fd21174 100755 --- a/reports/cat_issues_top.pl +++ b/reports/cat_issues_top.pl @@ -43,7 +43,7 @@ plugin that shows a stats on borrowers my $input = new CGI; my $do_it=$input->param('do_it'); -my $fullreportname = "reports/cat_issues_top.tmpl"; +my $fullreportname = "reports/cat_issues_top.tt"; my $limit = $input->param("Limit"); my $column = $input->param("Criteria"); my @filters = $input->param("Filter"); @@ -65,7 +65,6 @@ my ($template, $borrowernumber, $cookie) our $sep = $input->param("sep"); $sep = "\t" if ($sep eq 'tabulation'); $template->param(do_it => $do_it, - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), ); if ($do_it) { # Displaying results @@ -118,13 +117,7 @@ if ($do_it) { my %select; my $req; - my $CGIextChoice=CGI::scrolling_list( - -name => 'MIME', - -id => 'MIME', - -values => ['CSV'], # FIXME translation - -size => 1, - -multiple => 0 ); - + my $CGIextChoice = ( 'CSV' ); # FIXME translation my $CGIsepChoice=GetDelimiterChoices; #doctype