summaryrefslogtreecommitdiff
path: root/app/Template/file/remove.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-13 22:51:58 -0500
commit124f93dbadca4eb51eda378701042e564f0255b8 (patch)
tree435985b03d8a3bfc90e6754d4324322698791ae8 /app/Template/file/remove.php
parent82c45622c67a5e735b653f86c43ab2a571e9b816 (diff)
Improve image thumbnails and files table
Diffstat (limited to 'app/Template/file/remove.php')
-rw-r--r--app/Template/file/remove.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/file/remove.php b/app/Template/file/remove.php
index 37f648eb..24844835 100644
--- a/app/Template/file/remove.php
+++ b/app/Template/file/remove.php
@@ -10,6 +10,6 @@
<div class="form-actions">
<?= $this->url->link(t('Yes'), 'file', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), true, 'btn btn-red') ?>
<?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
+ <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>
</div> \ No newline at end of file