remember, its a key name :)

This commit is contained in:
Ian 2014-09-11 10:18:16 +02:00
parent f26c3a2349
commit 298152a899

View File

@ -57,7 +57,7 @@
{foreach $groupnames as $available_group => $available_name}
<option value="{$available_group}"{if $only_group == $available_group} selected{/if}>{$available_name|default:$CONST.ALL_CATEGORIES}</option>
{/foreach}
{if $only_group != UPGRADE}<option value="UPGRADE"{if $only_group == 'UPGRADE'} selected{/if}>{$CONST.WORD_NEW}</option>{/if}
{if $only_group != UPGRADE}<option value="UPGRADE"{if $only_group == UPGRADE} selected{/if}>{$CONST.WORD_NEW}</option>{/if}
</select>