summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 21:35:16 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 21:35:16 +0400
commit127aaaa0f78848c3df0bfb84ff795baace23ebf2 (patch)
treed3bdd4c1981c08cd05596acfd8a838c7e03aac0a /index.php
parent7ad5e726cd45ba4e50292c98146ff6641aa374c5 (diff)
add has_note with mode
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 281f46cf9..2c2dc9ecc 100644
--- a/index.php
+++ b/index.php
@@ -170,6 +170,7 @@
<option value="published"><?php echo __('Published') ?></option>
<option value="unread"><?php echo __('Unread') ?></option>
<option value="unread_first"><?php echo __('Unread First') ?></option>
+ <option value="has_note"><?php echo __('With Note') ?></option>
<!-- <option value="noscores"><?php echo __('Ignore Scoring') ?></option> -->
</select>