Skip to content
Snippets Groups Projects
Commit acdc9093 authored by runemaster's avatar runemaster
Browse files

Put From and To header fields on the same line. More intuitive that way.

parent 541cbcd6
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,14 @@
<tr class="msg">
<td width="1%" class="msgheader" nowrap="nowrap">Subject:</td>
<td nowrap="nowrap">%%hdr:subject%%</td>
<td width="1%" class="msgheader" nowrap="nowrap">To:</td>
<td nowrap="nowrap">%%hdr:to%%</td>
<td width="1%" class="msgheader" nowrap="nowrap">Date:</td>
<td nowrap="nowrap">%%JS:system.timestr(@@hdr:when_written_time@@)%%</td>
</tr>
<tr class="msg">
<td width="1%" class="msgheader" nowrap="nowrap">From:</td>
<td nowrap="nowrap">%%hdr:from%%</td>
<td width="1%" class="msgheader" nowrap="nowrap">Date:</td>
<td nowrap="nowrap">%%JS:system.timestr(@@hdr:when_written_time@@)%%</td>
<td width="1%" class="msgheader" nowrap="nowrap">To:</td>
<td nowrap="nowrap">%%hdr:to%%</td>
</tr>
<tr>
<td colspan="4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment