#59070, forms on paged versionis of admin/node did not work, patch by tenrapid

4.7.x
Gerhard Killesreiter 2006-04-18 09:12:40 +00:00
parent dd814739ab
commit 631d150644
2 changed files with 0 additions and 6 deletions

View File

@ -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);

View File

@ -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);