diff templates/classic/html/page.html @ 3649:12633662ff63

include the popcal in Date field editing and search fields by default
author Richard Jones <richard@users.sourceforge.net>
date Wed, 09 Aug 2006 05:42:51 +0000
parents 35b35a152b40
children 101ef7a4f9a1
line wrap: on
line diff
--- a/templates/classic/html/page.html	Mon Aug 07 07:21:38 2006 +0000
+++ b/templates/classic/html/page.html	Wed Aug 09 05:42:51 2006 +0000
@@ -164,6 +164,12 @@
                          name name">
 </td>
 
+<td metal:define-macro="search_date">
+  <input tal:attributes="value python:request.form.getvalue(name) or nothing;
+                         name name">
+  <a class="classhelp" tal:attributes="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name">(cal)</a>
+</td>
+
 <td metal:define-macro="search_popup">
   <!--
     context needs to specify the popup "columns" as a comma-separated

Roundup Issue Tracker: http://roundup-tracker.org/