change size of textbox
This commit is contained in:
@@ -345,7 +345,8 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
|
|||||||
'#value' => $body_value,
|
'#value' => $body_value,
|
||||||
//'#value' => isset($form_state['values']['booking_email_body_custom']) ? $form_state['values']['booking_email_body_custom'] : '',
|
//'#value' => isset($form_state['values']['booking_email_body_custom']) ? $form_state['values']['booking_email_body_custom'] : '',
|
||||||
'#type' => $form_type,
|
'#type' => $form_type,
|
||||||
'#format' => $form_format,
|
'#format' => $form_format,
|
||||||
|
'#rows' => 10,
|
||||||
);
|
);
|
||||||
|
|
||||||
$form['submit'] = array(
|
$form['submit'] = array(
|
||||||
|
Reference in New Issue
Block a user