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:
parent
577bd074bc
commit
f59a00b69a
2 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue