1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 16:31:33 +00:00

disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order

This commit is contained in:
Andrew Dolgov
2013-03-28 20:51:06 +04:00
parent b9a06a0e39
commit 8aa01d7989
4 changed files with 9 additions and 14 deletions

View File

@@ -178,6 +178,7 @@
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>
</select>
<!-- deprecated -->