X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c00312b6fe7c20acfe9cb61a75d16a110f815767..f467f086cd40c50256023061a96f2ce1ab63c492:/user_edit.php 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(); }