Skip to content

Commit

Permalink
Fix alternate row colors in view.php
Browse files Browse the repository at this point in the history
Added new div and CSS to the View Issue Details table
  • Loading branch information
dregad committed Oct 12, 2013
1 parent f3f56a3 commit b3d8f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bug_view_inc.php
Expand Up @@ -238,7 +238,8 @@
#

echo '<br />';
echo '<table class="width100" cellspacing="1">';
echo '<div id="view-issue-details" class="table-container">';
echo '<table>';
echo '<thead><tr class="bug-nav">';

# Form Title
Expand Down Expand Up @@ -737,6 +738,7 @@
}

echo '</tbody></table>';
echo '</div>';

# User list sponsoring the bug
if ( $tpl_show_sponsorships_box ) {
Expand Down

0 comments on commit b3d8f6b

Please sign in to comment.