]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing #15344 - `title` has no added value here (not on screen readers not for robots)
authorVolker E <volker.e@temporaer.net>
Wed, 1 Apr 2015 19:10:48 +0000 (21:10 +0200)
committerVolker E <volker.e@temporaer.net>
Wed, 1 Apr 2015 19:10:48 +0000 (21:10 +0200)
core/templates/layout.user.php

index 45c3f811540de2cd6c8ff4ae1943675d8c161611..880a276c7253fe1e9ba59dcc1d211133f6162942 100644 (file)
@@ -37,7 +37,7 @@
        </div>
        <header role="banner"><div id="header">
                        <a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
-                               title="" id="owncloud" tabindex="1">
+                               id="owncloud" tabindex="1">
                                <div class="logo-icon svg">
                                        <h1 class="hidden-visually">
                                                <?php p($theme->getName()); ?>
@@ -76,7 +76,7 @@
                                <ul>
                                <?php foreach($_['settingsnavigation'] as $entry):?>
                                        <li>
-                                               <a href="<?php print_unescaped($entry['href']); ?>" title=""
+                                               <a href="<?php print_unescaped($entry['href']); ?>"
                                                        <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>>
                                                        <img class="svg" alt="" src="<?php print_unescaped($entry['icon']); ?>">
                                                        <?php p($entry['name']) ?>
                                <ul>
                                <?php foreach($_['navigation'] as $entry): ?>
                                        <li data-id="<?php p($entry['id']); ?>">
-                                               <a href="<?php print_unescaped($entry['href']); ?>" title="<?php p($entry['name']); ?>" tabindex="3"
+                                               <a href="<?php print_unescaped($entry['href']); ?>" tabindex="3"
                                                        <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>>
                                                        <img class="app-icon svg" alt="" src="<?php print_unescaped($entry['icon']); ?>">
                                                        <div class="icon-loading-dark" style="display:none;"></div>
                                        if(OC_User::isAdminUser(OC_User::getUser())):
                                ?>
                                        <li id="apps-management">
-                                               <a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps')); ?>" title="<?php p($l->t('Apps')); ?>" tabindex="4"
+                                               <a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps')); ?>" tabindex="4"
                                                        <?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
                                                        <img class="app-icon svg" alt="" src="<?php print_unescaped(OC_Helper::imagePath('settings', 'apps.svg')); ?>">
                                                        <div class="icon-loading-dark" style="display:none;"></div>