]> wagnertech.de Git - timetracker.git/blobdiff - week.php
Fixed week view headers for single digit days.
[timetracker.git] / week.php
index a3f30cbc47b5129612ade0f92e2c8177b553b92c..c6841f80a61ff9a9d0ef25ac100c6155bdca00d2 100644 (file)
--- a/week.php
+++ b/week.php
@@ -209,7 +209,7 @@ if ($user->canManageTeam()) {
 $table = new Table('week_durations');
 // $table->setIAScript('markModified'); // TODO: write a script to mark table or particular cells as modified.
 $table->setTableOptions(array('width'=>'100%','cellspacing'=>'1','cellpadding'=>'3','border'=>'0'));
-$table->setRowOptions(array('valign'=>'top','class'=>'tableHeader'));
+$table->setRowOptions(array('class'=>'tableHeaderCentered'));
 $table->setData($dataArray); // $durations_with_labels);
 // Add columns to table.
 $table->addColumn(new TableColumn('label', '', new LabelCellRenderer(), $dayTotals['label']));