X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Famtemplates.pl;h=e3397906c449b1f6ede1e738dd40d24e04e8fc04;hb=5400d2499ba3e626958171eb33c6e8bab6f98370;hp=3b32e96bbe958c525b35aed65443730382f35847;hpb=92d28f856f4dd9eee0b35f30bbf876744b9426aa;p=kivitendo-erp.git diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index 3b32e96bb..e3397906c 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -117,6 +117,9 @@ sub display_template_form { my $format = $form->{"format"} eq "html" ? "html" : "tex"; $form->{"title"} = $form->{"type"} eq "stylesheet" ? $locale->text("Edit the stylesheet") : $locale->text("Edit templates"); + if ($form->{"format"}) { + $form->{"title"} = uc($form->{"format"}) . " - " . $form->{"title"}; + } my %options;