diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 01:30:45 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 01:30:45 -0700 |
| commit | 295fc0c14ce938e02bf17c350a50d36b73802ad0 (patch) | |
| tree | bca710729b7d1cdefebf02dd4be38fb2643846f7 /modules/gallery/views | |
| parent | fe37483aca648b6f7de65f1eb53b8cfd49401f71 (diff) | |
| parent | dfb2e3dd0260a2cb073c5e0e808b47f1a5ca6c42 (diff) | |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php index fc0e0af5..ddd5bd17 100644 --- a/modules/gallery/views/admin_maintenance_task.html.php +++ b/modules/gallery/views/admin_maintenance_task.html.php @@ -57,7 +57,7 @@ <div id="gStatus"> <?= t("Starting up...") ?> </div> - <div> + <div class="txtright"> <button id="gPauseButton" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Pause") ?></button> <button id="gDoneButton" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Close") ?></button> </div> |
