diff options
Diffstat (limited to 'app/Template/task_file/images.php')
-rw-r--r-- | app/Template/task_file/images.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/task_file/images.php b/app/Template/task_file/images.php index c03e5648..997aed00 100644 --- a/app/Template/task_file/images.php +++ b/app/Template/task_file/images.php @@ -19,6 +19,9 @@ <a href="#" class="dropdown-menu dropdown-menu-link-text" title="<?= $this->text->e($file['name']) ?>"><?= $this->text->e($file['name']) ?> <i class="fa fa-caret-down"></i></a> <ul> <li> + <?= $this->url->icon('external-link', t('View file'), 'FileViewerController', 'image', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, '', '', true) ?> + </li> + <li> <?= $this->url->icon('download', t('Download'), 'FileViewerController', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> </li> <?php if ($this->user->hasProjectAccess('TaskFileController', 'remove', $task['project_id'])): ?> |