X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Fserials-home.pl;h=cf59cb8b7d50067020361e1aa05733db3778e34e;hb=f902041e244cc35ecc99e3ca256ff24c843a8b04;hp=9ec03364aee7fb2703de399fc757e7832123f39f;hpb=6eeb5180422d9439afb9e783aae70f7c1beb27e7;p=srvgit diff --git a/serials/serials-home.pl b/serials/serials-home.pl index 9ec03364ae..cf59cb8b7d 100755 --- a/serials/serials-home.pl +++ b/serials/serials-home.pl @@ -4,18 +4,18 @@ # # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . =head1 NAME @@ -29,9 +29,8 @@ this script is the main page for serials/ =cut use Modern::Perl; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth; -use C4::Branch; use C4::Context; use C4::Output; use C4::Serials; @@ -41,7 +40,7 @@ my $routing = $query->param('routing') || C4::Context->preference("RoutingSerial my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { - template_name => "serials/serials-home.tmpl", + template_name => "serials/serials-home.tt", query => $query, type => "intranet", authnotrequired => 0,