#59070, forms on paged versionis of admin/node did not work, patch by tenrapid
parent
dd814739ab
commit
631d150644
|
@ -1147,9 +1147,6 @@ function node_admin_nodes() {
|
|||
$form['nodes'] = array('#type' => 'checkboxes', '#options' => $nodes);
|
||||
$form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
|
||||
|
||||
$form['#method'] = 'post';
|
||||
$form['#action'] = url('admin/node');
|
||||
|
||||
// Call the form first, to allow for the form_values array to be populated.
|
||||
$output .= drupal_get_form('node_admin_nodes', $form);
|
||||
|
||||
|
|
|
@ -1147,9 +1147,6 @@ function node_admin_nodes() {
|
|||
$form['nodes'] = array('#type' => 'checkboxes', '#options' => $nodes);
|
||||
$form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
|
||||
|
||||
$form['#method'] = 'post';
|
||||
$form['#action'] = url('admin/node');
|
||||
|
||||
// Call the form first, to allow for the form_values array to be populated.
|
||||
$output .= drupal_get_form('node_admin_nodes', $form);
|
||||
|
||||
|
|
Loading…
Reference in New Issue