aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-02-26 17:31:01 -0500
committerGravatar GitHub <noreply@github.com> 2021-02-26 23:31:01 +0100
commit449fee7a2cc9453da4aac03f833ccb28205d7d3a (patch)
treeb0ea6561ca18dd078d722a2eaa1c9d84af9366d2 /app/views
parenta127f7dae3767d519fc0c6d7cbb84e640bace7c2 (diff)
"Show all" option on labels (#3472)
It uses the favorite option to keep a similar experience through out the application and also to limit the number of options. See #3263
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/reading.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml
index f828556b2..68fbc5bf2 100644
--- a/app/views/configure/reading.phtml
+++ b/app/views/configure/reading.phtml
@@ -73,6 +73,7 @@
<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') ?>
+ <p class="help"><?= _i('help') ?> <?= _t('conf.reading.show_fav_unread_help') ?></p>
</label>
</div>
</div>