Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 3584:35b35a152b40
fix "clear this message" [SF#1429367]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Mar 2006 01:00:41 +0000 |
| parents | 4cf7f9b7cb37 |
| children | 12633662ff63 |
comparison
equal
deleted
inserted
replaced
| 3583:338f204ea2a5 | 3584:35b35a152b40 |
|---|---|
| 131 <p tal:condition="options/error_message | nothing" class="error-message" | 131 <p tal:condition="options/error_message | nothing" class="error-message" |
| 132 tal:repeat="m options/error_message" tal:content="structure m" /> | 132 tal:repeat="m options/error_message" tal:content="structure m" /> |
| 133 <p tal:condition="options/ok_message | nothing" class="ok-message"> | 133 <p tal:condition="options/ok_message | nothing" class="ok-message"> |
| 134 <span tal:repeat="m options/ok_message" | 134 <span tal:repeat="m options/ok_message" |
| 135 tal:content="structure string:$m <br/ > " /> | 135 tal:content="structure string:$m <br/ > " /> |
| 136 <a class="form-small" tal:attributes="href string:issue${context/id}" | 136 <a class="form-small" tal:attributes="href request/current_url" |
| 137 i18n:translate="">clear this message</a> | 137 i18n:translate="">clear this message</a> |
| 138 </p> | 138 </p> |
| 139 </td> | 139 </td> |
| 140 </tr> | 140 </tr> |
| 141 <tr> | 141 <tr> |
| 227 <td metal:define-macro="group_input"> | 227 <td metal:define-macro="group_input"> |
| 228 <input type="radio" name="@group" | 228 <input type="radio" name="@group" |
| 229 tal:attributes="value name; | 229 tal:attributes="value name; |
| 230 checked python:name == group_on"> | 230 checked python:name == group_on"> |
| 231 </td> | 231 </td> |
| 232 |
