X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/069fad4865cadc18340589bc2d2d681d2e0616a6..3ad837214ca361fdaac5363d9e702d3d40d04b17:/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');