X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=user_add.php;h=5696d28fa67e6735a8db905d3b107d8a62db8255;hb=48ba99d8257be57e5e43a03e80ab5d8c782b5295;hp=cf233d5b55f8ec5e98e6c7a82865ea3fd1d2f949;hpb=367baa10353d5f679e6e3c795ae9d35a275a24d9;p=timetracker.git 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');