diff options
| author | 2014-08-24 11:34:58 -0400 | |
|---|---|---|
| committer | 2014-08-24 11:37:07 -0400 | |
| commit | 7b17c60bb18b122f3d14795780f4642717cfd81b (patch) | |
| tree | 09613f885adc2cdad4095f1676c5a154ae096711 /app/layout | |
| parent | d1f79fee69a3667913f419cd9726ffb11f410bd0 (diff) | |
Add shortcuts
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable.
Add a shortcut to access user filters the same way to access share actions.
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 25833c16d..7cd15c1a3 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -96,7 +96,7 @@ <li class="dropdown-header"><?php echo Minz_Translate::t('queries'); ?> <a class="no-mobile" href="<?php echo _url('configure', 'queries'); ?>"><?php echo FreshRSS_Themes::icon('configure'); ?></a></li> <?php foreach ($this->conf->queries as $query) { ?> - <li class="item"> + <li class="item query"> <a href="<?php echo $query['url']; ?>"><?php echo $query['name']; ?></a> </li> <?php } ?> |
