mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update inputs
This commit is contained in:
parent
7844fdd920
commit
1fba8135db
8 changed files with 33 additions and 39 deletions
|
@ -9,22 +9,20 @@
|
|||
</h1>
|
||||
|
||||
<p style="margin-top:2em;">${UserProfilesIntro}</p>
|
||||
|
||||
<div>
|
||||
<paper-input type="text" id="txtUsername" label="${LabelYourFirstName}" required="required"></paper-input>
|
||||
<br />
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" type="text" id="txtUsername" label="${LabelYourFirstName}" required="required" />
|
||||
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
|
||||
</div>
|
||||
<br />
|
||||
<h1 style="margin-bottom:.25em;">${HeaderOptionalLinkEmbyAccount}</h1>
|
||||
<div>
|
||||
<paper-input type="text" id="txtConnectUserName" label="${LabelConnectUserName}"></paper-input>
|
||||
<br /> <h1 style="margin-bottom:.25em;">${HeaderOptionalLinkEmbyAccount}</h1>
|
||||
<br /> <div class="inputContainer">
|
||||
<input is="emby-input" type="text" id="txtConnectUserName" label="${LabelConnectUserName}" />
|
||||
<div class="fieldDescription">
|
||||
<div>${LabelConnectUserNameHelp}</div>
|
||||
<div style="margin-top: .7em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<div class="wizardNavigation">
|
||||
<button type="button" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="subdued"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></paper-button></button>
|
||||
<button type="submit" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></paper-button></button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue