From: oes <oes@users.sourceforge.net>
Date: Thu, 5 Sep 2002 16:08:57 +0000 (+0000)
Subject: Synced with stable branch:
X-Git-Tag: v_3_1_archive_branchpoint~167
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@protocol@@hostport@@force-prefix@@path@?a=commitdiff_plain;h=f549bfdb151dce61f149b1dd0855a66a7ca37efb;p=privoxy.git

Synced with stable branch:
   Revision 1.14.2.2  2002/08/23 02:22:53  hal9
   Fix a perl brain fart with <li> in comments.
---

diff --git a/templates/edit-actions-add-url-form b/templates/edit-actions-add-url-form
index a15bec18..b3213412 100644
--- a/templates/edit-actions-add-url-form
+++ b/templates/edit-actions-add-url-form
@@ -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.
 #
@@ -31,6 +31,13 @@
 #
 # 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
 #
@@ -167,7 +174,7 @@
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>