mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-01 17:29:21 -04:00
Improve the task dialog
1) Put a "starting up..." message before there's any feedback from the server 2) show the title of the task in the dialog.
This commit is contained in:
@@ -23,8 +23,11 @@
|
||||
}
|
||||
</script>
|
||||
<div id="gProgress">
|
||||
<h1> <?= $task->name ?> </h1>
|
||||
<div class="gProgressBar"></div>
|
||||
<div id="gStatus"></div>
|
||||
<div id="gStatus">
|
||||
<?= t("Starting up...") ?>
|
||||
</div>
|
||||
<div>
|
||||
<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("Done") ?></button>
|
||||
|
||||
Reference in New Issue
Block a user