summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 20:44:43 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 20:44:43 +0400
commitb9a06a0e39739b1d810bbb78bc1eef05f7d095cf (patch)
tree4459d9f95bb23562a54a4fafc5c030c26d7a5eeb /index.php
parent699e3cfc65174ba531401c2689f6b2074546bb34 (diff)
retire frankly ridiculous sorting by score/title/date/default
keep defaul and oldest first instead of REVERSE_HEADLINES
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 2aa4891ef..963e5940c 100644
--- a/index.php
+++ b/index.php
@@ -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 -->