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/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index d9e7fcb66..d35f36ecd 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2043,7 +2043,7 @@ function user_admin_account() { function theme_user_admin_account($form) { // Overview table: $header = array( - array(), + theme('table_select_header_cell'), array('data' => t('Username'), 'field' => 'u.name'), array('data' => t('Status'), 'field' => 'u.status'), t('Roles'), -- cgit v1.2.3