X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=user_edit.php;h=c8608773efb1c88275704f27c642737e6bd81890;hb=e7ecc20f1789ce0adda175aa0f70177b0f7fdb22;hp=406d3135416a4215ba18a658f217c6f43d640a33;hpb=785d404c84c153bda7d45d3aedfefa81985703b3;p=timetracker.git diff --git a/user_edit.php b/user_edit.php index 406d3135..c8608773 100644 --- a/user_edit.php +++ b/user_edit.php @@ -127,7 +127,7 @@ $form->addInput(array('type'=>'floatfield','maxlength'=>'10','name'=>'rate','for // Define classes for the projects table. class NameCellRenderer extends DefaultCellRenderer { function render(&$table, $value, $row, $column, $selected = false) { - $this->setOptions(array('width'=>200,'valign'=>'top')); + $this->setOptions(array('width'=>200)); $this->setValue(''); return $this->toString(); }