*) added link to profile of peer that sent a message (requested in http://www.yacy-forum.de/viewtopic.php?t=1957)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1684 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 19 years ago
parent 8cf55537d7
commit 1d14958417

@ -23,7 +23,7 @@
#{messages}# #{messages}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[date]#</td> <td>#[date]#</td>
<td>#[from]#</td> <td><a href="ViewProfile.html?hash=#[hash]#" title="View profile of peer #[from]#">#[from]#</a></td>
<td>#[to]#</td> <td>#[to]#</td>
<td>#[subject]#</td> <td>#[subject]#</td>
<td> <td>
@ -44,7 +44,7 @@
From: From:
</td> </td>
<td class="MessageBackground"> <td class="MessageBackground">
#[from]# <a href="ViewProfile.html?hash=#[hash]#" title="View profile of peer #[from]#">#[from]#</a>
</td> </td>
</tr> </tr>
<tr> <tr>

Loading…
Cancel
Save