From: jongfoster <jongfoster@users.sourceforge.net> Date: Fri, 26 Apr 2002 21:55:17 +0000 (+0000) Subject: Cosmetic change: Making the +filter UI look the same as X-Git-Tag: v_3_0_branchpoint~185 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=f263ae1f0772c84d9d3f1dc791fa41dc09cb053e;p=privoxy.git Cosmetic change: Making the +filter UI look the same as the other actions. --- diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index bd73c487..0b398258 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -32,6 +32,10 @@ # # Revisions : # $Log: edit-actions-for-url,v $ +# Revision 1.25 2002/04/26 21:37:50 jongfoster +# Fixing all(?) the substitutions that were broken in the +# recent actions rename. +# # Revision 1.24 2002/04/26 18:24:28 jongfoster # Fixing typos in help hyperlinks # @@ -471,14 +475,6 @@ function show_send_wafer_opts(tf) <td class="action"><a href="@user-manual@@helplink@FAST-REDIRECTS">fast-redirects</a></td> <td>Bypass some click-tracking URLs.</td> </tr> - <tr class="bg2" align="left" valign="top"> - <td class="en2"> </td> - <td class="dis2"> </td> - <td class="noc2"> </td> - <td class="action"><a href="@user-manual@@helplink@FILTER">filter</a></td> - <td>Filter the website through regular expression filters. - You can enable or disable the filters individually.</td> - </tr> <tr class="bg2" align="left" valign="top"> <td class="en2"> </td> @@ -486,7 +482,11 @@ function show_send_wafer_opts(tf) name="filter_all" id="filter_all_n" value="N" @filter-all-n@ ></td> <td class="noc2" align="center" valign="middle"><input type="radio" name="filter_all" id="filter_all_x" value="X" @filter-all-x@ ></td> - <td class="subaction" colspan="2"> All filters applied by previous rules</td> + <td class="action"><a href="@user-manual@@helplink@FILTER">filter</a> *</td> + <td>Filter the website through regular expression + filters. You can use the radio buttons on this line to disable + all filters applied by previous rules, and/or you can enable or + disable the filters individually below.</td> </tr> @filter-params@ <tr class="bg1" align="left" valign="top"> diff --git a/templates/edit-actions-for-url-filter b/templates/edit-actions-for-url-filter index 06020cba..6c447a09 100644 --- a/templates/edit-actions-for-url-filter +++ b/templates/edit-actions-for-url-filter @@ -2,5 +2,6 @@ <td class="en2" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td> <td class="dis2" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td> <td class="noc2" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td> - <td class="subaction" colspan="2"> @description@ (@name@) <input type="hidden" name="filter_n@index@" value="@name@"></td> + <td class="action"><a href="@user-manual@@helplink@FILTER">filter</a> @name@<input type="hidden" name="filter_n@index@" value="@name@"></td> + <td>@description@</td> </tr>