PHP Classes

File: Template/task/footer_icon.php

Recommend this page to a friend!
  Classes of kiran   MetaMagik   Template/task/footer_icon.php   Download  
File: Template/task/footer_icon.php
Role: Example script
Content type: text/plain
Description: Example script
Class: MetaMagik
Plugin to add custom form fields for Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 375 bytes
 

Contents

Class file image Download
<?php
if ($task['nb_metadata'] > 0):
?>
<span title="<?= t('Metadata') ?>" class="tooltip" data-href="<?= $this->url->href('MetadataController', 'task_footer', ['plugin' => 'metaMagik', 'task_id' => $task['id'], 'project_id' => $task['project_id']]) ?>">
            <i class="fa fa-plus-square-o fa-fw"></i><?= $task['nb_metadata'] ?>
</span>
<?php endif ?>