PHP Classes

File: Template/subtask/table_header.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Subtask Date   Template/subtask/table_header.php   Download  
File: Template/subtask/table_header.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Subtask Date
Kanboard plugin to add due date to sub-tasks
Author: By
Last change:
Date: 3 years ago
Size: 195 bytes
 

Contents

Class file image Download
<th>
    <?php if (isset($paginator)): ?>
<?= $paginator->order(t('Due Date'), \Kanboard\Model\SubtaskModel::TABLE.'.due_date') ?>
<?php else: ?>
<?= t('Due Date') ?>
<?php endif ?>
</th>