mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-18 21:05:01 -04:00
Add a pause button to the server add dialog and if it is clicked then
the upload is paused. If the dialog is closed and the task is not complete then a warning message is displayed on the album.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<?= $tree ?>
|
||||
</div>
|
||||
<span>
|
||||
<?= form::submit(array("id" => "gServerPauseButton", "name" => "add", "disabled" => true, "class" => "submit", "style" => "display:none"), t("Pause")) ?>
|
||||
<?= form::submit(array("id" => "gServerAddButton", "name" => "add", "disabled" => true, "class" => "submit"), t("Add")) ?>
|
||||
</span>
|
||||
<?= form::close() ?>
|
||||
|
||||
Reference in New Issue
Block a user