diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/reading.phtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index ad1f31451..5eb009a1d 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -49,6 +49,15 @@ <div class="form-group"> <div class="group-controls"> + <label class="checkbox" for="show_fav_unread"> + <input type="checkbox" name="show_fav_unread" id="show_fav_unread" value="1"<?= FreshRSS_Context::$user_conf->show_fav_unread ? ' checked="checked"' : '' ?> data-leave-validation="<?= FreshRSS_Context::$user_conf->show_fav_unread ?>"/> + <?= _t('conf.reading.always_show_favorites') ?> + </label> + </div> + </div> + + <div class="form-group"> + <div class="group-controls"> <label class="checkbox" for="hide_read_feeds"> <input type="checkbox" name="hide_read_feeds" id="hide_read_feeds" value="1"<?= FreshRSS_Context::$user_conf->hide_read_feeds ? ' checked="checked"' : '' ?> data-leave-validation="<?= FreshRSS_Context::$user_conf->hide_read_feeds ?>"/> <?= _t('conf.reading.hide_read_feeds') ?> |
