summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-07-25 11:03:32 -0700
committerBharat Mediratta <bharat@menalto.com>2010-07-25 11:03:32 -0700
commit055e115b6a8a999285918f666b93562fd7b32ca2 (patch)
treed7803f1eea1c8f0931e71b31377094d0bf1f6810
parent075cea2a4890e57c60d91157bc33982e34a42a9c (diff)
Move the "cancel all" running tasks button up to make it consistent with the "remove all finished" button.
-rw-r--r--modules/gallery/views/admin_maintenance.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index ac597715..ad0e2f55 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -41,6 +41,9 @@
<? if ($running_tasks->count()): ?>
<div id="g-running-tasks">
+ <a href="<?= url::site("admin/maintenance/cancel_running_tasks?csrf=$csrf") ?>"
+ class="g-button g-right ui-icon-left ui-state-default ui-corner-all">
+ <?= t("cancel all running") ?></a>
<h2> <?= t("Running tasks") ?> </h2>
<table>
<tr>
@@ -60,9 +63,6 @@
<?= t("Owner") ?>
</th>
<th>
- <a href="<?= url::site("admin/maintenance/cancel_running_tasks?csrf=$csrf") ?>"
- class="g-button g-right ui-icon-left ui-state-default ui-corner-all">
- <?= t("cancel all") ?></a>
<?= t("Action") ?>
</th>
</tr>