formCsrf() ?> formHidden('id', $values) ?> formLabel(t('Start date'), 'date_started') ?> formText('date_started', $values, array(), array('placeholder="'.$this->inList($date_format, $date_formats).'"'), 'form-date') ?> formLabel(t('Time estimated'), 'time_estimated') ?> formNumeric('time_estimated', $values, array(), array('placeholder="'.t('hours').'"')) ?> formLabel(t('Time spent'), 'time_spent') ?> formNumeric('time_spent', $values, array(), array('placeholder="'.t('hours').'"')) ?>