PHP Classes

File: Template/board/multi.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Group Assign   Template/board/multi.php   Download  
File: Template/board/multi.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Group Assign
Plugin to assign tasks to groups or multiple users
Author: By
Last change:
Date: 3 years ago
Size: 329 bytes
 

Contents

Class file image Download
<?php if ($task['owner_ms'] > 0 && count($this->task->multiselectMemberModel->getMembers($task['owner_ms'])) > 0) : ?>
<strong class="assigned-other-label"><small><?= t('Other Assignees:') ?></small></strong>
    <?= $this->helper->smallAvatarHelperExtend->miniMultiple($task['owner_ms'], 'avatar-inline') ?>
<br>
<?php endif ?>