mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added collection type
This commit is contained in:
parent
19a3edd772
commit
e796413aed
7 changed files with 100 additions and 22 deletions
|
@ -43,8 +43,19 @@
|
|||
|
||||
<div data-role="content" class="ui-corner-bottom ui-content">
|
||||
<form id="textEntryForm">
|
||||
<label for="txtValue">New name:</label>
|
||||
<input type="text" name="txtValue" id="txtValue" required="required" />
|
||||
<p>
|
||||
<label id="lblValue" for="txtValue">New name:</label>
|
||||
<input type="text" name="txtValue" id="txtValue" required="required" />
|
||||
</p>
|
||||
|
||||
<p id="fldCollectionType">
|
||||
<label for="selectCollectionType">Collection type:</label>
|
||||
<select id="selectCollectionType" name="selectCollectionType"></select>
|
||||
</p>
|
||||
|
||||
<p class="fieldDescription">
|
||||
Anything not listed, including custom media types supported by plugins (e.g. photos, games) should be classified as general or mixed content.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="ok">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue