2020-04-12 00:44:30 -05:00
|
|
|
<div id="quickConnectPage" data-role="page" class="page type-interior advancedConfigurationPage">
|
2020-07-26 23:57:28 -05:00
|
|
|
<div class="content-primary">
|
|
|
|
<form class="quickConnectSettings">
|
2020-04-12 00:44:30 -05:00
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
2020-04-26 16:19:58 -05:00
|
|
|
<h2 class="sectionTitle">${QuickConnect}</h2>
|
2020-04-12 00:44:30 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-04-18 19:20:15 -05:00
|
|
|
|
2020-04-26 16:19:58 -05:00
|
|
|
${LabelCurrentStatus} <span id="quickConnectStatus"></span>
|
2020-04-18 19:20:15 -05:00
|
|
|
|
2020-04-12 00:44:30 -05:00
|
|
|
<div class="checkboxList paperList" style="padding:.5em 1em;">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkQuickConnectAvailable" />
|
2020-04-26 16:19:58 -05:00
|
|
|
<span>${EnableQuickConnect}</span>
|
2020-04-12 00:44:30 -05:00
|
|
|
</label>
|
|
|
|
</div>
|
2020-04-18 19:20:15 -05:00
|
|
|
|
2020-04-12 00:44:30 -05:00
|
|
|
<button is="emby-button" id="btnQuickConnectSubmit" type="submit" class="raised button-submit block">
|
2020-09-03 16:51:15 -05:00
|
|
|
<span>${Save}</span>
|
2020-04-12 00:44:30 -05:00
|
|
|
</button>
|
2020-07-26 23:57:28 -05:00
|
|
|
</form>
|
2020-04-12 00:44:30 -05:00
|
|
|
</div>
|
2020-07-26 23:57:28 -05:00
|
|
|
</div>
|