'; } // Views Bulk Operations form: else if (strpos($form_id, 'views_form_') === 0 && !empty($form['select'])) { // Add some JavaScript to hide the VBO buttons until items are selected. drupal_add_js(drupal_get_path('theme', 'farm_theme') . '/js/vbo.js'); // Move VBO buttons to the bottom. $form['select']['#weight'] = 100; } }