X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time.php;h=47e06a14c6b71305410de399b94e87d34082cf66;hb=1ec29837741da5d4d24bbe9d11a780bc0de12f0b;hp=768a809da1ce0127dc013457da5bc5d44aaf30ef;hpb=bd68d5a0dc9aad9854df9220538bd0c0db7d6ea0;p=timetracker.git diff --git a/time.php b/time.php index 768a809d..47e06a14 100644 --- a/time.php +++ b/time.php @@ -195,6 +195,8 @@ if (!$user->canManageTeam() && defined('READONLY_START_FINISH') && isTrue(READON } if ((TYPE_DURATION == $user->record_type) || (TYPE_ALL == $user->record_type)) $form->addInput(array('type'=>'text','name'=>'duration','value'=>$cl_duration,'onchange'=>"formDisable('duration');")); +if (!defined('NOTE_INPUT_HEIGHT')) + define('NOTE_INPUT_HEIGHT', 40); $form->addInput(array('type'=>'textarea','name'=>'note','style'=>'width: 600px; height:'.NOTE_INPUT_HEIGHT.'px;','value'=>$cl_note)); $form->addInput(array('type'=>'calendar','name'=>'date','value'=>$cl_date)); // calendar if ($user->isPluginEnabled('iv'))