update image url's
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user