diff options
author | ivan <ivan> | 2010-08-17 07:08:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-17 07:08:51 +0000 |
commit | 0b0728b2d28cbd1668b5ef3220d84f2c8bde37ce (patch) | |
tree | 96a91929546ff9fd4119355141a0a5660df08c8f /httemplate | |
parent | 1d024bc228b64222775c6a837004ff2078bb1eae (diff) |
better sizes and labels for message tempalte subject and addresses
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index f49a4f70a..a60f2d0c1 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -8,9 +8,9 @@ 'agent_null_right' => ['Edit global templates', 'Configuration'], 'fields' => [ 'msgname', - { field=>'subject', size=>80, }, { field=>'from_addr', size=>60, }, { field=>'bcc_addr', size=>60, }, + { field=>'subject', size=>80, }, { field=>'body', type=>'htmlarea', width=>763 }, ], 'labels' => { 'msgnum' => 'Template', |