From: Matthias Schmidt Date: Sat, 20 Aug 2011 09:54:20 +0000 (+0200) Subject: Fixed wrong sort icons X-Git-Tag: 2.0.0_Beta_1~1837^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4055c6d11d37fa16fbdc7562e5add6a52419ea94;p=GitHub%2FWoltLab%2FWCF.git Fixed wrong sort icons Old .png files were used, not the new .svg ones --- diff --git a/wcfsetup/install/files/acp/templates/userList.tpl b/wcfsetup/install/files/acp/templates/userList.tpl index d0fe8237bb..8a0df290e8 100644 --- a/wcfsetup/install/files/acp/templates/userList.tpl +++ b/wcfsetup/install/files/acp/templates/userList.tpl @@ -76,7 +76,7 @@

-

{lang}wcf.user.userID{/lang}{if $sortField == 'userID'} {/if}

+

{lang}wcf.user.userID{/lang}{if $sortField == 'userID'} {/if}

{lang}wcf.user.username{/lang}{if $sortField == 'username'} {/if} {foreach from=$columnHeads key=column item=columnLanguageVariable}