From: oes <oes@users.sourceforge.net>
Date: Tue, 21 May 2002 19:10:30 +0000 (+0000)
Subject:  - Added jump target and button style to "cancel" link
X-Git-Tag: v_3_0_branchpoint~40
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/gitweb.js?a=commitdiff_plain;h=d8064c8597288e313da3e2fc062bbd8d8228e7a3;p=privoxy.git

 - Added jump target and button style to "cancel" link
 - Fixed title
---

diff --git a/templates/edit-actions-add-url-form b/templates/edit-actions-add-url-form
index 9b701614..a15bec18 100644
--- a/templates/edit-actions-add-url-form
+++ b/templates/edit-actions-add-url-form
@@ -31,6 +31,9 @@
 #
 # Revisions   :
 #    $Log: edit-actions-add-url-form,v $
+#    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
 #
@@ -103,7 +106,7 @@
   <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">
 <!--
@@ -155,7 +158,7 @@
             <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>