diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-21 04:17:56 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-21 04:17:56 +0000 |
commit | e9867fb97cfcf1c5ae98f3ce6c8a0c6791b018ca (patch) | |
tree | a3aaefef23b8809d71b7489c19e5c6ba99b0d00a | |
parent | 6c911d2d7c044ffb18a2ea761bc5625789aa6523 (diff) |
Theme the cancel-all link like the remove-all link.
-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> |