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

add connect to startup wizard

This commit is contained in:
Luke Pulverenti 2014-10-19 23:04:45 -04:00
parent 9855c3e6dc
commit 80f38f2eae
4 changed files with 133 additions and 93 deletions

View file

@ -22,6 +22,18 @@
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
</li>
</ul>
<h2>${HeaderOptionalLinkMediaBrowserAccount}</h2>
<br/>
<ul data-role="listview" class="ulForm">
<li>
<label for="txtConnectUserName">${LabelConnectUserName}</label>
<input id="txtConnectUserName" type="text" />
<div class="fieldDescription">
<div>${LabelConnectUserNameHelp}</div>
<div style="margin-top: .75em;"><a href="http://mediabrowser.tv/connect" target="_blank">${ButtonLearnMoreAboutMediaBrowserConnect}</a></div>
</div>
</li>
</ul>
<div class="wizardNavigation">
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>