diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 18:20:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-30 18:20:35 +0200 |
commit | 24277f0dd650f385ca253d72cae9df0ed9e03f5f (patch) | |
tree | 385df42ac324d1712e7c5b45a8f3f9ec2a663366 /apps/files/templates/list.php | |
parent | d94d307f522ce724ac288f57f563338f7229db4c (diff) | |
download | nextcloud-server-24277f0dd650f385ca253d72cae9df0ed9e03f5f.tar.gz nextcloud-server-24277f0dd650f385ca253d72cae9df0ed9e03f5f.zip |
change 'Cancel upload' text to x icon for more space in breadcrumbs bar
Diffstat (limited to 'apps/files/templates/list.php')
-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> |