minor tweaks
This commit is contained in:
@@ -176,15 +176,16 @@ function booking_room_edit_form($node, &$form_state, $nid) {
|
||||
'#value' => $nid,
|
||||
);
|
||||
|
||||
$form['remove'] = array (
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Remove'),
|
||||
);
|
||||
|
||||
$form['submit'] = array (
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Submit'),
|
||||
);
|
||||
$form['remove'] = array (
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Remove'),
|
||||
);
|
||||
|
||||
|
||||
return array (
|
||||
'first_para' => array (
|
||||
'#type' => 'markup',
|
||||
|
Reference in New Issue
Block a user