fix: enhance layout consistency in ArrayOperation.page, Disk.page, Share.page, and CreateDocker.php

- Updated button and status message structure in ArrayOperation.page, Disk.page, and Share.page for improved layout consistency.
- Adjusted the placement of elements in CreateDocker.php to enhance visual structure.
- This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
Zack Spear
2025-05-21 17:22:31 -07:00
parent dc1c67c14c
commit a965a2390f
4 changed files with 8 additions and 8 deletions

View File

@@ -863,11 +863,11 @@ function prepareCategory() {
}
$(function() {
var ctrl = "<span class='status <?=$tabbed?'':'vhshift'?>'><input type='checkbox' class='advancedview'></span>";
var ctrl = "<span class='status'><input type='checkbox' class='advancedview'></span>";
<?if ($tabbed):?>
$('.tabs').append(ctrl);
<?else:?>
$('div[class=title]').append(ctrl);
$('div[class=title] .right').append(ctrl);
<?endif;?>
$('.advancedview').switchButton({labels_placement:'left', on_label: "_(Advanced View)_", off_label: "_(Basic View)_"});
$('.advancedview').change(function() {