aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/configure/shortcut.phtml2
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>