]> wagnertech.de Git - timetracker.git/blobdiff - week.php
Work in progress enhancing week view.
[timetracker.git] / week.php
index 4de08c992e112e91cb4a9186aa299d713b08663b..1b014d2bfe14b31459db0c2a1b5187d87f8f77fb 100644 (file)
--- 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'));