dont hide fieldset
This commit is contained in:
@@ -62,7 +62,7 @@ function booking_variety_regn_form($node, &$form_state)
|
||||
$form['variety-sessions'] = array(
|
||||
'#type' => 'fieldset',
|
||||
'#title' => 'Select Variety Sessions',
|
||||
'#attributes' => array('class' => array('element-hidden')),
|
||||
//'#attributes' => array('class' => array('element-hidden')),
|
||||
//'#prefix' => '<div id="booking_variety_session_fieldset_wrapper">',
|
||||
//'#suffix' => '</div>'
|
||||
);
|
||||
@@ -152,7 +152,7 @@ function booking_variety_session_form_callback($form, &$form_state) {
|
||||
}
|
||||
else {
|
||||
$form['form']['identity']['booking_feedback_wrapper']['#markup'] = '<div id="booking_feedback_wrapper">Identity matched.</div>';
|
||||
$form['form']['variety-sessions']['#attributes']['class'] = '';
|
||||
//$form['form']['variety-sessions']['#attributes']['class'] = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user