Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TimeTracking/TimeTracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function view_bug_time( $p_event, $p_bug_id ) {
<div class="widget-main no-padding">

<div class="table-responsive">
<table class="width100" cellspacing="1">
<table class="width100 table table-bordered table-condensed table-hover table-striped" cellspacing="1">
<tr class="row-category">
<td><div align="center"><b><?php echo plugin_lang_get( 'expenditure_date' ); ?></b></div></td>
<td><div align="center"><b><?php echo plugin_lang_get( 'hours' ); ?></b></div></td>
Expand Down