removed the "[]" from timestamp thats not needed on private chat

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3450 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-06 18:05:37 +00:00
parent a0c120662a
commit a88140824f
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<table class='header hincomingHeader' width='100%'>
<tr>
<td class='name'>%name%</td>
<td width='130' align='right' class='time'>[%timestamp%]</td>
<td width='130' align='right' class='time'>%timestamp%</td>
</tr>
</table>
<table width="100%">

View File

@ -4,7 +4,7 @@
<table class='header houtgoingHeader' width='100%'>
<tr>
<td class='name'>%name%</td>
<td width='130' align='right' class='time'>[%timestamp%]</td>
<td width='130' align='right' class='time'>%timestamp%</td>
</tr>
</table>
<table width="100%">

View File

@ -4,7 +4,7 @@
<table class='incomingHeader' width='100%'>
<tr>
<td class='name'>%name%</td>
<td width='130' align='right' class='time'>[%timestamp%]</td>
<td width='130' align='right' class='time'>%timestamp%</td>
</tr>
</table>
<table width="100%">

View File

@ -4,7 +4,7 @@
<table class='outgoingHeader' width='100%'>
<tr>
<td class='name'>%name%</td>
<td width='130' align='right' class='time'>[%timestamp%]</td>
<td width='130' align='right' class='time'>%timestamp%</td>
</tr>
</table>
<table width="100%">