" bgcolor="#999999"> </td> </tr> <?php $t_in_stickies = false; } # choose color based on status $status_label = html_get_status_css_class($t_row->status, auth_get_current_user_id(), $t_row->project_id); echo '<tr class="' . $status_label . '">'; $t_column_value_function = 'print_column_value'; foreach ($t_columns as $t_column) { helper_call_custom_function($t_column_value_function, array($t_column, $t_row)); } echo '</tr>'; } } write_bug_rows($rows); # -- ====================== end of BUG LIST ========================= -- # -- ====================== MASS BUG MANIPULATION =================== -- # @@@ ideally buglist-footer would be in <tfoot>, but that's not possible due to global g_checkboxes_exist set via write_bug_rows() ?> <tr class="buglist-footer"> <td class="left" colspan="<?php echo $col_count; ?> "> <span class="floatleft"> <?php if ($g_checkboxes_exist && ON == config_get('use_javascript')) { echo '<input type="checkbox" id="bug_arr_all" name="bug_arr_all" value="all" class="check_all" />'; echo '<label for="bug_arr_all">' . lang_get('select_all') . '</label>'; }
"> </td> </tr> <?php $t_in_stickies = false; } # choose color based on status $t_status_label = html_get_status_css_class($t_row->status, auth_get_current_user_id(), $t_row->project_id); echo '<tr class="' . $t_status_label . '">'; $t_column_value_function = 'print_column_value'; foreach ($g_columns as $t_column) { helper_call_custom_function($t_column_value_function, array($t_column, $t_row)); } echo '</tr>'; } } write_bug_rows($t_rows); # -- ====================== end of BUG LIST ========================= -- # -- ====================== MASS BUG MANIPULATION =================== -- # @@@ ideally buglist-footer would be in <tfoot>, but that's not possible due to global g_checkboxes_exist set via write_bug_rows() ?> <tr class="buglist-footer"> <td class="left" colspan="<?php echo $t_col_count; ?> "> <span class="floatleft"> <?php if ($g_checkboxes_exist) { echo '<input type="checkbox" id="bug_arr_all" name="bug_arr_all" value="all" class="check_all" />'; echo '<label for="bug_arr_all">' . lang_get('select_all') . '</label>'; }