Reducing length of URLs
[privoxy.git] / templates / edit-actions-remove-url-form
index c7e9de7..46adcb3 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-remove-url-form,v $
+#    Revision 1.3  2002/01/17 21:33:00  jongfoster
+#    Replacing all references to the URL of the config interface
+#    with @default-cgi@
+#
 #    Revision 1.2  2002/01/17 21:21:05  jongfoster
 #    DOS->Unix line endings
 #
@@ -114,11 +118,11 @@ td.dark      { background-color: #dddddd }
     <td class="light">
       <h2>Remove URL Pattern</h2>
       <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
-      <p><b>@oldval@</b></p>
+      <p><b>@u@</b></p>
       <p>
-        <a href="@default-cgi@edit-actions-remove-url?filename=@filename@&amp;ver=@ver@&amp;section=@section@&amp;pattern=@pattern@">OK</a>
+        <a href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
         &nbsp;
-        <a href="@default-cgi@edit-actions-list?filename=@filename@">Cancel</a>
+        <a href="edit-actions-list?f=@f@">Cancel</a>
       </p>
     </td>
   </tr>