summaryrefslogtreecommitdiffstats
path: root/Kernel/Modules/AdminDefaultRecipientTemplates.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Modules/AdminDefaultRecipientTemplates.pm')
-rw-r--r--Kernel/Modules/AdminDefaultRecipientTemplates.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/Kernel/Modules/AdminDefaultRecipientTemplates.pm b/Kernel/Modules/AdminDefaultRecipientTemplates.pm
index b83f30f..9568396 100644
--- a/Kernel/Modules/AdminDefaultRecipientTemplates.pm
+++ b/Kernel/Modules/AdminDefaultRecipientTemplates.pm
@@ -231,13 +231,19 @@ sub _Change {
$Self->{LayoutObject}->Block( Name => 'ActionOverview' );
$Self->{LayoutObject}->Block( Name => 'Filter' );
+ my %DisplayName = (
+ Template => 'Template',
+ DefaultRecipient => 'Default Recipient',
+ );
+
$Self->{LayoutObject}->Block(
Name => 'Change',
Data => {
ID => $Param{ID},
Name => $Param{Name},
ActionHome => 'Admin' . $Type,
- NeType => $NeType,
+ Header => $DisplayName{ $NeType },
+ Type => $Type,
},
);