mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 05:00:06 -06:00
Rearrange buttons in Mover settings
This commit is contained in:
@@ -118,16 +118,16 @@ _(Mover logging)_:
|
||||
:mover_logging_help:
|
||||
|
||||
<?endif;?>
|
||||
<? if ($setup == true):?>
|
||||
|
||||
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
<? endif; ?>
|
||||
<?if ($setup):?>
|
||||
<?if ($pool_devices):?>
|
||||
|
||||
<?if (file_exists("/var/run/mover.pid")):?>
|
||||
: <input type="submit" name="cmdStartMover" value="_(Move now)_" disabled> _(Mover is running)_.
|
||||
<?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)_"> _(Click to invoke the Mover)_
|
||||
<?endif;?>
|
||||
<?else:?>
|
||||
|
||||
<?endif;?>
|
||||
: <input type="submit" name="changeMover" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
<?endif;?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user