diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 12:05:45 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 12:05:45 +0100 |
commit | 9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7 (patch) | |
tree | 4ac68b68a02df8c693181885e0f9e024871cb008 /apps | |
parent | 4344b3d3cfd9f155899d2a7670f5936251fbc70f (diff) | |
download | nextcloud-server-9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7.tar.gz nextcloud-server-9f9aa44b577fc2efb2893f8f71f8bbb7770e68d7.zip |
add alt text to 'Cancel upload' button
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/list.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 81e9c3fc180..bd27be8c5e1 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -39,7 +39,8 @@ <div id="uploadprogresswrapper"> <div id="uploadprogressbar"></div> <input type="button" class="stop icon-close" - style="display:none" value="" /> + style="display:none" value="" + alt="<?php p($l->t('Cancel upload'))?>" /> </div> </div> <div id="file_action_panel"></div> |