From: oes <oes@users.sourceforge.net> Date: Thu, 23 May 2002 23:37:46 +0000 (+0000) Subject: Added some help links X-Git-Tag: v_3_0_branchpoint~18 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/static/gitweb.js?a=commitdiff_plain;h=12d740c7fc9646e7863802997da672a7b801acc7;p=privoxy.git Added some help links --- diff --git a/templates/show-status b/templates/show-status index 180f69d6..0ec4f2ee 100644 --- a/templates/show-status +++ b/templates/show-status @@ -145,11 +145,11 @@ <p> <table class="transparent"> <tr> - <th colspan="2">Actions Files:</th> + <th colspan="2"><a href="@user-manual@@actions-help-prefix@ACTIONS-FILE">Actions Files:</a></th> </tr> @actions-filenames@ <tr> - <th colspan="2">Filter File:</th> + <th colspan="2"><a href="@user-manual@filter-file.html">Filter File:</a></th> </tr> <tr> <td> @@ -163,7 +163,7 @@ </tr> <!-- @if-trust-support-start --> <tr> - <th colspan="2">Trust File:</th> + <th colspan="2"><a href="@user-manual@config.html#TRUSTFILE">Trust File:</a></th> </tr> <td> @trust-filename@ @@ -182,14 +182,14 @@ <tr> <td class="box"> - <h2>Privoxy was invoked as follows:</h2> + <h2>Privoxy was <a href="@user-manual@startup.html#CMDOPTIONS">invoked</a> as follows:</h2> <p>@invocation@</p> </td> </tr> <tr> <td class="box"> - <h2>The following options were given in the config file:</h2> + <h2>The following options were given in the <a href="@user-manual@config.html">config file</a>:</h2> <p>@options@</p> </td> </tr>