Reducing length of URLs
[privoxy.git] / templates / edit-actions-for-url
index 2004c16..5b6e13b 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-for-url,v $
+#    Revision 1.8  2002/01/17 21:33:00  jongfoster
+#    Replacing all references to the URL of the config interface
+#    with @default-cgi@
+#
 #    Revision 1.7  2002/01/17 21:21:03  jongfoster
 #    DOS->Unix line endings
 #
@@ -286,7 +290,7 @@ function show_wafer_opts(tf)
 
 <body>
 
-<form method="GET" action="@default-cgi@edit-actions-submit" id="myform" name="myform">
+<form method="GET" action="edit-actions-submit" id="myform" name="myform">
 
   <table cellpadding="20" cellspacing="10" border="0" width="100%">
     <tr>
@@ -318,9 +322,9 @@ function show_wafer_opts(tf)
     <tr>
       <td class="light">
         <h2>Edit Actions
-          <input type="hidden" name="filename" value="@filename@">
-          <input type="hidden" name="ver" value="@ver@">
-          <input type="hidden" name="section" value="@section@">
+          <input type="hidden" name="f" value="@f@">
+          <input type="hidden" name="v" value="@v@">
+          <input type="hidden" name="s" value="@s@">
         </h2>
       </td>
     </tr>