diff --git a/wcfsetup/install/files/acp/templates/trophyList.tpl b/wcfsetup/install/files/acp/templates/trophyList.tpl index 5b4c55f2033..a59c8c05912 100644 --- a/wcfsetup/install/files/acp/templates/trophyList.tpl +++ b/wcfsetup/install/files/acp/templates/trophyList.tpl @@ -1,82 +1,39 @@ {include file='header' pageTitle='wcf.acp.menu.link.trophy.list'} - -
-

{lang}wcf.acp.menu.link.trophy.list{/lang}{if $items} {#$items}{/if}

+

{lang}wcf.acp.menu.link.trophy.list{/lang} {#$gridView->countRows()}

-{hascontent} -
- {content} - {pages print=true assign=pagesLinks controller='TrophyList' link="pageNo=%d"} - {/content} -
-{/hascontent} -{if $objects|count} -
-
    - {foreach from=$objects item='trophy'} -
  1. - - {@$trophy->renderTrophy(32)} - {$trophy->getTitle()} - - - - {icon name='arrows-up-down-left-right'} - - {objectAction action="toggle" isDisabled=$trophy->isDisabled} - {icon name='pencil'} - {objectAction action="delete" objectTitle=$trophy->getTitle()} - - {event name='itemButtons'} - - -
  2. - {/foreach} -
-
- -
- -
- -