Mercurial > p > roundup > code
diff templates/classic/html/issue.search.html @ 2273:c77483d2cda4
merge from maint-0-7
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 10 May 2004 00:42:49 +0000 |
| parents | 3e0961d6d44d |
| children | c2908812624a cc7885c427b0 |
line wrap: on
line diff
--- a/templates/classic/html/issue.search.html Thu May 06 03:18:03 2004 +0000 +++ b/templates/classic/html/issue.search.html Mon May 10 00:42:49 2004 +0000 @@ -3,7 +3,8 @@ <span metal:fill-slot="body_title" tal:omit-tag="python:1">Issue searching</span> <td class="content" metal:fill-slot="content"> -<form method="GET" tal:attributes="action request/classname"> +<form method="GET" name="itemSynopsis" + tal:attributes="action request/classname"> <table class="form" tal:define=" cols python:request.columns or 'id activity title status assignedto'.split();
