Add the new action suppress-tag{}
[privoxy.git] / templates / edit-actions-for-url-string-filter
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-for-url-filter,v $
4 #
5 # Purpose     :  Template that is included from most of Privoxy's CGI pages
6 #                to show the user how to get help or report problems.
7 #
8 #
9 # Copyright   :  Written by and Copyright (C) 2002-2007 members of
10 #                members of the Privoxy team. https://www.privoxy.org/
11 #
12 #                This template is free software; you can redistribute it
13 #                and/or modify it under the terms of the GNU General
14 #                Public License as published by the Free Software
15 #                Foundation; either version 2 of the License, or (at
16 #                your option) any later version.
17 #
18 ##############################################################################
19
20 <tr class="bg1" align="left" valign="top">
21   <td class="en1" align="center" valign="middle"><input type="radio" name="string_filter_r@index@" value="Y" @this-filter-y@></td>
22   <td class="dis1" align="center" valign="middle"><input type="radio" name="string_filter_r@index@" value="N" @this-filter-n@></td>
23   <td class="noc1" align="center" valign="middle"><input type="radio" name="string_filter_r@index@" value="X"></td>
24   <td class="action">
25     <input type="hidden" name="string_filter_t@index@" value="@abbr-filter-type@">
26     <input type="hidden" name="string_filter_c@index@" value="@code@">
27     <input type="hidden" name="string_filter_o@index@" value="@name@">
28     <a href="@user-manual@@actions-help-prefix@@anchor@">@filter-type@</a> @name@
29   </td>
30   <td>Suppress tag</td>
31 </tr>
32 <tr class="bg1" align="left" valign="top" id="string_filter@index@_opts">
33   <td class="en1">&nbsp;</td>
34   <td class="dis1">&nbsp;</td>
35   <td class="noc1">&nbsp;</td>
36   <td>&nbsp;</td>
37   <td>Tag to suppress:<br>
38   <input type="text" name="string_filter_n@index@" size="40" value="@name@">
39   </td>
40 </tr>