<pclass="form-help"><?=t('Turn this project into a spaced-repetition study board. This restructures the columns to Drafts | Study | Hairy | Hard | Medium | Easy | Done and moves every card to Drafts.')?></p>
<formmethod="post"action="<?= $this->url->href('QualKardController', 'setup', array('plugin' => 'QualKard', 'project_id' => $project['id'])) ?>"onsubmit="return confirm('<?= t('This restructures the board and moves all cards to Drafts. Continue?') ?>');">
<?=$this->form->csrf()?>
<buttontype="submit"class="btn btn-blue"><?=t('Set up QualKard study board')?></button>
</form>
<?phpelse:?>
<pclass="form-help"><?=t('QualKard is enabled on this board.')?></p>
<formmethod="post"style="display:inline"action="<?= $this->url->href('QualKardController', 'reset', array('plugin' => 'QualKard', 'project_id' => $project['id'])) ?>"onsubmit="return confirm('<?= t('Reset every card to unread and move them to Drafts. Continue?') ?>');">
<?=$this->form->csrf()?>
<buttontype="submit"class="btn"><?=t('Reset all cards')?></button>