From: Frédéric Marchal Date: Sun, 28 Nov 2010 15:40:10 +0000 (+0000) Subject: Clarify the description of sorttable in sarg.conf X-Git-Tag: v2.3.2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418cd63d1713a50d4f296510fb8827b636c5e564;p=thirdparty%2Fsarg.git Clarify the description of sorttable in sarg.conf --- diff --git a/sarg.conf b/sarg.conf index 1a2877b..6164f06 100644 --- a/sarg.conf +++ b/sarg.conf @@ -696,12 +696,14 @@ # squid24 off # TAG: sorttable path -# The full path to a javascript script to dynamically sort the tables. -# The path is the path a browser must follow to find the script. +# The path to a javascript script to dynamically sort the tables. +# The path is the link a browser must follow to find the script. For instance, +# it may be http://www.myproxy.org/sorttable.js or just /sorttable.js if the script +# is at the root of your web site. # # If the path starts with "../" then it is assumed to be a relative # path and sarg adds as many "../" as necessary to locate the js script from -# the output directory. Therefore, ../../sorttable.js searches for the javascript +# the output directory. Therefore, ../../sorttable.js links to the javascript # one level above output_dir. # # If this entry is set, each sortable table will have the "sortable" class set.