X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/SL/Template.pm diff --git a/SL/Template.pm b/SL/Template.pm index 8682c7e9a..b20a7b1a3 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -47,7 +47,7 @@ sub available_templates { -d ($::lx_office_conf{paths}->{templates} . "/$_") && !/^\.\.?$/ && !m/\.(?:html|tex|sty|odt)$/ - && !m/^(?:webpages$|print$|mail$|\.)/ + && !m/^(?:webpages$|mobile_webpages$|pdf$|print$|mail$|\.)/ } keys %dir_h; tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";