2016-02-08 21:46:25 -07:00
|
|
|
|
<div class="dialogHeader">
|
2016-05-07 12:25:09 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel" tabindex="-1"><iron-icon icon="arrow-back"></iron-icon></button>
|
2016-02-08 21:46:25 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
${HeaderInviteUser}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="addUserForm" style="max-width: none;margin:0;">
|
|
|
|
|
|
|
|
|
|
<paper-input type="text" id="txtConnectUsername" value="" placeholder="${PlaceholderUsername}" label="${LabelConnectGuestUserName}" required></paper-input>
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelConnectGuestUserNameHelp}</div>
|
|
|
|
|
<div style="margin-top: .25em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
2016-03-06 11:09:20 -07:00
|
|
|
|
<emby-collapsible title="${HeaderShareMediaFolders}">
|
|
|
|
|
<div class="librarySharingList">
|
2016-02-08 21:46:25 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
2016-03-06 11:09:20 -07:00
|
|
|
|
</emby-collapsible>
|
2016-02-08 21:46:25 -07:00
|
|
|
|
<p class="fieldDescription" style="margin-top:.5em;">${MessageGuestSharingPermissionsHelp}</p>
|
|
|
|
|
<br />
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSendInvitation}</span></paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|