diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-04 22:51:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-04 22:52:12 -0400 |
commit | e13872fc2e46976a668454d7528b0e7daef85d52 (patch) | |
tree | 5485d244f0dd4865720dc39e78cd4d1ff559f6e5 /app/Template/board/table_swimlane.php | |
parent | f04ec0700cb111baabc49febf22425612a5b7c58 (diff) |
Javascript refactoring
Diffstat (limited to 'app/Template/board/table_swimlane.php')
-rw-r--r-- | app/Template/board/table_swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index f9e4c5c1..77ec7423 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -17,7 +17,7 @@ <th class="board-column-header"> <?php if (! $not_editable): ?> <div class="board-add-icon"> - <?= $this->url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-board-popover', t('Add a new task')) ?> + <?= $this->url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'popover', t('Add a new task')) ?> </div> <?php endif ?> |