Adding formfields for autoresponder (part 2, forgot some files), fixes #629

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-03-04 21:45:17 +01:00
parent 6825c5e0dc
commit 865f7036fd
4 changed files with 22 additions and 8 deletions

View File

@@ -46,6 +46,10 @@ return array(
'maxlength' => 10,
'ul_field' => $date_until_off,
),
'subject' => array(
'label' => $lng['autoresponder']['subject'],
'type' => 'text',
),
'message' => array(
'style' => 'vertical-align:top;',
'label' => $lng['autoresponder']['message'],