diff options
-rw-r--r-- | core/views/admin_maintenance.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php index 5cf9f134..bc060a7b 100644 --- a/core/views/admin_maintenance.html.php +++ b/core/views/admin_maintenance.html.php @@ -41,7 +41,9 @@ <? 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> + <a href="<?= url::site("admin/maintenance/cancel_running_tasks?csrf=$csrf") ?>" + class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> + <?= t("cancel all") ?></a> <table> <tr> |