Mercurial > p > roundup > code
diff share/roundup/templates/devel/html/page.html @ 4493:97b6ff11571b
Fix keyword expression editor for 'devel' tracker template.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 21 Apr 2011 15:30:17 +0000 |
| parents | f1fe6fd0aa61 |
| children | 9d5825bf0b2d |
line wrap: on
line diff
--- a/share/roundup/templates/devel/html/page.html Wed Apr 20 13:12:53 2011 +0000 +++ b/share/roundup/templates/devel/html/page.html Thu Apr 21 15:30:17 2011 +0000 @@ -308,6 +308,7 @@ </td> <td metal:define-macro="search_select_keywords"> + <div tal:attributes="id python:'''keywords_%s'''%name"> <select tal:attributes="name name; id name" tal:define="value python:request.form.getvalue(name)"> <option value="" i18n:translate="">don't care</option> @@ -318,7 +319,8 @@ tal:content="python:s[db_content]"></option> </select> <a class="classhelp" - tal:attributes="href python:'''javascript:help_window('task?@template=&property=%s&form=itemSynopsis', 300, 200)'''%name">(edit)</a> + tal:attributes="href python:'''javascript:help_window('%s?@template=keywords_expr&property=%s&form=itemSynopsis', 300, 200)'''%(request.classname, name)">(edit)</a> + </div> </td> <!-- like search_select, but translates the further values.
