[Pkg-owncloud-commits] [owncloud] 16/70: show loading feedback also when clicking 'Apps' entry in app list

David Prévot taffit at moszumanska.debian.org
Mon Jul 14 17:38:03 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 b33c61798c1351dd0b1ee9a7eef0dc991a3b0167
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri Jul 4 12:32:37 2014 +0200

    show loading feedback also when clicking 'Apps' entry in app list
---
 core/templates/layout.user.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 3f1b939..066362b 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -113,6 +113,7 @@
 						<a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps').'?installed'); ?>" title=""
 							<?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
 							<img class="app-icon svg" alt="" src="<?php print_unescaped(OC_Helper::imagePath('settings', 'apps.svg')); ?>"/>
+							<div class="icon-loading-dark" style="display:none;"></div>
 							<span>
 								<?php p($l->t('Apps')); ?>
 							</span>

-- 
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