From 3bcc48225adf7d92c69accb069bf2604bae7da1b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 28 Jun 2009 16:05:58 +0000 Subject: #504428 by Sutharsan: Include link to add item on all empty admin listing pages. --- modules/node/content_types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 6717d5743..c2e19ba52 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -35,7 +35,7 @@ function node_overview_types() { } if (empty($rows)) { - $rows[] = array(array('data' => t('No content types available.'), 'colspan' => '5', 'class' => 'message')); + $rows[] = array(array('data' => t('No content types available. Add content type now.', array('@link' => url('admin/build/types/add'))), 'colspan' => '5', 'class' => 'message')); } return theme('table', $header, $rows); -- cgit v1.2.3