Merge pull request #19085 from owncloud/fix-new-accessibility

fix accessibility of New button, use alt text instead of tooltip
This commit is contained in:
Thomas Müller 2015-09-16 13:49:41 +02:00
commit 5b4b13e478
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
(function() {
var TEMPLATE_ADDBUTTON = '<a href="#" class="button new" title="{{addText}}"><img src="{{iconUrl}}"></img></a>';
var TEMPLATE_ADDBUTTON = '<a href="#" class="button new"><img src="{{iconUrl}}" alt="{{addText}}"></img></a>';
/**
* @class OCA.Files.FileList