diff --git a/htroot/CrawlStartExpert_p.html b/htroot/CrawlStartExpert_p.html
index f51d90ac2..c22a8503b 100644
--- a/htroot/CrawlStartExpert_p.html
+++ b/htroot/CrawlStartExpert_p.html
@@ -54,9 +54,15 @@
// crawl start: From File
if ($("#sitelist").isChecked()) {
- $('#rangeDomain').check();
+ document.getElementById('rangeDomainDescription').innerHTML ='Restrict to the domains in the link-list';
+ document.getElementById('rangeSubpathDescription').innerHTML ='Restrict to the subpaths in the link-list';
+
+ if ($("#rangeWide").isChecked()) {
+ // we allow also #rangeSubpath
+ $('#rangeDomain').check();
+ }
}
-
+
// Delete only old
if ($('#deleteoldage').isChecked()) {
$('#deleteIfOlderNumber, #deleteIfOlderUnit').enable();
@@ -305,17 +311,17 @@
Load Filter on IPs
@@ -342,14 +348,14 @@
that must not match with the URLs to allow that the content of the url is indexed.
Filter on Content of Document
(all visible text, including camel-case-tokenized url and title)