2019-01-23 11:33:34 +00:00
|
|
|
<div id="devicePage" data-role="page" class="page type-interior devicesPage noSecondaryNavPage">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div>
|
|
|
|
<div class="content-primary">
|
|
|
|
<form class="deviceForm">
|
|
|
|
<div class="verticalSection verticalSection-extrabottompadding">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle reportedName"></h2>
|
2022-10-22 13:23:04 +02:00
|
|
|
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/devices">${Help}</a>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="inputContainer">
|
2020-08-16 20:34:39 +09:00
|
|
|
<input is="emby-input" type="text" id="txtCustomName" label="${LabelDisplayName}" />
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="fieldDescription">${LabelCustomDeviceDisplayNameHelp}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
2019-12-16 00:07:55 +09:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
2020-08-09 23:10:58 +09:00
|
|
|
<span>${Save}</span>
|
2019-12-16 00:07:55 +09:00
|
|
|
</button>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-16 00:07:55 +09:00
|
|
|
</div>
|