summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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 -->