keep the input field and 'go' button on the same line.
[privoxy.git] / templates / edit-actions-for-url-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 #                the SourceForge Privoxy team. http://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 # Revisions   :
19 #    $Log: edit-actions-for-url-filter,v $
20 #    Revision 1.7  2007/03/20 15:40:00  fabiankeil
21 #    Adjust to new world order with dedicated header-filter actions.
22 #
23 #
24 ##############################################################################
25
26 <tr class="bg1" align="left" valign="top">
27   <td class="en1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td>
28   <td class="dis1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td>
29   <td class="noc1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td>
30   <td class="action">
31     <input type="hidden" name="filter_t@index@" value="@abbr-filter-type@">
32     <input type="hidden" name="filter_n@index@" value="@name@">
33     <a href="@user-manual@@actions-help-prefix@@anchor@">@filter-type@</a> @name@
34   </td>
35   <td>@description@</td>
36 </tr>