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:
302aa91
)
Template-Cache-Verzeichnis nicht als Vorlagenverzeichnis zur Auswahl anbieten
author
Moritz Bunkus
<moritz@bunkus.org>
Tue, 3 Aug 2010 09:01:28 +0000
(11:01 +0200)
committer
Moritz Bunkus
<moritz@bunkus.org>
Tue, 3 Aug 2010 09:01:28 +0000
(11:01 +0200)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
ab34702
..
6532edd
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-413,7
+413,7
@@
sub edit_user_form {
closedir TEMPLATEDIR;
@alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
- @alldir = grep !/^(webpages|\.svn)$/, @alldir;
+ @alldir = grep !/^(webpages|
cache|
\.svn)$/, @alldir;
@allhtml = reverse grep !/Default/, @allhtml;
push @allhtml, 'Default';