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:
commit
5b4b13e478
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
(function() {
|
(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
|
* @class OCA.Files.FileList
|
||||||
|
|
Loading…
Reference in New Issue