From: eldy <>
Date: Sat, 4 May 2002 16:05:52 +0000 (+0000)
Subject: Fixed: Parameter DetailedReportsOnNewWindows was not working.
X-Git-Tag: AWSTATS_4_1_BETA~93
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ddba61fee0980eff1f13696a9cacfc5b641eb96;p=thirdparty%2FAWStats.git
Fixed: Parameter DetailedReportsOnNewWindows was not working.
---
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 5215c240..7ee6074e 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -812,7 +812,7 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
DetailedReportsOnNewWindows
-Version : 3.2 +
+Version : 4.1 +
# This parameter ask your browser to open detailed reports into a different
# window than the main page.
# Possible values: 1 or 0
@@ -825,8 +825,9 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
ShowFlagLinks
Version : 3.2 +
# List of visible flags with link to other language translations.
+
# See Lang parameter for list of allowed flag/language codes.
# If you don't want any flag link, set ShowFlagLinks to "".
-
# This parameter is used only if ShowHeader is set to 1.
+
# This parameter is used only if ShowHeader parameter is set to 1.
# Possible values: "" or "language_codes_separated_by_space"
# Default: "en es fr it nl es"
#
@@ -960,7 +961,7 @@ color_u,color_v,color_p,color_h,color_k,color_s
color_v="F8E880" # Background color for number of visites (Default = "F8E880")
color_p="4477DD" # Background color for number of pages (Default = "4477DD")
color_h="66F0FF" # Background color for number of hits (Default = "66F0FF")
-
color_k="339944" # Background color for number of bytes (Default = "2EA495")
+
color_k="2EA495" # Background color for number of bytes (Default = "2EA495")
color_s="8888DD" # Background color for number of search (Default = "8888DD")
color_e="CEC2E8" # Background color for number of entry pages (Default = "CEC2E8")
color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2E2")