From: Marcel Werk Date: Sun, 24 Jan 2016 11:43:09 +0000 (+0100) Subject: Interactive dropdown overhaul X-Git-Tag: 3.0.0_Beta_1~2030^2~136 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ca1d60e5d2aadbd406d209c9201e831151b04393;p=GitHub%2FWoltLab%2FWCF.git Interactive dropdown overhaul --- diff --git a/com.woltlab.wcf/templates/notificationListUserPanel.tpl b/com.woltlab.wcf/templates/notificationListUserPanel.tpl index 0e5a4819ab..924b98c762 100644 --- a/com.woltlab.wcf/templates/notificationListUserPanel.tpl +++ b/com.woltlab.wcf/templates/notificationListUserPanel.tpl @@ -1,11 +1,11 @@ {foreach from=$notifications[notifications] item=notification}
  • -
    -
    +
    +
    {if $notification[event]->getAuthors()|count < 2} - {@$notification[event]->getAuthor()->getAvatar()->getImageTag(32)} + {@$notification[event]->getAuthor()->getAvatar()->getImageTag(48)} {else} - + {/if}
    @@ -15,4 +15,4 @@
  • -{/foreach} \ No newline at end of file +{/foreach} diff --git a/com.woltlab.wcf/templates/pageHeaderUser.tpl b/com.woltlab.wcf/templates/pageHeaderUser.tpl index a1dc79959b..22fbe3e4f3 100644 --- a/com.woltlab.wcf/templates/pageHeaderUser.tpl +++ b/com.woltlab.wcf/templates/pageHeaderUser.tpl @@ -3,7 +3,7 @@ {if $__wcf->user->userID}
  • - {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(32)} {lang}wcf.user.userNote{/lang} + {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(32)} {lang}wcf.user.userNote{/lang}
    {lang}wcf.user.controlPanel{/lang} @@ -19,23 +19,23 @@
    • -
      - {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(64)} +
      + {@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(48)}
      -

      {$__wcf->user->username}

      - {if MODULE_USER_RANK} -

      +

      + {$__wcf->user->username} + {if MODULE_USER_RANK} {if $__wcf->getUserProfileHandler()->getUserTitle()} {$__wcf->getUserProfileHandler()->getUserTitle()} {/if} {if $__wcf->getUserProfileHandler()->getRank() && $__wcf->getUserProfileHandler()->getRank()->rankImage} {@$__wcf->getUserProfileHandler()->getRank()->getImage()} {/if} -

      - {/if} + {/if} +

      -