From: Udo Spallek Date: Fri, 15 Dec 2006 03:11:59 +0000 (+0000) Subject: - Aus dem templateordner werden nun alle Dateien mit den folgenden X-Git-Tag: release-2.4.0^2~16 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7c15cba2557382a9f99134873026217f036b00b1;p=kivitendo-erp.git - Aus dem templateordner werden nun alle Dateien mit den folgenden Endungen in den Arbeitsordner kopiert: html|tex|sty|xml|txb -html id hinzugefuegt, zum besseren testen mit selenium --- diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 32922a274..b2f7576af 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -969,7 +969,7 @@ sub save { # copy templates to the directory opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $!"); - @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty)$/, + @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/, readdir TEMPLATEDIR; closedir TEMPLATEDIR; @@ -1444,7 +1444,7 @@ sub dbupdate {
-| . $locale->text("Continue") . qq||;