diff --git a/Web/Presenters/templates/User/View.xml b/Web/Presenters/templates/User/View.xml index fb38133d..a0619a16 100644 --- a/Web/Presenters/templates/User/View.xml +++ b/Web/Presenters/templates/User/View.xml @@ -60,7 +60,7 @@ {else}
-
+
{$user->getCanonicalName()} {else} {if $thisUser->getChandlerUser()->can("substitute")->model('openvk\Web\Models\Entities\User')->whichBelongsTo(0)} - + {tr("login_as", $user->getFirstName())} {/if} {if $thisUser->getChandlerUser()->can("access")->model("admin")->whichBelongsTo(NULL)} - + {_manage_user_action} - + {_ban_user_action} - + {_warn_user_action} {/if} {if $thisUser->getChandlerUser()->can('write')->model('openvk\Web\Models\Entities\TicketReply')->whichBelongsTo(0)} - + {if $user->isBannedInSupport()} {_unban_in_support_user_action} {else} @@ -104,8 +104,8 @@ {/if} - {_send_gift} - {_send_message} + {_send_gift} + {_send_message} {var $subStatus = $user->getSubscriptionStatus($thisUser)} {if $subStatus === 0} @@ -113,32 +113,32 @@ - + {elseif $subStatus === 1} {elseif $subStatus === 2} {elseif $subStatus === 3} {/if} {/if} - {tr("followers", $user->getFollowersCount())} + {tr("followers", $user->getFollowersCount())}
{var $completeness = $user->getProfileCompletenessReport()}