Revision 0bae9fe6
Von Jan Büren vor mehr als 9 Jahren hinzugefügt
SL/Template.pm | ||
---|---|---|
} keys %dir_h;
|
||
|
||
tie %dir_h, 'IO::Dir', "$::lx_office_conf{paths}->{templates}/print";
|
||
my @allmaster = ('Standard', sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h);
|
||
my @allmaster = (sort grep { -d ("$::lx_office_conf{paths}->{templates}/print" . "/$_") && !/^\.\.?$/ && !/^Standard$/ } keys %dir_h);
|
||
|
||
return (
|
||
print_templates => \@alldir,
|
Auch abrufbar als: Unified diff
Standard-Druckvorlagen entfernt
Da die Standard-Druckvorlagen nicht mehr weiter gepflegt werden, enstprechend für den
nächsten Release als Auswahloption entfernt.