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

update connect

This commit is contained in:
Luke Pulverenti 2014-10-13 16:14:53 -04:00
parent 640d5c802a
commit f019697eb9
5 changed files with 324 additions and 20 deletions

View file

@ -20,6 +20,11 @@
<ul data-role="listview" class="ulForm">
<li>
<label for="txtCustomName">${LabelCustomDeviceDisplayName}</label>
<input type="text" id="txtCustomName" data-mini="true" />
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
</li>
<li id="fldCameraUploadPath" style="display:none;">
<label for="txtUploadPath">${LabelCameraUploadPath}</label>
<div style="display: inline-block; width: 92%;">
<input type="text" id="txtUploadPath" data-mini="true" />
@ -45,6 +50,9 @@
</div>
</div>
</div>
<script type="text/javascript">
$('.deviceForm').off('submit', DevicePage.onSubmit).on('submit', DevicePage.onSubmit);
</script>
</div>
</body>
</html>