X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fadmin.pl;h=7f0b80de85dd3d59628a0c337f5d86f82b2f6b12;hb=cf8a444d01e67f5b06345721632e55cdbedbc905;hp=3d32a3978fcc5e3d22ac4c767c6ea0f3c61eeda9;hpb=c497b0352f95a55d204101b70ac771b2dc21ddee;p=kivitendo-erp.git diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 3d32a3978..7f0b80de8 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -98,7 +98,7 @@ sub run { if ($form->{action}) { if ($auth->authenticate_root($form->{'{AUTH}admin_password'}) != $auth->OK()) { $auth->punish_wrong_login; - $form->{error_message} = $locale->text('Incorrect Password!'); + $form->{error} = $locale->text('Incorrect Password!'); $auth->delete_session_value('admin_password'); adminlogin(); } else { @@ -1178,7 +1178,7 @@ sub _search_templates { -d ($::lx_office_conf{paths}->{templates} . "/$_") && !/^\.\.?$/ && !m/\.(?:html|tex|sty|odt|xml|txb)$/ - && !m/^(?:webpages$|print$|\.)/ + && !m/^(?:webpages$|print$|mail$|\.)/ } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";