diff --git a/htroot/Status_p.inc b/htroot/Status_p.inc index 9247fceb4..fc5708368 100644 --- a/htroot/Status_p.inc +++ b/htroot/Status_p.inc @@ -89,13 +89,13 @@ Local Crawl #[localCrawlQueueSize]# - #(localCrawlPaused)#pause local crawl::continue local crawl#(/localCrawlPaused)# + #(localCrawlPaused)#pause local crawl::continue local crawl#(/localCrawlPaused)# #(localCrawlPaused)# ::(paused)#(/localCrawlPaused)# Remote triggered Crawl #[remoteTriggeredCrawlQueueSize]# - #(remoteTriggeredCrawlPaused)#pause remote triggered crawl::continue remote triggered crawl#(/remoteTriggeredCrawlPaused)# + #(remoteTriggeredCrawlPaused)#pause remote triggered crawl::continue remote triggered crawl#(/remoteTriggeredCrawlPaused)# #(remoteTriggeredCrawlPaused)# ::(paused)#(/remoteTriggeredCrawlPaused)# diff --git a/htroot/env/grafics/pause.gif b/htroot/env/grafics/pause.gif new file mode 100644 index 000000000..13b18174a Binary files /dev/null and b/htroot/env/grafics/pause.gif differ diff --git a/htroot/env/grafics/start.gif b/htroot/env/grafics/start.gif index 619bc2c5c..9e825f8ef 100644 Binary files a/htroot/env/grafics/start.gif and b/htroot/env/grafics/start.gif differ diff --git a/htroot/env/grafics/stop.gif b/htroot/env/grafics/stop.gif index 5a5836b92..1ebb9201f 100644 Binary files a/htroot/env/grafics/stop.gif and b/htroot/env/grafics/stop.gif differ diff --git a/htroot/js/Crawler.js b/htroot/js/Crawler.js index 60b098357..c4cf2f960 100644 --- a/htroot/js/Crawler.js +++ b/htroot/js/Crawler.js @@ -166,7 +166,7 @@ function putQueueState(queue, state) { } else { a.href = "Crawler_p.html?pause=" + queue; a.title = "Pause this queue (" + state + ")"; - img.src = "/env/grafics/stop.gif"; + img.src = "/env/grafics/pause.gif"; img.alt = "Pause this queue"; } }