summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r--httemplate/edit/msg_template.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html
index a0030cedd..f49a4f70a 100644
--- a/httemplate/edit/msg_template.html
+++ b/httemplate/edit/msg_template.html
@@ -8,16 +8,16 @@
'agent_null_right' => ['Edit global templates', 'Configuration'],
'fields' => [ 'msgname',
- 'subject',
- 'from_addr',
- 'bcc_addr',
+ { field=>'subject', size=>80, },
+ { field=>'from_addr', size=>60, },
+ { field=>'bcc_addr', size=>60, },
{ field=>'body', type=>'htmlarea', width=>763 },
],
'labels' => { 'msgnum' => 'Template',
'msgname' => 'Template name',
- 'from_addr' => 'Return address',
- 'bcc_addr' => 'Bcc address (optional)',
- 'subject' => 'Message subject',
+ 'from_addr' => 'From: ',
+ 'bcc_addr' => 'Bcc: ',
+ 'subject' => 'Subject: ',
'body' => 'Message template',
},
'html_foot' => "</TD>$sidebar</TR></TABLE>",