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

12 lines
558 B
HTML
Raw Normal View History

2020-04-12 00:44:30 -05:00
<div id="quickConnectPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderHome}" data-backbutton="true">
2020-04-13 16:23:16 -05:00
<button is="emby-button" id="btnQuickConnectActivate" type="button" class="raised button-submit block">
2020-04-26 16:19:58 -05:00
<span>${ButtonActivate}</span>
2020-04-12 00:44:30 -05:00
</button>
2020-04-12 00:44:30 -05:00
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
2020-04-25 15:46:22 -05:00
<div id="quickConnectIncoming" class="paperList">
2020-04-26 16:19:58 -05:00
<div>${MessagePleaseWait}</div>
2020-04-13 16:23:16 -05:00
</ul>
2020-04-12 00:44:30 -05:00
</div>
</div>