2016-08-07 02:15:03 -04:00
|
|
|
|
<div class="formDialogHeader">
|
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2016-09-09 02:59:23 -04:00
|
|
|
|
<h3 class="formDialogHeaderTitle">
|
2016-02-08 23:46:25 -05:00
|
|
|
|
${HeaderInviteUser}
|
2016-09-09 02:59:23 -04:00
|
|
|
|
</h3>
|
2016-02-08 23:46:25 -05:00
|
|
|
|
</div>
|
2016-08-07 02:15:03 -04:00
|
|
|
|
<div class="formDialogContent smoothScrollY" style="padding-top:2em;">
|
|
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
|
|
|
<form class="addUserForm" style="max-width: none;margin:0;">
|
2016-02-08 23:46:25 -05:00
|
|
|
|
|
2016-08-07 02:15:03 -04: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>
|
|
|
|
|
</div>
|
2016-02-08 23:46:25 -05:00
|
|
|
|
|
2016-09-26 14:59:18 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${HeaderShareMediaFolders}</h3>
|
|
|
|
|
<div class="librarySharingList checkboxList paperList checkboxList-paperList">
|
2016-02-08 23:46:25 -05:00
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-09-26 14:59:18 -04:00
|
|
|
|
|
2016-08-07 02:15:03 -04:00
|
|
|
|
<p class="fieldDescription" style="margin-top:.5em;">${MessageGuestSharingPermissionsHelp}</p>
|
|
|
|
|
<br />
|
2016-09-07 22:55:54 -04:00
|
|
|
|
|
|
|
|
|
<div class="formDialogFooter">
|
2016-09-09 02:59:23 -04:00
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block formDialogFooterItem">
|
2016-09-07 22:55:54 -04:00
|
|
|
|
<span>${ButtonSendInvitation}</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2016-08-07 02:15:03 -04:00
|
|
|
|
</form>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-08-07 02:15:03 -04:00
|
|
|
|
</div>
|