From d10aa8b1f39a26d87a6c9c6f3c6dc0557269f843 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sat, 12 Oct 2013 22:11:08 +0200 Subject: [PATCH] Fix HTML/CSS for Manage Global Profiles page --- account_prof_menu_page.php | 8 ++++++-- core/print_api.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/account_prof_menu_page.php b/account_prof_menu_page.php index 8f968b22b0..05ee89808a 100644 --- a/account_prof_menu_page.php +++ b/account_prof_menu_page.php @@ -138,13 +138,17 @@ +
- -
+
diff --git a/core/print_api.php b/core/print_api.php index 1da26c47fe..034a270fac 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -669,7 +669,7 @@ function print_profile_option_list_for_project( $p_project_id, $p_select_id = '' * @param int $p_select_id ID to mark as selected by default */ function print_profile_option_list_from_profiles( $p_profiles, $p_select_id ) { - echo ''; + echo ''; foreach( $p_profiles as $t_profile ) { extract( $t_profile, EXTR_PREFIX_ALL, 'v' );