You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
302 B

<select class="form-select" id="{'tr_sort_mode'|cat:$iTRACKERLIST}" name="{'tr_sort_mode'|cat:$iTRACKERLIST}">
{foreach from=$sortchoice item=sc}
<option value={$sc.value}{if $tr_sort_mode eq $sc.value} selected="selected"{/if}>{tr}{$sc.label|escape}{/tr}</option>
{/foreach}
</select>