X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/58d005dd74e63575f7dc1e9f79e54be2f314651b..d3b45bbcfa1a91751660a384939938f419f7a045:/week.php?ds=sidebyside diff --git a/week.php b/week.php index 4de08c99..1b014d2b 100644 --- a/week.php +++ b/week.php @@ -179,7 +179,7 @@ if ($user->canManageTeam()) { } // Create week_durations table. -$table = new Table('week_durations'); +$table = new Table('week_durations', 'week_view_table'); // $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('class'=>'tableHeaderCentered'));