From 95988785e1a39ea4d8506aa752699e39932ef8a3 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 1 Sep 2012 22:39:18 -0700 Subject: Issue #1473198 by kika, roborn: Fixed Empty table pattern for 'Edit [book's] order and titles' admin page. --- modules/book/book.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book') diff --git a/modules/book/book.admin.inc b/modules/book/book.admin.inc index 2f60610c8..62c6e841a 100644 --- a/modules/book/book.admin.inc +++ b/modules/book/book.admin.inc @@ -278,5 +278,5 @@ function theme_book_admin_table($variables) { $rows[] = $row; } - return theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => array('id' => 'book-outline'))); + return theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => array('id' => 'book-outline'), 'empty' => t('No book content available.'))); } -- cgit v1.2.3