add warning
This commit is contained in:
@@ -30,7 +30,7 @@ function booking_admin() {
|
|||||||
$form['email']['booking_enable_html_mail'] = array(
|
$form['email']['booking_enable_html_mail'] = array(
|
||||||
'#type' => 'radios',
|
'#type' => 'radios',
|
||||||
'#title' => t('Enable html emails?'),
|
'#title' => t('Enable html emails?'),
|
||||||
'#description' => t('Turn this feature on for html based emails, otherwise plaintext emails will be used. HTML based emails will require a custom template file to be defined.'),
|
'#description' => t('Turn this feature on for html based emails, otherwise plaintext emails will be used. HTML based emails will require a custom template file to be defined.<br /><strong>WARNING: This will reset all existing mail definitions.</strong> Take care before changing this value.'),
|
||||||
'#options' => array(
|
'#options' => array(
|
||||||
0 => t('No'),
|
0 => t('No'),
|
||||||
t('Yes')
|
t('Yes')
|
||||||
|
Reference in New Issue
Block a user