test
This commit is contained in:
@@ -85,7 +85,7 @@ function booking_emails_workflow_admin() {
|
||||
'#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',
|
||||
'format' => array('#access' => FALSE), // Hiding select options
|
||||
'format' => array('#attributes' => array('style' => 'display:none')), // Hiding select options
|
||||
);
|
||||
}
|
||||
$form['emails']['booking_email_notification_text'] = array(
|
||||
|
Reference in New Issue
Block a user