diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-07-25 11:03:32 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-25 11:03:32 -0700 | 
| commit | 055e115b6a8a999285918f666b93562fd7b32ca2 (patch) | |
| tree | d7803f1eea1c8f0931e71b31377094d0bf1f6810 /modules/gallery | |
| parent | 075cea2a4890e57c60d91157bc33982e34a42a9c (diff) | |
Move the "cancel all" running tasks button up to make it consistent with the "remove all finished" button.
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/views/admin_maintenance.html.php | 6 | 
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> | 
