X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftime_edit.php;h=a99835afada71cc10a5ac5cde613fb68be08038a;hb=600a2f9ba49efc6f40a2693306f4be69acabd6a0;hp=d0d3f448036d744e4c7c87241b4f97618c5d3e9c;hpb=bd68d5a0dc9aad9854df9220538bd0c0db7d6ea0;p=timetracker.git diff --git a/mobile/time_edit.php b/mobile/time_edit.php index d0d3f448..a99835af 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.php @@ -184,7 +184,7 @@ 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');")); $form->addInput(array('type'=>'datefield','name'=>'date','maxlength'=>'20','value'=>$cl_date)); -$form->addInput(array('type'=>'textarea','name'=>'note','style'=>'width: 250px; height: 60px;','value'=>$cl_note)); +$form->addInput(array('type'=>'textarea','name'=>'note','class'=>'mobile-textarea','value'=>$cl_note)); // If we have custom fields - add controls for them. if ($custom_fields && $custom_fields->fields[0]) { // Only one custom field is supported at this time.