From 001d54f663136894ce0dce0a09693cc107cfb788 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 21 Nov 2006 08:16:39 +0000 Subject: #84961: Add 'select all' and range select feature to admin tables. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index ef0b949d2..2ce5863db 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1533,7 +1533,7 @@ function node_admin_nodes() { */ function theme_node_admin_nodes($form) { // Overview table: - $header = array(NULL, t('Title'), t('Type'), t('Author'), t('Status'), t('Operations')); + $header = array(theme('table_select_header_cell'), t('Title'), t('Type'), t('Author'), t('Status'), t('Operations')); $output .= drupal_render($form['options']); if (isset($form['title']) && is_array($form['title'])) { -- cgit v1.2.3