change order of oldest first/newest first
This commit is contained in:
parent
8aa01d7989
commit
56b61583a2
1 changed files with 1 additions and 1 deletions
|
@ -177,8 +177,8 @@
|
|||
onchange="viewModeChanged()"
|
||||
dojoType="dijit.form.Select" name="order_by">
|
||||
<option selected="selected" value="default"><?php echo __('Default') ?></option>
|
||||
<option value="date_reverse"><?php echo __('Oldest first') ?></option>
|
||||
<option value="feed_dates"><?php echo __('Newest first') ?></option>
|
||||
<option value="date_reverse"><?php echo __('Oldest first') ?></option>
|
||||
</select>
|
||||
|
||||
<!-- deprecated -->
|
||||
|
|
Loading…
Reference in a new issue