From 9e0e39a9a4cad4b79e2cd20458e8bac9a126b576 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 3 Feb 2014 17:39:26 +0100 Subject: [PATCH] small change to start/stop/pause icon style --- htroot/Status_p.inc | 4 ++-- htroot/env/grafics/pause.gif | Bin 0 -> 111 bytes htroot/env/grafics/start.gif | Bin 88 -> 68 bytes htroot/env/grafics/stop.gif | Bin 90 -> 68 bytes htroot/js/Crawler.js | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 htroot/env/grafics/pause.gif 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 0000000000000000000000000000000000000000..13b18174a342057549748bb0bf51db592b678f24 GIT binary patch literal 111 zcmZ?wbhEHb+|z`(?y15yhzgMmdR;Dl#3 f$EUD`mfPapOCPz^C3nnvRklla#@c96Mh0sDbr2dd literal 0 HcmV?d00001 diff --git a/htroot/env/grafics/start.gif b/htroot/env/grafics/start.gif index 619bc2c5c8f0b6da59aa7dffe3bc7b503980ec35..9e825f8efffdfbec1315685e31564af045543406 100644 GIT binary patch literal 68 zcmZ?wbhEHbOV diff --git a/htroot/env/grafics/stop.gif b/htroot/env/grafics/stop.gif index 5a5836b927724dddfc48f0d0087013fde88e6491..1ebb9201f3c69c2f9bfc0e17df73eb720c318112 100644 GIT binary patch literal 68 zcmZ?wbhEHb&J0BG|gt^fc4 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"; } }