diff -u modules/dashboard/dashboard.module modules/dashboard/dashboard.module --- modules/dashboard/dashboard.module 3 Nov 2010 17:36:46 -0000 +++ modules/dashboard/dashboard.module 3 Nov 2010 17:38:54 -0000 @@ -9,7 +9,7 @@ case 'admin/help#dashboard': $output = ''; $output .= '
' . t('The Dashboard module provides a Dashboard page in the administrative interface for organizing administrative tasks and navigation, and tracking information within your site. The Dashboard page contains blocks, which you can add to and arrange using the drag and drop interface that appears when you click on the Customize dashboard link. For more information, see the online handbook entry for Dashboard module.', array('@handbook' => 'http://drupal.org/handbook/modules/dashboard', '@dashboard' => url('admin/dashboard'))) . '
'; + $output .= '' . t('The Dashboard module provides a Dashboard page in the administrative interface for organizing administrative tasks and navigation, and tracking information within your site. The Dashboard page contains blocks, which you can add to and arrange using the drag and drop interface that appears when you click on the Customize dashboard link. Within this interface, some blocks which are not primarily used for site administration do not appear by default, but can still be added to the dashboard via the Add other blocks link. For more information, see the online handbook entry for Dashboard module.', array('@handbook' => 'http://drupal.org/handbook/modules/dashboard', '@dashboard' => url('admin/dashboard'))) . '
'; $output .= '' . l(t('Add other blocks'), 'admin/dashboard/configure') . '
'; $output .= ''; return $output; } only in patch2: unchanged: --- modules/blog/blog.module 30 Aug 2010 05:58:46 -0000 1.360 +++ modules/blog/blog.module 3 Nov 2010 17:38:53 -0000 @@ -190,6 +190,7 @@ function _blog_post_exists($account) { */ function blog_block_info() { $block['recent']['info'] = t('Recent blog posts'); + $block['recent']['properties']['administrative'] = TRUE; return $block; } only in patch2: unchanged: --- modules/dashboard/dashboard.css 30 Aug 2010 00:22:03 -0000 1.14 +++ modules/dashboard/dashboard.css 3 Nov 2010 17:38:54 -0000 @@ -37,6 +37,10 @@ -webkit-border-radius: 4px; } +#dashboard .dashboard-add-other-blocks { + margin: 1em 0; +} + #dashboard .ui-sortable { border: 2px dashed #ccc; padding: 10px; @@ -66,7 +70,6 @@ background-color: #E0E0D8; border: #ccc 1px solid; padding: 10px; - min-height: 90px; } #dashboard #disabled-blocks {