]> git.wh0rd.org - tt-rss.git/commitdiff
change order of oldest first/newest first
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 16:52:55 +0000 (20:52 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Mar 2013 16:52:55 +0000 (20:52 +0400)
index.php

index e9db16bb9426dc5251c39f1fb331bb070fb8d9b0..7b4e64136e4987baa4aa36d4138b25cc78a798f5 100644 (file)
--- a/index.php
+++ b/index.php
                        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 -->