Skip to content

Commit

Permalink
fixing #23630
Browse files Browse the repository at this point in the history
"Allow Reporter to close Issue" tick box is not centered
  • Loading branch information
cybernet committed Nov 13, 2017
1 parent 69bfa7b commit 79b4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_config_work_threshold_page.php
Expand Up @@ -287,7 +287,7 @@ function get_capability_boolean( $p_caption, $p_threshold, $p_all_projects_only
$t_value = ' ';
}
}
echo "\t" . '<td class="' . $t_color . '">' . $t_value . '</td>' . "\n\t"
echo "\t" . '<td class="center ' . $t_color . '">' . $t_value . '</td>' . "\n\t"
. '<td class="left" colspan="' . ( count( $g_access_levels ) - 1 ). '"></td>';

print_who_can_change( $p_threshold, $t_can_change );
Expand Down

0 comments on commit 79b4676

Please sign in to comment.