= $paginator->order(t('Day'), 'Day') ?> | = $paginator->order(t('All day'), 'all_day') ?> | = $paginator->order(t('Start time'), 'start') ?> | = $paginator->order(t('End time'), 'end') ?> | = t('Comment') ?> | = t('Action') ?> |
---|---|---|---|---|---|
= $slot['date'] ?> | = $slot['all_day'] == 1 ? t('Yes') : t('No') ?> | = $slot['start'] ?> | = $slot['end'] ?> | = $this->e($slot['comment']) ?> | = $this->a(t('Remove'), 'timetableoff', 'confirm', array('user_id' => $user['id'], 'slot_id' => $slot['id'])) ?> |