X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1567369ac1fb744b704cacbe77542f55e410d61b..6e47f5d25d117dda1c66e82476165d9abce91fc5:/user_edit.php diff --git a/user_edit.php b/user_edit.php index 582452d9..cda9ab2d 100644 --- a/user_edit.php +++ b/user_edit.php @@ -147,7 +147,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'=>'300','cellspacing'=>'1','cellpadding'=>'3','border'=>'0')); $table->setRowOptions(array('valign'=>'top','class'=>'tableHeader')); $table->setData($projects); $table->setKeyField('id');