2016-05-13 11:28:05 -07:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
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;">
|
|
|
|
|
|
2016-06-02 09:54:53 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtConnectUsername" value="" label="${LabelConnectGuestUserName}" required />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelConnectGuestUserNameHelp}</div>
|
|
|
|
|
<div style="margin-top: .25em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
|
|
|
|
</div>
|
2016-02-08 21:46:25 -07:00
|
|
|
|
</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>
|