]> wagnertech.de Git - timetracker.git/blobdiff - user_add.php
Introduced label.entity into localization files,
[timetracker.git] / user_add.php
index cf233d5b55f8ec5e98e6c7a82865ea3fd1d2f949..5696d28fa67e6735a8db905d3b107d8a62db8255 100644 (file)
@@ -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');