From c9f8cddc43e43774745cbd4615f6102cbc9e9fe2 Mon Sep 17 00:00:00 2001 From: Carlos Proensa Date: Sun, 10 Mar 2019 09:42:08 +0100 Subject: [PATCH] Move "all projects" into the scrollable area Move the "All projects" entry in navbar projects list to be the first element in the scrollable area. --- core/layout_api.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/layout_api.php b/core/layout_api.php index 9595b4b685..7c1a711d4a 100644 --- a/core/layout_api.php +++ b/core/layout_api.php @@ -592,13 +592,6 @@ function layout_navbar_projects_list( $p_project_id = null, $p_include_all_proje $t_project_ids = user_get_accessible_projects( $t_user_id ); $t_can_report = true; - if( $p_include_all_projects && $p_filter_project_id !== ALL_PROJECTS ) { - echo ALL_PROJECTS == $p_project_id ? '
  • ' : '
  • '; - echo ''; - echo lang_get( 'all_projects' ) . '
  • ' . "\n"; - echo '
  • ' . "\n"; - } - echo '
  • '; echo '