Enable filter for automatically awarded trophies
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 5 Dec 2018 10:40:04 +0000 (11:40 +0100)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 5 Dec 2018 10:40:04 +0000 (11:40 +0100)
wcfsetup/install/files/acp/templates/userTrophyList.tpl

index 5fd3e0231ef3f1cf96ba8c8994d5a1222f5651e9..377a573d3af2c0f85de6728460543576af9bb219 100644 (file)
@@ -37,7 +37,7 @@
                                                {foreach from=$trophyCategories item=category}
                                                        <optgroup label="{$category->getTitle()}">
                                                                {foreach from=$category->getTrophies(true) item=trophy}
-                                                                       <option value="{@$trophy->trophyID}"{if $trophy->trophyID == $trophyID} selected{/if}{if $trophy->awardAutomatically} disabled{/if}>{$trophy->getTitle()}</option>
+                                                                       <option value="{@$trophy->trophyID}"{if $trophy->trophyID == $trophyID} selected{/if}>{$trophy->getTitle()}</option>
                                                                {/foreach}
                                                        </optgroup>
                                                {/foreach}