Mover Settings: place "Move" button at end

This commit is contained in:
bergware
2023-12-03 21:01:12 +01:00
parent 6ac604a810
commit a4082d0069
+3 -4
View File
@@ -118,16 +118,15 @@ _(Mover logging)_:
:mover_logging_help:
<?endif;?>
&nbsp;
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
<?if ($setup):?>
<?if ($pool_devices):?>
<?if (file_exists('/var/run/mover.pid')):?>
<input type="submit" name="cmdStartMover" value="_(Move now)_" disabled> _(Mover is running)_
<?else:?>
<input type="submit" name="cmdStartMover" value="_(Move now)_"> _(Click to invoke the Mover)_
<input type="submit" name="cmdStartMover" value="_(Move now)_">
<?endif;?>
<?else:?>
&nbsp;
<?endif;?>
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
<?endif;?>
</form>