From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 8 Dec 2007 14:36:43 +0000 (+0000)
Subject: - Use the shiny new CSS "pattern" class.
X-Git-Tag: v_3_0_7~5
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=9775a52f3c99fb826c2dcae1919a37cc53851b3a;p=privoxy.git

- Use the shiny new CSS "pattern" class.
- s@URL Pattern@URL or TAG Pattern@
---

diff --git a/templates/edit-actions-add-url-form b/templates/edit-actions-add-url-form
index fd23ef07..2085effb 100644
--- a/templates/edit-actions-add-url-form
+++ b/templates/edit-actions-add-url-form
@@ -31,6 +31,10 @@
 #
 # Revisions   :
 #    $Log: edit-actions-add-url-form,v $
+#    Revision 1.17  2007/01/23 16:03:16  fabiankeil
+#    - Add favicon links.
+#    - Remove useless W3C validator links.
+#
 #    Revision 1.16  2006/07/18 14:49:13  david__schmidt
 #    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
 #    with what was really the latest development (the v_3_0_branch branch)
@@ -160,14 +164,14 @@
 
     <tr>
       <td class="box">
-        <h2>Add URL Pattern</h2>
+        <h2>Add URL or TAG Pattern</h2>
         <form method="GET" action="edit-actions-add-url"
               onSubmit="return validate(u.value);">
           <p>
             <input type="hidden" name="f" value="@f@">
             <input type="hidden" name="v" value="@v@">
             <input type="hidden" name="s" value="@s@">
-            <input type="text" name="u" value="" size="78"><br>
+            <input type="text" name="u" value="" size="78" class="pattern"><br>
             <input type="submit" value="Submit"> &nbsp;
             <input type="reset" value="Reset"> &nbsp;
             <a class="cmd" href="edit-actions-list?f=@f@#l@s@">Cancel</a>