Uncheck tasks and swimlanes from project duplication and update translations

This commit is contained in:
Frederic Guillot
2015-02-07 14:36:24 -05:00
parent a6b3306072
commit 73b44f1550
18 changed files with 177 additions and 190 deletions

View File

@@ -12,8 +12,8 @@
<?= $this->formCheckbox('category', t('Categories'), 1, true) ?>
<?= $this->formCheckbox('action', t('Actions'), 1, true) ?>
<?= $this->formCheckbox('swimlane', t('Swimlanes'), 1, true) ?>
<?= $this->formCheckbox('task', t('Tasks'), 1, true) ?>
<?= $this->formCheckbox('swimlane', t('Swimlanes'), 1, false) ?>
<?= $this->formCheckbox('task', t('Tasks'), 1, false) ?>
<div class="form-actions">
<input type="submit" value="<?= t('Duplicate') ?>" class="btn btn-red"/>