PHP Classes

File: Template/board/group.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Group Assign   Template/board/group.php   Download  
File: Template/board/group.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: 526 bytes
 

Contents

Class file image Download
<span>
<?php if ($task['assigned_groupname']): ?>
<strong class="assigned-group-label"><?= t('Assigned Group:') ?></strong>
     <span class="assigned-group" style="background-color: #<?= $this->task->groupColorExtension->getGroupColor($task['assigned_groupname']) ?>; color:<?= $this->task->groupColorExtension->getFontColor($this->task->groupColorExtension->getGroupColor($task['assigned_groupname'])) ?>;"><?= $this->text->e($task['assigned_groupname'] ?: $task['owner_gp']) ?></span>
     <br>
<?php endif ?>
</span>