mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
update
This commit is contained in:
@@ -4,23 +4,13 @@
|
|||||||
<title>Skin Manager</title>
|
<title>Skin Manager</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div
|
<div data-role="page" class="page type-interior pluginConfigurationPage tbsConfigurationPage" data-require="emby-input,emby-button">
|
||||||
data-role="page"
|
|
||||||
class="page type-interior pluginConfigurationPage tbsConfigurationPage"
|
|
||||||
data-require="emby-input,emby-button"
|
|
||||||
>
|
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div class="content-primary">
|
<div class="content-primary">
|
||||||
<form class="tbsConfigurationPage">
|
<form class="tbsConfigurationPage">
|
||||||
<div class="sectionTitleContainer flex align-items-center">
|
<div class="sectionTitleContainer flex align-items-center">
|
||||||
<h2 class="sectionTitle">Skin Manager</h2>
|
<h2 class="sectionTitle">Skin Manager</h2>
|
||||||
<a
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton emby-button" target="_blank" href="https://prayag17.github.io/jellyfin-plugin-skin-manager/src/html/help.html">Help</a>
|
||||||
is="emby-linkbutton"
|
|
||||||
class="raised button-alt headerHelpButton emby-button"
|
|
||||||
target="_blank"
|
|
||||||
href="https://prayag17.github.io/jellyfin-plugin-skin-manager/src/html/help.html"
|
|
||||||
>Help</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="verticalSection">
|
<div class="verticalSection">
|
||||||
<p>Select the skin you want to install and click Set Skin</p>
|
<p>Select the skin you want to install and click Set Skin</p>
|
||||||
@@ -29,18 +19,11 @@
|
|||||||
<div class="allOptions">
|
<div class="allOptions">
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<label for="css">Skin</label>
|
<label for="css">Skin</label>
|
||||||
<select
|
<select is="emby-select" id="cssOptions" onchange="updateSelectors()"></select>
|
||||||
is="emby-select"
|
|
||||||
id="cssOptions"
|
|
||||||
onchange="updateSelectors()"
|
|
||||||
></select>
|
|
||||||
<br />
|
<br />
|
||||||
<div class="fieldDescription" id="description"></div>
|
<div class="fieldDescription" id="description"></div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="checkboxList checkboxList-verticalwrap" id="options"></div>
|
||||||
class="checkboxList checkboxList-verticalwrap"
|
|
||||||
id="options"
|
|
||||||
></div>
|
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@@ -645,7 +628,7 @@
|
|||||||
html += "</div>";
|
html += "</div>";
|
||||||
|
|
||||||
$("#options").html(html).trigger("create");
|
$("#options").html(html).trigger("create");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user