Fix to use proper detail box

[no-build]
This commit is contained in:
Ilia Ross
2025-10-21 02:23:42 +03:00
parent 31e2f533f6
commit 0576b027c0

View File

@@ -198,10 +198,13 @@ if (@deps) {
$dtable .= &ui_columns_row(\@row);
}
$dtable .= &ui_columns_end();
print &ui_hidden_table_start($text{'edit_deps'}, "width=100%", 2,
"deps", 0);
print &ui_table_row(undef, $dtable, 2);
print &ui_hidden_table_end();
# Print proper details box
print &ui_details({
title => $text{edit_deps},
class => 'default default-lg',
content => $dtable,
html => 1 });
}
return @pinfo;