From 24277f0dd650f385ca253d72cae9df0ed9e03f5f Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 30 Jun 2014 18:20:35 +0200
Subject: [PATCH] change 'Cancel upload' text to x icon for more space in
 breadcrumbs bar

---
 apps/files/templates/list.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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