diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index eddcd9f62360d950914bad5f5630bb3e058e2484..a0138967cd217d1aa52db2855470baf1da630f68 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>