diff options
| author | 2014-09-18 13:34:22 +0200 | |
|---|---|---|
| committer | 2014-09-18 13:34:22 +0200 | |
| commit | ca74b2fca3711ef80542cc69269b2d9a654e3e5a (patch) | |
| tree | 4416f3bbe2d2d559557630c8a81bd5c27d6300d0 /app/views/configure | |
| parent | 5c752f71e9bd07d2e8f9ffd4b246cf4216c7a85f (diff) | |
| parent | 0c012b006c868db294b1c227f82fb5861075001f (diff) | |
Merge pull request #620 from plopoyop/dev
Ajout d'un timeout pour la notification HTML5
Diffstat (limited to 'app/views/configure')
| -rw-r--r-- | app/views/configure/display.phtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 955fc6747..8eb3a156b 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -91,6 +91,13 @@ </tbody> </table><br /> </div> + + <div class="form-group"> + <label class="group-name" for="posts_per_page"><?php echo Minz_Translate::t ('html5_notif_timeout'); ?></label> + <div class="group-controls"> + <input type="number" id="html5_notif_timeout" name="html5_notif_timeout" value="<?php echo $this->conf->html5_notif_timeout; ?>" /> <?php echo Minz_Translate::t ('seconds_(0_means_no_timeout)'); ?> + </div> + </div> <div class="form-group form-actions"> <div class="group-controls"> |
