summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-04 09:53:36 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-04 09:53:36 +0200
commit27da29525a8e73abf0eebf495f258bbdc39ddcc1 (patch)
tree80cb4a0e531cb0e5a4123cd2a91a5e32bc9c252d /core/templates
parent8d1754041ed4e6b82d8a08e63a7d002cdf3480c8 (diff)
downloadnextcloud-server-27da29525a8e73abf0eebf495f258bbdc39ddcc1.tar.gz
nextcloud-server-27da29525a8e73abf0eebf495f258bbdc39ddcc1.zip
Made the global settings icon accessable via keyboard.
Bug http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-561
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 674b1853037..b832ac2636f 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -44,7 +44,7 @@
</ul>
<ul id="settings" class="svg">
- <img id="expand" class="svg" alt="<?php echo $l->t('Settings');?>" src="<?php echo image_path('', 'actions/settings.svg'); ?>" />
+ <img role=button tabindex=0 id="expand" class="svg" alt="<?php echo $l->t('Settings');?>" src="<?php echo image_path('', 'actions/settings.svg'); ?>" />
<span><?php echo $l->t('Settings');?></span>
<div id="expanddiv" <?php if($_['bodyid'] == 'body-user') echo 'style="display:none;"'; ?>>
<?php foreach($_['settingsnavigation'] as $entry):?>