]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
retire frankly ridiculous sorting by score/title/date/default
[tt-rss.git] / index.php
index 2aa4891eff0be65f3dd3d009e48657eebbce2910..963e5940cf2bcde2d237711da48705c406a85994 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"><?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 -->