mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 02:58:58 -06:00
style: update Confirmations.page for improved layout clarity
- Added a blank line for better separation between form elements to enhance visual structure. - This change aligns with ongoing efforts to refine input guidance and visual consistency across the plugin.
This commit is contained in:
@@ -19,6 +19,7 @@ Tag="check-square"
|
||||
<form markdown="1" name="confirm_settings" method="POST" action="/update.php" target="progressFrame">
|
||||
<input type="hidden" name="#file" value="dynamix/dynamix.cfg"/>
|
||||
<input type="hidden" name="#section" value="confirm"/>
|
||||
|
||||
_(Confirm reboot & powerdown commands)_:
|
||||
: <select name="down">
|
||||
<?=mk_option($confirm['down'], "0", _('No'))?>
|
||||
@@ -42,7 +43,7 @@ _(Confirm sleep command)_:
|
||||
<?=mk_option($confirm['sleep'], "1", _('Yes'))?>
|
||||
</select>
|
||||
<?endif;?>
|
||||
|
||||
|
||||
: <input type="submit" name="#apply" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user