mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
Add fieldsets
This commit is contained in:
@@ -193,7 +193,9 @@
|
|||||||
function getSection(option){
|
function getSection(option){
|
||||||
var html = "";
|
var html = "";
|
||||||
var name = option.name;
|
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;
|
return html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user