[Pkg-owncloud-commits] [owncloud] 148/273: change 'Cancel upload' text to x icon for more space in breadcrumbs bar

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 24277f0dd650f385ca253d72cae9df0ed9e03f5f
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Mon Jun 30 18:20:35 2014 +0200

    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 eddcd9f..a013896 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list