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();
|
||||
}
|
||||
|
||||
if (user.Id && loggedInUser.Configuration.IsAdministrator) {
|
||||
if (user.Id && loggedInUser.Configuration.IsAdministrator && user.ConnectLinkType != 'Guest') {
|
||||
$('#fldConnectInfo', page).show();
|
||||
} else {
|
||||
$('#fldConnectInfo', page).hide();
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
|
||||
<div class="readOnlyContent">
|
||||
<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}
|
||||
</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}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue