mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update forms
This commit is contained in:
parent
379192f38f
commit
e1be36979d
17 changed files with 79 additions and 77 deletions
|
@ -21,11 +21,9 @@
|
|||
<p class="reportedName">
|
||||
|
||||
</p>
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="txtCustomName">${LabelCustomDeviceDisplayName}</label>
|
||||
<input type="text" id="txtCustomName" />
|
||||
<paper-input type="text" id="txtCustomName" label="${LabelCustomDeviceDisplayName}"></paper-input>
|
||||
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
||||
</li>
|
||||
<li id="fldCameraUploadPath" style="display:none;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue