summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-10 14:04:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-10 14:04:12 +0200
commit0d0c6b7493161d350ca2eb1d4c45c0c70cfcbb92 (patch)
tree5c3ac8ccdcd54dcd7a9d5815c9787d06dddb1348 /app/views
parent5f545dfda2b6700579b856c815e1914a2dd62553 (diff)
Moved updated/unread option from global to user
https://github.com/FreshRSS/FreshRSS/issues/798
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/reading.phtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml
index 8b123afa8..1b7a101df 100644
--- a/app/views/configure/reading.phtml
+++ b/app/views/configure/reading.phtml
@@ -126,6 +126,15 @@
</div>
<div class="form-group">
+ <div class="group-controls">
+ <label class="checkbox" for="mark_updated_article_unread">
+ <input type="checkbox" name="mark_updated_article_unread" id="mark_updated_article_unread" value="1"<?php echo FreshRSS_Context::$user_conf->mark_updated_article_unread ? ' checked="checked"' : ''; ?> data-leave-validation="<?php echo FreshRSS_Context::$user_conf->mark_updated_article_unread; ?>"/>
+ <?php echo _t('conf.reading.mark_updated_article_unread'); ?>
+ </label>
+ </div>
+ </div>
+
+ <div class="form-group">
<label class="group-name"><?php echo _t('conf.reading.read.when'); ?></label>
<div class="group-controls">
<label class="checkbox" for="check_open_article">