Open task import in modal box

This commit is contained in:
Frederic Guillot
2017-01-08 12:01:13 -05:00
parent 6bfafb6e82
commit bb222a79cd
7 changed files with 16 additions and 25 deletions

View File

@@ -58,7 +58,7 @@
<?php if ($this->user->hasProjectAccess('TaskImportController', 'tasks', $project['id'])): ?>
<li>
<?= $this->url->icon('download', t('Imports'), 'TaskImportController', 'show', array('project_id' => $project['id'])) ?>
<?= $this->modal->medium('download', t('Import tasks'), 'TaskImportController', 'show', array('project_id' => $project['id'])) ?>
</li>
<?php endif ?>