diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/feed.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index d2d978f54..a96965fe1 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -43,6 +43,10 @@ <label class="group-name"><?php echo Translate::t ('number_articles'); ?></label> <div class="group-controls"> <span class="control"><?php echo $this->flux->nbEntries (); ?></span> + <label class="checkbox" for="keep_history"> + <input type="checkbox" name="keep_history" id="keep_history" value="yes"<?php echo $this->flux->keepHistory () == 'yes' ? ' checked="checked"' : ''; ?> /> + <?php echo Translate::t ('keep_history'); ?> + </label> </div> </div> |
