diff options
| author | 2014-01-01 13:48:32 +0100 | |
|---|---|---|
| committer | 2014-01-01 13:48:32 +0100 | |
| commit | 50c41d9bb2b1766feac984685bb2a954ab4799f3 (patch) | |
| tree | df15fd8557896511563928fe414073baf5c27751 /app/views/configure/archiving.phtml | |
| parent | 8beb15460a3c55c37264fdf414e7dcf9ff4e2a62 (diff) | |
Détails multi-utilisateur
https://github.com/marienfressinaud/FreshRSS/issues/126
Diffstat (limited to 'app/views/configure/archiving.phtml')
| -rw-r--r-- | app/views/configure/archiving.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index cbe3b086c..6e26ca81e 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -17,8 +17,8 @@ <div class="form-group"> <label class="group-name" for="keep_history_default"><?php echo Minz_Translate::t('keep_history'), ' ', Minz_Translate::t('by_feed'); ?></label> <div class="group-controls"> - <select class="number" name="keep_history_default" id="keep_history_default"><?php - foreach (array(-3 => '', 0 => '0', 10 => '10', 50 => '50', 100 => '100', 500 => '500', 1000 => '1 000', 5000 => '5 000', 10000 => '10 000', -1 => '∞') as $v => $t) { + <select class="number" name="keep_history_default" id="keep_history_default" required="required"><?php + foreach (array('' => '', 0 => '0', 10 => '10', 50 => '50', 100 => '100', 500 => '500', 1000 => '1 000', 5000 => '5 000', 10000 => '10 000', -1 => '∞') as $v => $t) { echo '<option value="' . $v . ($this->conf->keep_history_default == $v ? '" selected="selected' : '') . '">' . $t . ' </option>'; } ?></select> (<?php echo Minz_Translate::t('by_default'); ?>) |
