summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-08-17 07:07:55 +0000
committerivan <ivan>2010-08-17 07:07:55 +0000
commitf7f5188dca2285e06f069aa20ef31fe269627a45 (patch)
treec697983ea03b1ccddb8d8ecf8d53e9dc5fa7bbf8 /httemplate
parent76fc32468d0353e606c99ca9a26bcb0137fc9de1 (diff)
better sizes and labels for message tempalte subject and addresses
Diffstat (limited to 'httemplate')
-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>",