Skip to content
Snippets Groups Projects
Commit 468394d8 authored by rswindell's avatar rswindell
Browse files

Display template.hfields (in a new window) by double-clicking on "Subject".

parent ba9d851c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<table class="msg" border="0" width="95%"> <table class="msg" border="0" width="95%">
<tr class="msg"> <tr class="msg">
<td width="1%" class="msgheader" nowrap="nowrap">Subject:</td> <td width="1%" class="msgheader" nowrap="nowrap" onDblClick="window.open().document.write('%%hfields%%')">Subject:</td>
<td nowrap="nowrap">%%hdr:subject%%</td> <td nowrap="nowrap">%%hdr:subject%%</td>
<td width="1%" class="msgheader" nowrap="nowrap">Date:</td> <td width="1%" class="msgheader" nowrap="nowrap">Date:</td>
<td nowrap="nowrap">%%JS:system.timestr(@@hdr:when_written_time@@)%%</td> <td nowrap="nowrap">%%JS:system.timestr(@@hdr:when_written_time@@)%%</td>
......
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