remember, its a key name :)
This commit is contained in:
parent
f26c3a2349
commit
298152a899
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user