Synced with stable branch:
authoroes <oes@users.sourceforge.net>
Thu, 5 Sep 2002 16:18:09 +0000 (16:18 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 5 Sep 2002 16:18:09 +0000 (16:18 +0000)
    Revision 1.14.2.2  2002/08/23 02:22:53  hal9
    Fix a perl brain fart with <li> in comments.

    Revision 1.14.2.1  2002/08/22 23:31:54  hal9
    Add Documentation Link to menu.

templates/edit-actions-remove-url-form
templates/edit-actions-url-form

index 14f5fd9..201107f 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-remove-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:13:49  oes
+#    Added button style and jumptargets to "add" and "cancel" links
+#
 #    Revision 1.13  2002/04/10 13:32:53  oes
 #    Made templates modular
 #
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>
 
index 1719c19..6abb091 100644 (file)
@@ -31,6 +31,9 @@
 #
 # Revisions   :
 #    $Log: edit-actions-url-form,v $
+#    Revision 1.14  2002/05/21 19:14:10  oes
+#    Added button style and jumptarget "cancel" link
+#
 #    Revision 1.13  2002/04/10 13:32:53  oes
 #    Made templates modular
 #
@@ -171,7 +174,7 @@ function validate(text)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>