summaryrefslogtreecommitdiff
path: root/plugins/Group_assign/Template/task/multi.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Group_assign/Template/task/multi.php')
-rw-r--r--plugins/Group_assign/Template/task/multi.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Group_assign/Template/task/multi.php b/plugins/Group_assign/Template/task/multi.php
new file mode 100644
index 00000000..5c1fcfb0
--- /dev/null
+++ b/plugins/Group_assign/Template/task/multi.php
@@ -0,0 +1,6 @@
+ <?php if ($task['owner_ms'] > 0 && count($this->task->multiselectMemberModel->getMembers($task['owner_ms'])) > 0) : ?>
+ <li>
+ <strong><?= t('Other Assignees:') ?></strong>
+ </li>
+ <?= $this->helper->smallAvatarHelperExtend->smallMultiple($task['owner_ms'], 'avatar-inline') ?>
+ <?php endif ?>