1
0
Fork 0
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:
Luke Pulverenti 2013-07-12 15:56:40 -04:00
parent 19a3edd772
commit e796413aed
7 changed files with 100 additions and 22 deletions

View file

@ -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">