X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-for-url;h=eb69443b16a38afcfe25c2c67324bcc40f52512d;hb=1a6ea5cd117f81f6156877fcc462b06181ad94ac;hp=222fb361117901f266ebb6e59e5e24474fc33c98;hpb=7ef4bff6535d4de22b672e05cfb599cecc6cd8c1;p=privoxy.git diff --git a/templates/edit-actions-for-url b/templates/edit-actions-for-url index 222fb361..eb69443b 100644 --- a/templates/edit-actions-for-url +++ b/templates/edit-actions-for-url @@ -32,6 +32,9 @@ # # Revisions : # $Log: edit-actions-for-url,v $ +# Revision 1.11 2002/03/08 18:19:14 jongfoster +# Adding +image-blocker{pattern} option to edit interface +# # Revision 1.10 2002/03/03 10:29:12 swa # point users to the right feedback forms, # not necessarily the developer list. @@ -221,6 +224,18 @@ function show_deanimate_opts(tf) target.style.display = (tf ? "" : "none"); } +function show_filter_opts(tf) +{ + if (document.getElementById) { + target = document.getElementById("filter_opts"); + } else if (document.all) { + target = document.filter_opts; + } else { + return; + } + target.style.display = (tf ? "" : "none"); +} + function show_hide_from_opts(tf) { if (document.getElementById) { @@ -443,16 +458,22 @@ href="http://sourceforge.net/mail/?group_id=11118">mailing lists. +filter - Filter the website through the re_filterfile + Filter the website through one or more regular expression filters. + name="filter" id="filter_y" value="Y" @filter-y@ + onclick="show_filter_opts(true)"> + name="filter" id="filter_n" value="N" @filter-n@ + onclick="show_filter_opts(false)"> + name="filter" id="filter_x" value="X" @filter-x@ + onclick="show_filter_opts(false)"> + + +   + Editing the settings for this option, or turning + it on if it was off, is not yet supported using this web-based + editor. +hide-forwarded