form tweak
This commit is contained in:
@@ -294,6 +294,12 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
|
||||
$form_format = NULL;
|
||||
}
|
||||
|
||||
//include the token definitions
|
||||
$form['tokens'] = array(
|
||||
'#theme' => 'token_tree',
|
||||
'#token_types' => array('booking'),
|
||||
);
|
||||
|
||||
$form['email-type'] = array(
|
||||
'#type' => 'select',
|
||||
'#title' => t('Email Type'),
|
||||
|
Reference in New Issue
Block a user