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:
Zack Spear
2025-05-20 14:24:53 -07:00
parent 0a14260412
commit 110744944d

View File

@@ -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;?>
&nbsp;
: <input type="submit" name="#apply" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
</form>