2016-05-13 11:28:05 -07:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1">
|
2016-07-07 20:23:40 -07:00
|
|
|
|
<i class="md-icon"></i>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
</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 />
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${ButtonSendInvitation}</span>
|
|
|
|
|
</button>
|
2016-02-08 21:46:25 -07:00
|
|
|
|
</form>
|