Index: bugnote_add_inc.php =================================================================== --- bugnote_add_inc.php (revision 211) +++ bugnote_add_inc.php (working copy) @@ -30,6 +30,7 @@ +
0){ + html_page_top(); + + echo "|
reporter_id ); ?>
- () + () reporter_id ); ?> @@ -129,13 +150,12 @@ [ ] - date_submitted ); ?> - date_submitted ); ?>' . lang_get( 'edited_on') . lang_get( 'word_separator' ) . date( $t_normal_date_format, $t_bugnote->last_modified ) . ' '; + echo ', ' . lang_get( 'edited_on') . lang_get( 'word_separator' ) . date( $t_normal_date_format, $t_bugnote->last_modified ) . ''; } ?> -
+
id, lang_get( 'make_private' ) );
}
}
+
+ ?>
+ [Antworten]
+
@@ -211,29 +235,58 @@
break;
}
- echo string_display_links( $t_bugnote->note );;
+ $note = str_replace(array('<','>'), array('<','>'), $t_bugnote->note);
+ echo string_display_links( $note );
?>
|
|||
+
|
+ |||
| ', sprintf ( lang_get( 'total_time_for_issue' ), db_minutes_to_hhmm( $t_total_time ) ), ' | |||
| @@ -244,3 +297,7 @@ |