X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=circ%2Fadd_message.pl;h=912314a88ce1aa58edecf68dd9f34787a4dafaf9;hb=9b1241ecfca68c104d9adbb5d05a7547b5761e17;hp=9c39dc98a6de0eaed4bbdb411903858d74b8239a;hpb=a9c4c50f0784523f4fcbf65d0100e3ee427a2603;p=koha.git diff --git a/circ/add_message.pl b/circ/add_message.pl index 9c39dc98a6..912314a88c 100755 --- a/circ/add_message.pl +++ b/circ/add_message.pl @@ -4,23 +4,23 @@ # # 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 . use strict; use warnings; -use CGI; +use CGI qw ( -utf8 ); use C4::Context; use C4::Auth; @@ -35,7 +35,7 @@ use C4::Branch; # GetBranches my $input = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( - { template_name => "circ/circulation.tmpl", + { template_name => "circ/circulation.tt", query => $input, type => "intranet", authnotrequired => 0,