diff --git a/adm_permissions_report.php b/adm_permissions_report.php index 918eca6df1..3524af20a0 100644 --- a/adm_permissions_report.php +++ b/adm_permissions_report.php @@ -54,7 +54,7 @@ function get_section_begin_apr( $p_section_name ) { $t_access_levels = MantisEnum::getValues( config_get( 'access_levels_enum_string' ) ); $t_output = '
'; - $t_output .= ''; + $t_output .= '
'; $t_output .= '' . "\n"; $t_output .= ''; diff --git a/manage_config_work_threshold_page.php b/manage_config_work_threshold_page.php index 6ac09400eb..b8b976c81d 100644 --- a/manage_config_work_threshold_page.php +++ b/manage_config_work_threshold_page.php @@ -78,7 +78,7 @@ function get_section_begin_mcwt( $p_section_name ) { global $t_access_levels; echo '
'. "\n"; - echo '
' . $p_section_name . '
' . lang_get( 'perm_rpt_capability' ) . '
'; + echo '
'; echo '' . "\n"; echo ''; echo ''; diff --git a/manage_config_workflow_page.php b/manage_config_workflow_page.php index a877ecfb8b..a80de2a828 100644 --- a/manage_config_workflow_page.php +++ b/manage_config_workflow_page.php @@ -137,7 +137,7 @@ function show_flag( $p_from_status_id, $p_to_status_id ) { function section_begin( $p_section_name ) { $t_enum_statuses = MantisEnum::getValues( config_get( 'status_enum_string' ) ); echo '
'. "\n"; - echo "\t" . '
' . $p_section_name . '
' . lang_get( 'perm_rpt_capability' ) . '' . lang_get( 'access_levels' ) . '
'. "\n"; + echo "\t
\n"; echo "\t\t" . '' . "\n\t\t\t" . '' . "\n\t\t" . '' . "\n"; echo "\t\t" . '' . "\n\t\t\t" . ''. "\n"; @@ -187,7 +187,7 @@ function section_end() { function threshold_begin( $p_section_name ) { echo '
'; - echo '
' . $p_section_name . '
' . lang_get( 'current_status' ) . '
'; + echo '
'; echo "\t" . '' . "\n"; echo "\t" . '' . "\n"; echo "\t\t" . '' . "\n"; @@ -231,7 +231,7 @@ function threshold_end() { function access_begin( $p_section_name ) { echo '
'; - echo '
' . $p_section_name . '
' . lang_get( 'threshold' ) . '' . lang_get( 'status_level' ) . '
'; + echo '
'; echo "\t\t" . '' . "\n"; echo "\t\t" . '' . "\n"; }
' . $p_section_name . '
' . lang_get( 'access_change' ) . '