diff --git a/panels_node/panels_node.module b/panels_node/panels_node.module index 06704203f3c811b0ab1ca85c39c6e9d2b7f1021c..e3b4a78123bfa2bb211686e29fc61f6eeee7eeb5 100644 --- a/panels_node/panels_node.module +++ b/panels_node/panels_node.module @@ -60,6 +60,8 @@ function panels_node_menu() { 'page arguments' => array(1), 'type' => MENU_LOCAL_TASK, ); + // FIXME Statically setting the path in this way makes these tabs render on + // ALL node - appropriate or not $items['node/%node/panel_layout'] = array( 'path' => $base . 'layout', 'title' => 'Panel layout', diff --git a/panels_page/panels_page.admin.inc b/panels_page/panels_page.admin.inc index 9ad0c8733bd0d074f2fe5c08fd528860c2f26a8d..1ab67f5cef6b2297231d1cbd3caad08ff253d9e3 100644 --- a/panels_page/panels_page.admin.inc +++ b/panels_page/panels_page.admin.inc @@ -813,7 +813,7 @@ function panels_page_edit_content($panel_page) { } function panels_page_preview_page($panel_page) { - return t('Dynamic previews have not yet been ported to Drupal 6. Expect them in the next alpha release.'); + return t('Dynamic previews have not yet been ported to Drupal 6. Expect them in a later alpha release.'); $args = func_get_args(); $panel_page = array_shift($args);