Revision f7c2c55c
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
549 | 549 |
|
550 | 550 |
# copy templates to the directory |
551 | 551 |
opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO"); |
552 |
@templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/, |
|
552 |
@templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|odt|xml|txb)$/,
|
|
553 | 553 |
readdir TEMPLATEDIR; |
554 | 554 |
closedir TEMPLATEDIR; |
555 | 555 |
|
Auch abrufbar als: Unified diff
Bugfix Bug 1077: Opendocumentvorlagen kopieren.
Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht
mit kopiert.