From: Matthias Schmidt Date: Sat, 20 Mar 2021 12:15:38 +0000 (+0100) Subject: Use `Ui/Object/Action/Delete` in frontend X-Git-Tag: 5.4.0_Alpha_1~132^2~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=13a3e90a9f5414039c72616f32df12ea45ed791b;p=GitHub%2FWoltLab%2FWCF.git Use `Ui/Object/Action/Delete` in frontend --- diff --git a/com.woltlab.wcf/templates/following.tpl b/com.woltlab.wcf/templates/following.tpl index ac0a69a304..1b3fc468b3 100644 --- a/com.woltlab.wcf/templates/following.tpl +++ b/com.woltlab.wcf/templates/following.tpl @@ -12,9 +12,9 @@ {if $objects|count}
-
    +
      {foreach from=$objects item=user} -
    1. +
    2. {user object=$user type='avatar48' ariaHidden='true' tabindex='-1'} @@ -23,7 +23,7 @@ @@ -57,10 +57,4 @@

      {lang}wcf.user.following.noUsers{/lang}

      {/if} - - {include file='footer'} diff --git a/com.woltlab.wcf/templates/ignoredUsers.tpl b/com.woltlab.wcf/templates/ignoredUsers.tpl index 36071e5125..4a37a19cb6 100644 --- a/com.woltlab.wcf/templates/ignoredUsers.tpl +++ b/com.woltlab.wcf/templates/ignoredUsers.tpl @@ -12,9 +12,9 @@ {if $objects|count}
      -
        +
          {foreach from=$objects item=user} -
        1. +
        2. {user object=$user type='avatar48' ariaHidden='true' tabindex='-1'} @@ -23,7 +23,7 @@ @@ -57,10 +57,4 @@

          {lang}wcf.user.ignoredUsers.noUsers{/lang}

          {/if} - - {include file='footer'}