add Save & Close button on the task edit form v1.8

This commit is contained in:
2026-07-10 18:13:19 -03:00
parent 717095848b
commit ac8e3b9544
4 changed files with 19 additions and 2 deletions

View File

@@ -57,6 +57,9 @@
<?= $this->form->checkbox('organon_tweaks_title_click_edit', t('Clicking a task title opens the edit form'), 1, isset($values['organon_tweaks_title_click_edit']) && $values['organon_tweaks_title_click_edit'] == 1) ?>
<p class="form-help"><?= t('On the board and the card view, click the title to open the edit modal (only where you may edit).') ?></p>
<?= $this->form->checkbox('organon_tweaks_save_close_button', t('Add a "Save & Close" button to the task edit form'), 1, isset($values['organon_tweaks_save_close_button']) && $values['organon_tweaks_save_close_button'] == 1) ?>
<p class="form-help"><?= t('Saves the task and returns to the board, instead of reopening the card view.') ?></p>
</fieldset>
<div class="form-actions">