= t('Do you really want to remove this time slot?') ?>
= $this->a(t('Yes'), 'timetableday', 'remove', array('user_id' => $user['id'], 'slot_id' => $slot_id), true, 'btn btn-red') ?>
= t('or') ?>
= $this->a(t('cancel'), 'timetableday', 'index', array('user_id' => $user['id'])) ?>