mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move external id's up
This commit is contained in:
parent
18578b9dad
commit
ac0d27c13c
1 changed files with 31 additions and 31 deletions
|
@ -181,37 +181,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-role="collapsible" id="genresCollapsible" style="display: none;">
|
<div data-role="collapsible" data-collapsed="false">
|
||||||
<h3>Genres</h3>
|
|
||||||
<div data-role="editableListviewContainer">
|
|
||||||
<div data-role="fieldcontain">
|
|
||||||
<input type="text" data-mini="true" />
|
|
||||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
|
||||||
</div>
|
|
||||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listGenres"></ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div data-role="collapsible" id="studiosCollapsible" style="display: none;">
|
|
||||||
<h3>Studios</h3>
|
|
||||||
<div data-role="editableListviewContainer">
|
|
||||||
<div data-role="fieldcontain">
|
|
||||||
<input type="text" data-mini="true" />
|
|
||||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
|
||||||
</div>
|
|
||||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listStudios"></ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div data-role="collapsible">
|
|
||||||
<h3>Tags</h3>
|
|
||||||
<div data-role="editableListviewContainer">
|
|
||||||
<div data-role="fieldcontain">
|
|
||||||
<input type="text" data-mini="true" />
|
|
||||||
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
|
||||||
</div>
|
|
||||||
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listTags"></ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div data-role="collapsible">
|
|
||||||
<h3>External Id's</h3>
|
<h3>External Id's</h3>
|
||||||
<div>
|
<div>
|
||||||
<p id="albumAssociationMessage" style="display: none;">Associate this album with a movie, tv series and/or game, and we'll be able to link it to other items in your library.</p>
|
<p id="albumAssociationMessage" style="display: none;">Associate this album with a movie, tv series and/or game, and we'll be able to link it to other items in your library.</p>
|
||||||
|
@ -249,6 +219,36 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div data-role="collapsible" id="genresCollapsible" style="display: none;">
|
||||||
|
<h3>Genres</h3>
|
||||||
|
<div data-role="editableListviewContainer">
|
||||||
|
<div data-role="fieldcontain">
|
||||||
|
<input type="text" data-mini="true" />
|
||||||
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
||||||
|
</div>
|
||||||
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listGenres"></ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div data-role="collapsible" id="studiosCollapsible" style="display: none;">
|
||||||
|
<h3>Studios</h3>
|
||||||
|
<div data-role="editableListviewContainer">
|
||||||
|
<div data-role="fieldcontain">
|
||||||
|
<input type="text" data-mini="true" />
|
||||||
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
||||||
|
</div>
|
||||||
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listStudios"></ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div data-role="collapsible">
|
||||||
|
<h3>Tags</h3>
|
||||||
|
<div data-role="editableListviewContainer">
|
||||||
|
<div data-role="fieldcontain">
|
||||||
|
<input type="text" data-mini="true" />
|
||||||
|
<a data-role="button" data-theme="b" data-inline="true" data-mini="true" data-icon="plus" onclick="EditItemMetadataPage.addElementToEditableListview(this)">Add</a>
|
||||||
|
</div>
|
||||||
|
<ul data-role="listview" data-inset="true" data-split-icon="delete" id="listTags"></ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div data-role="collapsible">
|
<div data-role="collapsible">
|
||||||
<h3>Internet Provider Settings</h3>
|
<h3>Internet Provider Settings</h3>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue