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

update inputs

This commit is contained in:
Luke Pulverenti 2016-06-02 12:54:53 -04:00
parent 7844fdd920
commit 1fba8135db
8 changed files with 33 additions and 39 deletions

View file

@ -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>