diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-27 21:35:14 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-27 21:35:14 -0700 |
| commit | c3a92df6e6ee88c9fd57c3da8a6703d994cb55b2 (patch) | |
| tree | 47c7fbefb7d979bd47ca660cb3f5becbf4f5c75d /modules/gallery/views | |
| parent | c2100d1d2d7d4a5570ed454f5de078d6595de768 (diff) | |
| parent | dd955781aaa9c1ee9e780b6b2c545878a47bbf21 (diff) | |
Merge branch 'master' into dialog
Diffstat (limited to 'modules/gallery/views')
| -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> |
