Skip to content

Commit

Permalink
Move the "cancel all" running tasks button up to make it consistent w…
Browse files Browse the repository at this point in the history
…ith the "remove all finished" button.
  • Loading branch information
bharat committed Jul 25, 2010
1 parent 075cea2 commit 055e115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/gallery/views/admin_maintenance.html.php
Expand Up @@ -41,6 +41,9 @@ class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all">

<? 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>
Expand All @@ -60,9 +63,6 @@ class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all">
<?= 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>
Expand Down

0 comments on commit 055e115

Please sign in to comment.