X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7df94ddee8feb9bc19b681f2b58fc547df622c9b..0e6a98c88343858e870765390e9d802eda764604:/week.php diff --git a/week.php b/week.php index a3f30cbc..c6841f80 100644 --- 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']));