diff options
-rw-r--r-- | apps/files/templates/list.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index eddcd9f6236..a0138967cd2 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -38,9 +38,8 @@ </div> <div id="uploadprogresswrapper"> <div id="uploadprogressbar"></div> - <input type="button" class="stop" style="display:none" - value="<?php p($l->t('Cancel upload'));?>" - /> + <input type="button" class="stop icon-close" + style="display:none" value="" /> </div> </div> <div id="file_action_panel"></div> |