blob: 5d09654d342a3e387088e2db3a17fb810e4029d7 (
plain)
1
2
3
4
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1 style="display:none"><?= t("Confirm task removal") ?></h1>
<p class="g-warning"><?= t("Really remove the task: %name", array("name" => $name)) ?></p>
<?= $form ?>
|