X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fedit-layout.pl;h=513ab5f0f6c0e424e5881255f7e8690bd6922078;hb=fbf73f43184841c74aff3998c0b80a0f44d97466;hp=0e4a70274eb87b1b59801aec2b3b733b3c4f4b5a;hpb=c165df96c0ace7064a01150dfdfffbcd10b64f5e;p=koha.git diff --git a/patroncards/edit-layout.pl b/patroncards/edit-layout.pl index 0e4a70274e..513ab5f0f6 100755 --- a/patroncards/edit-layout.pl +++ b/patroncards/edit-layout.pl @@ -21,20 +21,20 @@ use strict; use warnings; -use CGI; +use CGI qw ( -utf8 ); use Text::CSV_XS; use XML::Simple; use autouse 'Data::Dumper' => qw(Dumper); use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); -use C4::Creators 1.000000; -use C4::Patroncards 1.000000; +use C4::Creators; +use C4::Patroncards; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { - template_name => "patroncards/edit-layout.tmpl", + template_name => "patroncards/edit-layout.tt", query => $cgi, type => "intranet", authnotrequired => 0,