change size of textbox

This commit is contained in:
Nathan Coad
2018-05-22 13:23:50 +10:00
parent d1629c05ee
commit cf726772d6

View File

@@ -346,6 +346,7 @@ function booking_emails_custom_ajax_form($node, &$form_state) {
//'#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(