diff options
| author | 2012-10-25 23:10:09 +0200 | |
|---|---|---|
| committer | 2012-10-25 23:10:09 +0200 | |
| commit | e0774203b0027dd4fe794140b9057c9a82f44d07 (patch) | |
| tree | 317991ece657da8d1cab4e0656dfc4d3a3833a1e | |
| parent | 3ff01d5096c8a52d7d46f72cf361e49ec6f4e93a (diff) | |
ajout d'un message <noscript> pour les raccourcis
| -rw-r--r-- | app/views/configure/shortcut.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index 56718d566..8050d2cee 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -9,6 +9,8 @@ <form method="post" action=""> <h1>Gérer les raccourcis</h1> + <noscript>Le javascript doit être activé pour pouvoir utiliser les raccourcis</noscript> + <label for="mark_read">Marquer l'article comme lu / non lu</label> <input type="text" id="mark_read" name="shortcuts[mark_read]" list="keys" value="<?php echo $s['mark_read']; ?>" /> <p>+ <code>shift</code> pour marquer tous les articles</p> |
