mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Add fieldsets
This commit is contained in:
@@ -193,7 +193,9 @@
|
||||
function getSection(option){
|
||||
var html = "";
|
||||
var name = option.name;
|
||||
html += html += '<h2 class="sectionTitle" >'+ name +'</h2>';
|
||||
html += '</fieldset>';
|
||||
html += '<fieldset class="verticalSection verticalSection-extrabottompadding">';
|
||||
html += '<legend>'+ name +'</legend>';
|
||||
return html;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user