# HG changeset patch # User Dan # Date 1192945500 14400 # Node ID 63fddf1335d9ae4b6af29ebd522e7f28e5dd2e80 # Parent b21c37981b88b7cbf61e4161432ffd9dfefb9749 Nothing real special. The AJAX loading icon can be changed using the Javascript variable ajax_load_icon in header.tpl. diff -r b21c37981b88 -r 63fddf1335d9 includes/clientside/static/enano-lib-basic.js --- a/includes/clientside/static/enano-lib-basic.js Sat Oct 20 22:21:46 2007 -0400 +++ b/includes/clientside/static/enano-lib-basic.js Sun Oct 21 01:45:00 2007 -0400 @@ -112,6 +112,7 @@ var startwidth = false; var startheight = false; var do_width = false; +var ajax_load_icon = scriptPath + '/images/loading.gif'; // You have an NSIS coder in your midst... var MB_OK = 1; diff -r b21c37981b88 -r 63fddf1335d9 includes/clientside/static/misc.js --- a/includes/clientside/static/misc.js Sat Oct 20 22:21:46 2007 -0400 +++ b/includes/clientside/static/misc.js Sun Oct 21 01:45:00 2007 -0400 @@ -196,7 +196,7 @@ { if ( document.getElementById('ajaxloadicon') ) { - document.getElementById('ajaxloadicon').src=scriptPath + '/images/loading.gif'; + document.getElementById('ajaxloadicon').src=ajax_load_icon; } }