url->link(t('Open the recurring template'), 'TaskViewController', 'show', array('task_id' => $source_id)) ?>

url->link(t('Edit built-in recurrence'), 'TaskRecurrenceController', 'edit', array('task_id' => $task['id']), false, 'js-modal-medium') ?>

form->csrf() ?> form->label(t('Make recurring'), 'recoreco_enabled') ?>
form->label(t('Target column (where the copy appears)'), 'recoreco_target_column') ?> form->select('recoreco_target_column', $columns_list, $values) ?> form->label(t('Frequency'), 'recoreco_frequency') ?> form->select('recoreco_frequency', $frequency_list, $values) ?>
form->checkbox('recoreco_last_day', t('Fires on last day/weekday of the month'), 1, $values['recoreco_last_day'] == 1) ?>
form->label(t('Create the copy this many days before the due date'), 'recoreco_days_before') ?> form->checkbox('recoreco_link_copies', t('Link copies to the template'), 1, $values['recoreco_link_copies'] == 1) ?>

0 ? (int) $values['recoreco_limit'] : '' ?>
form->checkbox('recoreco_follow_finance', t('Follow FinanceBuddy installments'), 1, $following) ?>

form->label(t('Recurrence'), 'recoreco_count') ?>
> >

modal->submitButtons() ?>