X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_add.php;h=ed017de8a7d8e3f9a6fba33fb436722f52f474df;hb=983999db0dd78046ebf3090e379049cbd8bc0c5a;hp=c821c7d4fff8fdbd5abad43d6bfa899baf6d59fe;hpb=367baa10353d5f679e6e3c795ae9d35a275a24d9;p=timetracker.git diff --git a/mobile/user_add.php b/mobile/user_add.php index c821c7d4..ed017de8 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -125,7 +125,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'=>'250','cellspacing'=>'1','cellpadding'=>'3','border'=>'0')); $table->setRowOptions(array('valign'=>'top','class'=>'tableHeader')); $table->setData($projects); $table->setKeyField('id');