X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Famtemplates.pl;h=e3397906c449b1f6ede1e738dd40d24e04e8fc04;hb=4b937d1a3839d8235a650172a59998c1b7126e22;hp=3b32e96bbe958c525b35aed65443730382f35847;hpb=d626a92475851f4ad965c330a8e799fe4bad3c51;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;