| 61 |
simpletest_automator_action_save($action); |
simpletest_automator_action_save($action); |
| 62 |
} |
} |
| 63 |
drupal_set_message(t('Import successful.')); |
drupal_set_message(t('Import successful.')); |
| 64 |
$form_state['redirect'] = 'admin/build/simpletest_automator/'. $said; |
$form_state['redirect'] = 'admin/build/simpletest_automator'; |
| 65 |
} |
} |
| 66 |
|
|
| 67 |
/** |
/** |
| 533 |
'#aid' => $aid, |
'#aid' => $aid, |
| 534 |
'#action_weight' => $action->weight, |
'#action_weight' => $action->weight, |
| 535 |
); |
); |
| 536 |
|
// We might need textarea javascript later on. @todo - find better way. |
| 537 |
|
drupal_add_js('misc/textarea.js'); |
| 538 |
$form['type'] = array( |
$form['type'] = array( |
| 539 |
'#type' => 'select', |
'#type' => 'select', |
| 540 |
'#title' => t('Type'), |
'#title' => t('Type'), |