Skip to content

Commit a043309

Browse files
author
Richard Jones
committed
cleanup
1 parent 6613aef commit a043309

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

roundup/templates/classic/html/msg.item

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,41 @@
22
<table class="form">
33

44
<tr>
5-
<td nowrap>Author</td>
5+
<th nowrap>Author</th>
66
<td tal:content="context/author"></td>
77
</tr>
88

99
<tr>
10-
<td nowrap>Recipients</td>
10+
<th nowrap>Recipients</th>
1111
<td tal:content="context/recipients"></td>
1212
</tr>
1313

1414
<tr>
15-
<td nowrap>Date</td>
15+
<th nowrap>Date</th>
1616
<td tal:content="context/date"></td>
1717
</tr>
18+
</table>
1819

19-
<tr>
20-
<td colspan=2><pre tal:content="context/content"></pre></td>
21-
</tr>
22-
23-
<table class="files" tal:condition="context/files">
24-
<tr><th colspan="2" class="header">Files</th></tr>
25-
<tr><th>File name</th><th>Uploaded</th></tr>
26-
<tr tal:repeat="file context/files">
27-
<td>
28-
<a tal:attributes="href string:file${file/id}/${file/name}"
29-
tal:content="file/name">dld link</a>
30-
</td>
31-
<td>
32-
<span tal:content="file/creator">creator's name</span>,
33-
<span tal:content="file/creation">creation date</span>
34-
</td>
35-
</tr>
36-
</table>
37-
38-
<tal:block tal:replace="structure context/history" />
20+
<table class="messages">
21+
<tr><th colspan=2 class="header">Content</th></tr>
22+
<tr>
23+
<td colspan=2><pre tal:content="context/content"></pre></td>
24+
</tr>
25+
</table>
3926

27+
<table class="files" tal:condition="context/files">
28+
<tr><th colspan="2" class="header">Files</th></tr>
29+
<tr><th>File name</th><th>Uploaded</th></tr>
30+
<tr tal:repeat="file context/files">
31+
<td>
32+
<a tal:attributes="href string:file${file/id}/${file/name}"
33+
tal:content="file/name">dld link</a>
34+
</td>
35+
<td>
36+
<span tal:content="file/creator">creator's name</span>,
37+
<span tal:content="file/creation">creation date</span>
38+
</td>
39+
</tr>
4040
</table>
41+
42+
<tal:block tal:replace="structure context/history" />

0 commit comments

Comments
 (0)