PHP Classes

File: Template/project_header/views.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt plugin   Template/project_header/views.php   Download  
File: Template/project_header/views.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Gantt plugin
Display Gantt charts in Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 405 bytes
 

Contents

Class file image Download
<?php if ($this->user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?><li <?= $this->app->checkMenuSelection('TaskGanttController') ?>>
<?= $this->url->icon('sliders', t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'], 'search' => $filters['search'], 'plugin' => 'Gantt'), false, 'view-gantt', t('Keyboard shortcut: "%s"', 'v g')) ?>
</li><?php endif ?>