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

fixes #502 - Add date added to edit page

This commit is contained in:
Luke Pulverenti 2013-09-03 10:26:17 -04:00
parent 577bd074bc
commit f59a00b69a
2 changed files with 18 additions and 0 deletions

View file

@ -62,6 +62,10 @@
<label for="txtDisplayMediaType">Display type:</label>
<input type="text" id="txtDisplayMediaType" name="txtDisplayMediaType" data-mini="true" />
</div>
<div data-role="fieldcontain">
<label for="txtDateAdded">Date added:</label>
<input type="date" id="txtDateAdded" name="txtDateAdded" data-mini="true" />
</div>
<div data-role="fieldcontain" id="fldStatus" style="display: none;">
<label for="selectStatus">Status:</label>
<select name="selectStatus" id="selectStatus" data-mini="true"></select>