summaryrefslogtreecommitdiff
path: root/modules/scheduler/views/admin_schedule_confirm.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-02 14:37:26 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-02 14:37:26 -0800
commitd5a231225d3b4f1fe6a08f350b93b6410b2d1914 (patch)
treea136fcaef5eaee44bd138a9dd3aac93f7c268a1e /modules/scheduler/views/admin_schedule_confirm.html.php
parent19fee6b5e4ceb8a5f90cafe4ad770856ece108ef (diff)
Move the scheduler module to the -contrib repository for this release.
Diffstat (limited to 'modules/scheduler/views/admin_schedule_confirm.html.php')
-rw-r--r--modules/scheduler/views/admin_schedule_confirm.html.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/scheduler/views/admin_schedule_confirm.html.php b/modules/scheduler/views/admin_schedule_confirm.html.php
deleted file mode 100644
index 5d09654d..00000000
--- a/modules/scheduler/views/admin_schedule_confirm.html.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?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 ?>