whoops...wrong field type
This commit is contained in:
parent
30fefe9e68
commit
e526b06501
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ sub www_editSettings {
|
||||||
-hoverHelp=>$i18n->get('824 description'),
|
-hoverHelp=>$i18n->get('824 description'),
|
||||||
-value=>$session->setting->get("mailFooter")
|
-value=>$session->setting->get("mailFooter")
|
||||||
);
|
);
|
||||||
$tabform->getTab("messaging")->textarea(
|
$tabform->getTab("messaging")->email(
|
||||||
-name=>"mailReturnPath",
|
-name=>"mailReturnPath",
|
||||||
-label=>$i18n->get("mail return path"),
|
-label=>$i18n->get("mail return path"),
|
||||||
-hoverHelp=>$i18n->get('mail return path help'),
|
-hoverHelp=>$i18n->get('mail return path help'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue