summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 21:44:18 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 21:44:18 +0100
commiteaace8424b290b4266478511d2af3bd2bd26fb01 (patch)
treecfdd46bafa99453c51017cae5e4229c2344e2d48 /templates
parent0d64807f2ea267dd0bc4b5a01d1cf32bd815ae10 (diff)
fix #300
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.shortcuts.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/part.content.shortcuts.php b/templates/part.content.shortcuts.php
index 705b380f5..99cfa5428 100644
--- a/templates/part.content.shortcuts.php
+++ b/templates/part.content.shortcuts.php
@@ -59,6 +59,10 @@
<td>v</td>
<td><?php p($l->t('Load previous folder')); ?></td>
</tr>
+ <tr>
+ <td>a</td>
+ <td><?php p($l->t('Scroll to active navigation entry')); ?></td>
+ </tr>
</table>
</div>
</div> \ No newline at end of file