formCsrf() ?> formLabel(t('Task highlight period'), 'board_highlight_period') ?> formNumber('board_highlight_period', $values, $errors) ?>

formLabel(t('Refresh interval for public board'), 'board_public_refresh_interval') ?> formNumber('board_public_refresh_interval', $values, $errors) ?>

formLabel(t('Refresh interval for private board'), 'board_private_refresh_interval') ?> formNumber('board_private_refresh_interval', $values, $errors) ?>

formLabel(t('Default columns for new projects (Comma-separated)'), 'board_columns') ?> formText('board_columns', $values, $errors) ?>

formLabel(t('Default categories for new projects (Comma-separated)'), 'project_categories') ?> formText('project_categories', $values, $errors) ?>

formCheckbox('subtask_restriction', t('Allow only one subtask in progress at the same time for a user'), 1, $values['subtask_restriction'] == 1) ?> formCheckbox('subtask_time_tracking', t('Enable time tracking for subtasks'), 1, $values['subtask_time_tracking'] == 1) ?>