diff options
| author | 2018-11-18 19:31:36 +0100 | |
|---|---|---|
| committer | 2018-11-18 19:31:36 +0100 | |
| commit | e20c7ef1b020df492923ca9a445fb8fa172a11dd (patch) | |
| tree | 9ff4516fe9c6269f0eca404c338dca27e8730e6a /app/views | |
| parent | f3a88614ef4a2541ee29054124d62c0cdc78f485 (diff) | |
[fix] Finishing touches for next/previous without focus (#2140)
* [fix] Finishing touches for next/previous without focus
Cf. #1767.
* Avoid single quote
Alternative: use `’`
* Minor whitespace
* Minor whitespace
* be explicit about skipping
* add todos
* overshot by one
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/shortcut.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index 650c84df1..70a274edd 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -64,7 +64,9 @@ <input type="text" id="prev_entry" name="shortcuts[prev_entry]" list="keys" value="<?php echo $s['prev_entry']; ?>" data-leave-validation="<?php echo $s['prev_entry']; ?>"/> </div> </div> - + + <p class="alert alert-warn"><?php echo _t('conf.shortcut.navigation_no_mod_help');?></p> + <div class="form-group"> <label class="group-name" for="skip_next_entry"><?php echo _t('conf.shortcut.skip_next_article'); ?></label> <div class="group-controls"> |
