query = query + "&search=" + param_escape(search.value);
}
- notify_progress("Loading, please wait...", true);
+ //notify_progress("Loading, please wait...", true);
+
+ Element.show('feed_browser_spinner');
new Ajax.Request(query, {
onComplete: function(transport) {
notify('');
+ Element.hide('feed_browser_spinner');
+
var c = $("browseFeedList");
var r = transport.responseXML.getElementsByTagName("content")[0];
var nr = transport.responseXML.getElementsByTagName("num-results")[0];
print "
<div style='float : right'>
+ <img style='display : none'
+ id='feed_browser_spinner' src='images/indicator_white.gif'>
<input id=\"feed_browser_search\" size=\"20\" type=\"search\"
onfocus=\"javascript:disableHotkeys();\"
onblur=\"javascript:enableHotkeys();\"
// if (confirm(__("You won't be able to access offline version of Tiny Tiny RSS until you switch it into offline mode again. Go online?"))) {
if (confirm(__("Tiny Tiny RSS will reload. Go online?"))) {
//localServer.removeManagedStore("tt-rss");
- window.location.href = "tt-rss.php?online";
+ window.location.href = "tt-rss.php?online=1";
}
}
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
+ vertical-align : middle;
border-width : 0px;
}
padding : 3px 5px 3px 5px;
z-index : 5;
}
+
+#feed_browser_spinner {
+ vertical-align : middle;
+ height : 18px;
+ width : 18px;
+}