mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 23:29:16 +00:00
retire frankly ridiculous sorting by score/title/date/default
keep defaul and oldest first instead of REVERSE_HEADLINES
This commit is contained in:
@@ -177,9 +177,7 @@
|
||||
onchange="viewModeChanged()"
|
||||
dojoType="dijit.form.Select" name="order_by">
|
||||
<option selected="selected" value="default"><?php echo __('Default') ?></option>
|
||||
<option value="date"><?php echo __('Date') ?></option>
|
||||
<option value="title"><?php echo __('Title') ?></option>
|
||||
<option value="score"><?php echo __('Score') ?></option>
|
||||
<option value="date_reverse"><?php echo __('Oldest first') ?></option>
|
||||
</select>
|
||||
|
||||
<!-- deprecated -->
|
||||
|
||||
Reference in New Issue
Block a user