Enable keyboard shortcut inside textarea and minor fixes

This commit is contained in:
Frederic Guillot
2015-02-15 21:54:21 -05:00
parent 353117f44e
commit b2c95a25e3
9 changed files with 19 additions and 17 deletions

View File

@@ -21,7 +21,7 @@
<th class="board-column">
<?php if (! $not_editable): ?>
<div class="board-add-icon">
<?= $this->a('+', 'task', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-creation-popover', t('Add a new task')) ?>
<?= $this->a('+', 'task', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-board-popover', t('Add a new task')) ?>
</div>
<?php endif ?>