1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 11:47:11 +00:00

add has_note with mode

This commit is contained in:
Andrew Dolgov
2013-03-27 21:35:16 +04:00
parent 7ad5e726cd
commit 127aaaa0f7
2 changed files with 5 additions and 0 deletions

View File

@@ -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>