From 725481d71ba1151101b6a4f518cfeaf230d88bcc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 19 May 2010 19:22:24 +0000 Subject: - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not really a theme function. --- modules/simpletest/simpletest.pages.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/simpletest/simpletest.pages.inc b/modules/simpletest/simpletest.pages.inc index 0fff1889c..49bf3ec57 100644 --- a/modules/simpletest/simpletest.pages.inc +++ b/modules/simpletest/simpletest.pages.inc @@ -71,10 +71,11 @@ function theme_simpletest_test_table($variables) { drupal_add_css(drupal_get_path('module', 'simpletest') . '/simpletest.css'); drupal_add_js(drupal_get_path('module', 'simpletest') . '/simpletest.js'); + drupal_add_js('misc/tableselect.js'); // Create header for test selection table. $header = array( - theme('table_select_header_cell'), + array('class' => array('select-all')), array('data' => t('Test'), 'class' => array('simpletest_test')), array('data' => t('Description'), 'class' => array('simpletest_description')), ); -- cgit v1.2.3