diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:45:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:45:38 +0000 |
commit | 7aea8f0385862ff1aa7f28c98fce32b2d2631811 (patch) | |
tree | 47386115127d98c01eebefab1f8c086ffba7a199 /core/views | |
parent | e37faa0008df38088a55932786955e68ee1f955f (diff) |
Add a 'cancel all' link too
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/admin_maintenance.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php index e3afb9f5..21638c6b 100644 --- a/core/views/admin_maintenance.html.php +++ b/core/views/admin_maintenance.html.php @@ -41,6 +41,7 @@ <? if ($running_tasks->count()): ?> <div id="gRunningTasks"> <h2> <?= t("Running Tasks") ?> </h2> + <a href="<?= url::site("admin/maintenance/cancel_running_tasks?csrf=$csrf") ?>"><?= t("cancel all") ?></a> <table> <tr> |