PHP Classes

File: Template/task/details.php

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

Contents

Class file image Download
<li>
                        <strong><?= t('Assigned Group:') ?></strong>
                        <span>
                        <?php if ($task['assigned_groupname']): ?>
<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>
                        <?php else: ?>
<?= t('not assigned') ?>
<?php endif ?>
</span>
                    </li>