add mail footer for HTML email
This commit is contained in:
@@ -75,7 +75,14 @@ function booking_admin() {
|
||||
t('Yes')
|
||||
),
|
||||
'#default_value' => variable_get('booking_enable_html_mail', 0),
|
||||
);
|
||||
);
|
||||
$form['emails']['booking_html_mail_footer'] = array(
|
||||
'#title' => t('Footer text for HTML email'),
|
||||
'#description' => t('Enter HTML to go in the footer of the email template (above the social media icons).'),
|
||||
'#default_value' => isset(variable_get('booking_html_mail_footer')['value']) ? variable_get('booking_html_mail_footer')['value'] : variable_get('booking_html_mail_footer', '<p> </p>'),
|
||||
'#type' => 'text_format',
|
||||
'#format' => 'full_html',
|
||||
);
|
||||
$form['email']['booking_custom_email_count'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Number of custom email definitions'),
|
||||
|
Reference in New Issue
Block a user