From 4de573cadcafac70aee44638e7251715c17a88dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 1 Jul 2007 21:01:46 +0000 Subject: #58090 by sime and webchick: add id to dblog HTML output table --- modules/dblog/dblog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module index b6cdca21f..acd5a8050 100644 --- a/modules/dblog/dblog.module +++ b/modules/dblog/dblog.module @@ -179,7 +179,7 @@ function dblog_overview() { $rows[] = array(array('data' => t('No log messages available.'), 'colspan' => 6)); } - $output .= theme('table', $header, $rows); + $output .= theme('table', $header, $rows, array('id' => 'admin-dblog')); $output .= theme('pager', NULL, 50, 0); return $output; -- cgit v1.2.3