mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image url's
This commit is contained in:
parent
f019697eb9
commit
2696d8eb73
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
$('.lnkEditUserPreferencesContainer', page).show();
|
$('.lnkEditUserPreferencesContainer', page).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.Id && loggedInUser.Configuration.IsAdministrator) {
|
if (user.Id && loggedInUser.Configuration.IsAdministrator && user.ConnectLinkType != 'Guest') {
|
||||||
$('#fldConnectInfo', page).show();
|
$('#fldConnectInfo', page).show();
|
||||||
} else {
|
} else {
|
||||||
$('#fldConnectInfo', page).hide();
|
$('#fldConnectInfo', page).hide();
|
||||||
|
|
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
<div class="readOnlyContent">
|
<div class="readOnlyContent">
|
||||||
<div>
|
<div>
|
||||||
<a data-role="button" data-icon="plus" href="#popupInvite" data-rel="popup" data-position-to="window" data-inline="true">
|
<a data-role="button" data-icon="plus" href="#popupInvite" data-rel="popup" data-position-to="window" data-inline="true" data-mini="true">
|
||||||
${ButtonInviteUser}
|
${ButtonInviteUser}
|
||||||
</a>
|
</a>
|
||||||
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
|
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true" data-mini="true">
|
||||||
${ButtonAddLocalUser}
|
${ButtonAddLocalUser}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue