[geeklog-hg] geeklog: Fixed loading image for help dialog

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 21 22:54:21 EDT 2013


changeset 9308:d2f68d44c971
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d2f68d44c971
user: Tom <websitemaster at cogeco.net>
date: Sat Sep 21 22:53:45 2013 -0400
description:
Fixed loading image for help dialog

diffstat:

 public_html/layout/denim/images/loading.gif            |  Bin 
 public_html/layout/modern_curve/images/loading.gif     |  Bin 
 public_html/layout/professional_css/images/loading.gif |  Bin 
 public_html/lib-common.php                             |    2 +-
 4 files changed, 1 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f5794fc060b5 -r d2f68d44c971 public_html/layout/denim/images/loading.gif
Binary file public_html/layout/denim/images/loading.gif has changed
diff -r f5794fc060b5 -r d2f68d44c971 public_html/layout/modern_curve/images/loading.gif
Binary file public_html/layout/modern_curve/images/loading.gif has changed
diff -r f5794fc060b5 -r d2f68d44c971 public_html/layout/professional_css/images/loading.gif
Binary file public_html/layout/professional_css/images/loading.gif has changed
diff -r f5794fc060b5 -r d2f68d44c971 public_html/lib-common.php
--- a/public_html/lib-common.php	Wed Sep 18 21:59:25 2013 -0400
+++ b/public_html/lib-common.php	Sat Sep 21 22:53:45 2013 -0400
@@ -2321,7 +2321,7 @@
                 
                 $js = '
                     $(document).ready(function() {
-                        var $loading = $(\'<img src="loading.gif" alt="loading">\');
+                        var $loading = $(\'<div style="margin: auto; padding-top: 90px; width: 32px; height: 32px"><img src="/layout/' . $_CONF['theme'] .  '/images/loading.gif" alt="loading"' . XHTML . '></div>\');
                     
                         $(\'a.blocktitle\').each(function() {
                             var $dialog = $(\'<div></div>\')



More information about the geeklog-cvs mailing list