X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3ad837214ca361fdaac5363d9e702d3d40d04b17..768cd79f51628c223a55a8d8e85269bad4d8a105:/user_add.php diff --git a/user_add.php b/user_add.php index cf233d5b..5696d28f 100644 --- a/user_add.php +++ b/user_add.php @@ -126,7 +126,7 @@ class RateCellRenderer extends DefaultCellRenderer { // Create projects table. $table = new Table('projects'); $table->setIAScript('setDefaultRate'); -$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');