1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

start on content type setting

This commit is contained in:
Luke Pulverenti 2014-12-21 13:58:17 -05:00
parent 723e217a6f
commit 1d501de6c4
2 changed files with 57 additions and 4 deletions

View file

@ -44,6 +44,10 @@
</div>
<div style="padding: 10px 0;">
<div data-role="fieldcontain" id="fldContentType" style="display:none;">
<label for="selectContentType">${LabelContentType}</label>
<select id="selectContentType" data-mini="true"></select>
</div>
<div data-role="fieldcontain" id="fldPath">
<label for="txtPath">${LabelPath}</label>
<input type="text" id="txtPath" data-mini="true" readonly="readonly" />