mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
a0c120662a
commit
a88140824f
@ -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%">
|
||||
|
@ -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%">
|
||||
|
@ -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%">
|
||||
|
@ -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%">
|
||||
|
Loading…
Reference in New Issue
Block a user