Synced with stable branch:
[privoxy.git] / templates / edit-actions-add-url-form
index 9b70161..b321341 100644 (file)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-add-url-form,v $
+# File        :  $Source: /cvsroot/ijbswa//current/templates/edit-actions-add-url-form,v $
 #
 # Purpose     :  Template used to add a URL pattern to the actions file.
 #
 #
 # Revisions   :
 #    $Log: edit-actions-add-url-form,v $
+#    Revision 1.14.2.2  2002/08/23 02:22:53  hal9
+#    Fix a perl brain fart with <li> in comments.
+#
+#    Revision 1.14  2002/05/21 19:10:30  oes
+#     - Added jump target and button style to "cancel" link
+#     - Fixed title
+#
+#    Revision 1.13  2002/04/10 13:32:53  oes
+#    Made templates modular
+#
 #    Revision 1.12  2002/04/08 17:08:14  oes
 #    Cosmetic: make status in title lowercase
 #
   <meta name="robots" content="noindex,nofollow">
   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
 
-  <title>Privoxy@@my-hostname@: Edit URL Pattern</title>
+  <title>Privoxy@@my-hostname@: Add URL Pattern</title>
 
   <script type="text/javascript">
 <!--
             <input type="text" name="u" value="" size="78"><br>
             <input type="submit" value="Submit"> &nbsp;
             <input type="reset" value="Reset"> &nbsp;
-            <a href="edit-actions-list?f=@f@">Cancel</a>
+            <a class="cmd" href="edit-actions-list?f=@f@#l@s@">Cancel</a>
           </p>
         </form>
       </td>
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>