Azaly
Active member
Hello! I have long list of warn definitions. I thought that it sorts by warning_definition_id but it's not. How do this list is sorted by default and could I change order in member_warn template?
Thanks.
Code:
<xen:foreach loop="$warnings" value="$warning">
<li><label><input type="radio" name="warning_definition_id" class="FormFiller" value="{$warning.warning_definition_id}" /> {$warning.title}</label></li>
</xen:foreach>
Thanks.