]> wagnertech.de Git - timetracker.git/blobdiff - mobile/user_edit.php
Fixed ttTimesheetHelper::getApprovers function.
[timetracker.git] / mobile / user_edit.php
index 1e0845e1ace6c83850ee1cbaf54b357f989dbd40..411586bda1381b101c0247470d82079499fa7cac 100644 (file)
@@ -145,7 +145,7 @@ class RateCellRenderer extends DefaultCellRenderer {
 // Create projects table.
 $table = new Table('projects');
 $table->setIAScript('setRate');
-$table->setTableOptions(array('width'=>'100%','cellspacing'=>'1','cellpadding'=>'3','border'=>'0'));
+$table->setTableOptions(array('width'=>'250','cellspacing'=>'1','cellpadding'=>'3','border'=>'0'));
 $table->setRowOptions(array('valign'=>'top','class'=>'tableHeader'));
 $table->setData($projects);
 $table->setKeyField('id');