projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357d134
)
Verzeichnis "mail" nicht als Druckvorlage anbieten
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 14 Dec 2012 11:53:46 +0000
(12:53 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 14 Dec 2012 11:54:10 +0000
(12:54 +0100)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
9534d95
..
7f0b80d
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-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";