mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 03:38:44 -06:00
style: enhance layout in SecuritySMB.page
- Wrapped the form element in a div for improved structure and layout. - Adjusted the closing div position to ensure proper HTML structure and readability.
This commit is contained in:
@@ -62,7 +62,8 @@ _(Write settings to)_ <i class="fa fa-arrow-right fa-fw"></i>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<form markdown="1" class="shade" name="smb_edit" method="POST" action="/update.htm" target="progressFrame" onchange="toggleButton('writesmb',true);$('#smb1').dropdownchecklist('disable')">
|
||||
<div markdown="1" class="shade">
|
||||
<form markdown="1" name="smb_edit" method="POST" action="/update.htm" target="progressFrame" onchange="toggleButton('writesmb',true);$('#smb1').dropdownchecklist('disable')">
|
||||
<input type="hidden" name="shareName" value="<?=htmlspecialchars($name)?>">
|
||||
<?if (($name=='flash')||($var['enableFruit']!='yes')):?>
|
||||
<input type="hidden" name="shareVolsizelimit" value="">
|
||||
@@ -128,6 +129,7 @@ _(Security)_:
|
||||
<input type="button" value="_(Done)_" onclick="done()">
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<?if ($sec[$name]['security']=='secure'):?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user