From 8842ca258938746ac9f93fb275faa2af5435df2a Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 22 Aug 2016 16:57:50 +0200 Subject: [PATCH] Changed item order in interaction dropdown --- com.woltlab.wcf/templates/user.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/templates/user.tpl b/com.woltlab.wcf/templates/user.tpl index febc0cf60d..845c95dbdd 100644 --- a/com.woltlab.wcf/templates/user.tpl +++ b/com.woltlab.wcf/templates/user.tpl @@ -39,13 +39,13 @@ UiUserEditor.init(); {/if} - {if !$user->isIgnoredUser($__wcf->user->userID)} - new UiUserProfileMenuItemFollow({@$user->userID}, {if $__wcf->getUserProfileHandler()->isFollowing($user->userID)}true{else}false{/if}); - {/if} - {if !$user->getPermission('user.profile.cannotBeIgnored')} new UiUserProfileMenuItemIgnore({@$user->userID}, {if $__wcf->getUserProfileHandler()->isIgnoredUser($user->userID)}true{else}false{/if}); {/if} + + {if !$user->isIgnoredUser($__wcf->user->userID)} + new UiUserProfileMenuItemFollow({@$user->userID}, {if $__wcf->getUserProfileHandler()->isFollowing($user->userID)}true{else}false{/if}); + {/if} }); {/if} -- 2.20.1