isEmpty()): ?> getCollection() as $slot): ?>
order(t('Day'), 'Day') ?> order(t('All day'), 'all_day') ?> order(t('Start time'), 'start') ?> order(t('End time'), 'end') ?>
e($slot['comment']) ?> url->link(t('Remove'), 'timetableextra', 'confirm', array('user_id' => $user['id'], 'slot_id' => $slot['id'])) ?>
form->hidden('user_id', $values) ?> form->csrf() ?> form->label(t('Day'), 'date') ?> form->text('date', $values, $errors, array('required'), 'form-date') ?> form->checkbox('all_day', t('All day'), 1) ?> form->label(t('Start time'), 'start') ?> form->select('start', $this->dt->getDayHours(), $values, $errors) ?> form->label(t('End time'), 'end') ?> form->select('end', $this->dt->getDayHours(), $values, $errors) ?> form->label(t('Comment'), 'comment') ?> form->text('comment', $values, $errors) ?>