PHP Classes

File: Template/timetable_off/remove.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Template/timetable_off/remove.php   Download  
File: Template/timetable_off/remove.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 561 bytes
 

Contents

Class file image Download
<div class="page-header">
    <h2><?= t('Remove time slot') ?></h2>
</div>

<div class="confirm">
    <p class="alert alert-info"><?= t('Do you really want to remove this time slot?') ?></p>

    <div class="form-actions">
        <?= $this->url->link(t('Yes'), 'timetableoff', 'remove', array('plugin' => 'timetable', 'user_id' => $user['id'], 'slot_id' => $slot_id), true, 'btn btn-red') ?>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'timetableoff', 'index', array('plugin' => 'timetable', 'user_id' => $user['id'])) ?>
</div>
</div>