Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 2527:bca5de92aaa3
more strings translated
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sat, 03 Jul 2004 15:38:06 +0000 |
| parents | eb1aa3c22d8a |
| children | 460eb0209a9e |
comparison
equal
deleted
inserted
replaced
| 2526:dfe0bde4ff7f | 2527:bca5de92aaa3 |
|---|---|
| 105 <td> fields are required.</td> | 105 <td> fields are required.</td> |
| 106 </tr> | 106 </tr> |
| 107 </table> | 107 </table> |
| 108 </tal:block> | 108 </tal:block> |
| 109 | 109 |
| 110 <p tal:condition="context/id" tal:content="structure string:Created on | 110 <p tal:condition="context/id" i18n:translate=""> |
| 111 <b>${context/creation}</b> by <b>${context/creator}</b>, last | 111 Created on <b><tal:x replace="context/creation" i18n:name="creation" /></b> |
| 112 changed <b>${context/activity}</b> by <b>${context/actor}</b>.">activity info | 112 by <b><tal:x replace="context/creator" i18n:name="creator" /></b>, |
| 113 last changed <b><tal:x replace="context/activity" i18n:name="activity" /></b> | |
| 114 by <b><tal:x replace="context/actor" i18n:name="actor" /></b>. | |
| 113 </p> | 115 </p> |
| 114 | 116 |
| 115 <table class="files" tal:condition="context/files"> | 117 <table class="files" tal:condition="context/files"> |
| 116 <tr><th colspan="5" class="header" i18n:translate="">Files</th></tr> | 118 <tr><th colspan="5" class="header" i18n:translate="">Files</th></tr> |
| 117 <tr> | 119 <tr> |
| 137 <td> | 139 <td> |
| 138 <form style="padding:0" tal:condition="context/is_edit_ok" | 140 <form style="padding:0" tal:condition="context/is_edit_ok" |
| 139 tal:attributes="action string:issue${context/id}"> | 141 tal:attributes="action string:issue${context/id}"> |
| 140 <input type="hidden" name="@remove@files" tal:attributes="value file/id"> | 142 <input type="hidden" name="@remove@files" tal:attributes="value file/id"> |
| 141 <input type="hidden" name="@action" value="edit"> | 143 <input type="hidden" name="@action" value="edit"> |
| 142 <input type="submit" value="remove"> | 144 <input type="submit" value="remove" i18n:attributes="value"> |
| 143 </form> | 145 </form> |
| 144 </td> | 146 </td> |
| 145 </tr> | 147 </tr> |
| 146 </table> | 148 </table> |
| 147 | 149 |
| 148 <table class="messages" tal:condition="context/messages"> | 150 <table class="messages" tal:condition="context/messages"> |
| 149 <tr><th colspan="4" class="header" i18n:translate="">Messages</th></tr> | 151 <tr><th colspan="4" class="header" i18n:translate="">Messages</th></tr> |
| 150 <tal:block tal:repeat="msg context/messages/reverse"> | 152 <tal:block tal:repeat="msg context/messages/reverse"> |
| 151 <tr> | 153 <tr> |
| 152 <th><a tal:attributes="href string:msg${msg/id}" | 154 <th><a tal:attributes="href string:msg${msg/id}" |
| 153 tal:content="string:msg${msg/id} (view)"></a></th> | 155 i18n:translate="">msg<tal:x replace="msg/id" i18n:name="id" /> (view)</a></th> |
| 154 <th tal:content="string:Author: ${msg/author}">author</th> | 156 <th i18n:translate="">Author: <tal:x replace="msg/author" |
| 155 <th tal:content="string:Date: ${msg/date}">date</th> | 157 i18n:name="author" /></th> |
| 158 <th i18n:translate="">Date: <tal:x replace="msg/date" | |
| 159 i18n:name="date" /></th> | |
| 156 <th> | 160 <th> |
| 157 <form style="padding:0" tal:condition="context/is_edit_ok" | 161 <form style="padding:0" tal:condition="context/is_edit_ok" |
| 158 tal:attributes="action string:issue${context/id}"> | 162 tal:attributes="action string:issue${context/id}"> |
| 159 <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> | 163 <input type="hidden" name="@remove@messages" tal:attributes="value msg/id"> |
| 160 <input type="hidden" name="@action" value="edit"> | 164 <input type="hidden" name="@action" value="edit"> |
| 161 <input type="submit" value="remove"> | 165 <input type="submit" value="remove" i18n:attributes="value"> |
| 162 </form> | 166 </form> |
| 163 </th> | 167 </th> |
| 164 </tr> | 168 </tr> |
| 165 <tr> | 169 <tr> |
| 166 <td colspan="4" class="content"> | 170 <td colspan="4" class="content"> |
