X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-list;h=bfdc3a484c79ba4e121b0aff1aad2e1c51467fe3;hb=e354ea116b849244d1fcd4eb14debac949793641;hp=36a7d642bb5f471d5c847856ad2ef4e6f563764c;hpb=576ebf49d848d36e1841106b6b3bb54ebfdd1561;p=privoxy.git diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 36a7d642..bfdc3a48 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -31,6 +31,22 @@ # # 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 +# # Revision 1.4 2001/11/13 00:58:18 jongfoster # New version of actions file editor templates # @@ -80,48 +96,80 @@ -JunkBuster: Edit actions file - @filename@.action +JunkBuster: Edit actions file @@ -136,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="http://i.j.b/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; } @@ -169,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@ +
+