|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
|
|
<label for="mark_read">Marquer l'article comme lu / non lu</label>
|
|
<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']; ?>" />
|
|
<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>
|
|
|
|
|
|
|
+ <p>+ <code>shift</code> pour marquer tous les articles comme non lus</p>
|
|
|
|
|
|
|
|
<label for="mark_favorite">Mettre l'article en favori</label>
|
|
<label for="mark_favorite">Mettre l'article en favori</label>
|
|
|
<input type="text" id="mark_favorite" name="shortcuts[mark_favorite]" list="keys" value="<?php echo $s['mark_favorite']; ?>" />
|
|
<input type="text" id="mark_favorite" name="shortcuts[mark_favorite]" list="keys" value="<?php echo $s['mark_favorite']; ?>" />
|