Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3648:d1b38bde7d5a | 3649:12633662ff63 |
|---|---|
| 162 <td metal:define-macro="search_input"> | 162 <td metal:define-macro="search_input"> |
| 163 <input tal:attributes="value python:request.form.getvalue(name) or nothing; | 163 <input tal:attributes="value python:request.form.getvalue(name) or nothing; |
| 164 name name"> | 164 name name"> |
| 165 </td> | 165 </td> |
| 166 | 166 |
| 167 <td metal:define-macro="search_date"> | |
| 168 <input tal:attributes="value python:request.form.getvalue(name) or nothing; | |
| 169 name name"> | |
| 170 <a class="classhelp" tal:attributes="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name">(cal)</a> | |
| 171 </td> | |
| 172 | |
| 167 <td metal:define-macro="search_popup"> | 173 <td metal:define-macro="search_popup"> |
| 168 <!-- | 174 <!-- |
| 169 context needs to specify the popup "columns" as a comma-separated | 175 context needs to specify the popup "columns" as a comma-separated |
| 170 string (eg. "id,title" or "id,name,description") as well as name | 176 string (eg. "id,title" or "id,name,description") as well as name |
| 171 --> | 177 --> |
