mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update dialogs
This commit is contained in:
parent
9b49f51f27
commit
59870d9219
@ -7,20 +7,27 @@
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="addUserForm" style="max-width: none;margin:0;">
|
<div class="formDialogContent smoothScrollY">
|
||||||
|
<form class="addUserForm dialogContentInner dialog-content-centered">
|
||||||
|
|
||||||
<p style="color: orangered;">${MessageConnectAccountRequiredToInviteGuest}</p>
|
<p style="color: orangered;">${MessageConnectAccountRequiredToInviteGuest}</p>
|
||||||
|
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<input is="emby-input" type="text" id="txtConnectUsername" value="" label="${LabelConnectUserName}" required />
|
<input is="emby-input" type="text" id="txtConnectUsername" value="" label="${LabelConnectUserName}" required />
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
<div>${LabelConnectUserNameHelp}</div>
|
<div>${LabelConnectUserNameHelp}</div>
|
||||||
<div style="margin-top: .25em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
<div style="margin-top: .25em;">
|
||||||
|
<a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<button is="emby-button" type="submit" class="raised submit block">
|
<div class="formDialogFooter">
|
||||||
<i class="md-icon">check</i>
|
<button is="emby-button" type="submit" class="raised button-submit block formDialogFooterItem">
|
||||||
<span>${ButtonSendInvitation}</span>
|
<span>${ButtonSendInvitation}</span>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</div>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user