Sync locales

This commit is contained in:
Frederic Guillot
2016-02-20 11:34:16 -05:00
parent c8c1242c26
commit 8383252286
29 changed files with 555 additions and 199 deletions

View File

@@ -18,7 +18,7 @@
<tr data-subtask-id="<?= $subtask['id'] ?>">
<td>
<?php if ($editable): ?>
<i class="fa fa-arrows-alt draggable-row-handle" title="<?= t('Move subtask position') ?>"></i>
<i class="fa fa-arrows-alt draggable-row-handle" title="<?= t('Change subtask position') ?>"></i>
<?= $this->subtask->toggleStatus($subtask, $task['project_id'], true) ?>
<?php else: ?>
<?= $this->subtask->getTitle($subtask) ?>