--- node.module 2005-07-07 15:37:18.000000000 +0200 +++ node_check_all.module 2005-07-15 14:35:53.992666224 +0200 @@ -918,7 +918,21 @@ if (!$rows) { $rows[] = array(array('data' => t('No posts available.'), 'colspan' => '6')); - } + } else { + array_unshift($rows,array(array('data' => t('Check all | none', array('%all'=>'javascript:check(\'all\')', '%none'=>'javascript:check(\'none\')')), 'colspan' => '6'))); + $rows[]=array(array('data' => t('Check all | none', array('%all'=>'javascript:check(\'all\')', '%none'=>'javascript:check(\'none\')')), 'colspan' => '6')); + } + $output .= ""; $output .= theme('table', $header, $rows); return form($output, 'post', url('admin/node/action'));