X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-list;h=bfdc3a484c79ba4e121b0aff1aad2e1c51467fe3;hb=24143b74d371a06f25a585047192507085c9be5a;hp=863cd1cbd564439b55faeae2332e85cd78c6aa87;hpb=f59e5426741b023569aa06bccbb20a86850e0651;p=privoxy.git diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 863cd1cb..bfdc3a48 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -31,6 +31,19 @@ # # Revisions : # $Log: edit-actions-list,v $ +# Revision 1.8 2002/03/03 10:29:12 swa +# point users to the right feedback forms, +# not necessarily the developer list. +# +# Revision 1.7 2002/01/23 00:26:45 jongfoster +# Reducing length of URLs +# Where encoded and unencoded versions of a string existed, removing +# the unencoded one. +# +# Revision 1.6 2002/01/17 21:33:00 jongfoster +# Replacing all references to the URL of the config interface +# with @default-cgi@ +# # Revision 1.5 2002/01/17 21:21:05 jongfoster # DOS->Unix line endings # @@ -83,48 +96,80 @@ -JunkBuster: Edit actions file - @filename@.action +JunkBuster: Edit actions file @@ -139,10 +184,10 @@ function not_yet() // JavaScript-capable browsers will call this function, which does a // client-side prompt for speed. It may kick off the delete directly. // It always returns false to cancel following the link. -function remove_pattern(section,pattern,curtext) +function rm_p(pattern,curtext) { if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext))) - { window.location.href="@default-cgi@edit-actions-remove-url?filename=@filename@&ver=@ver@§ion="+section+"&pattern="+pattern+"#s"+section+"urls"; } + { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern+"#l"+pattern; } return false; } @@ -172,25 +217,44 @@ function remove_pattern(section,pattern,curtext)
Use at your own risk. See the license for details.

-

Feel free to mail the developers - with any problems you encounter. -

+

+

Support and Service via Sourceforge

+

+We value your feedback. However, to provide you with the best support, +please note: +

+

+

+For any other issues, feel free to use the mailing lists. +

+ + +
+
-

Editing Actions File - @filename@.action

-

- Insert new section at top -

+

Editing Actions File

+

Insert new section at top

@sections@ +
+