Modified:Added reply option in received message
This commit is contained in:
parent
3bd7a274c5
commit
98567268ff
1 changed files with 54 additions and 52 deletions
|
@ -19,6 +19,7 @@
|
|||
<td>{lang code='subject'}</td>
|
||||
<td width="100">{lang code='date_sent'}</td>
|
||||
<td>{lang code='date_added'}</td>
|
||||
<td>{lang code='Reply'}</td>
|
||||
</tr>
|
||||
{section name=msg loop=$user_msgs}
|
||||
<tr id="message-{$user_msgs[msg].message_id}">
|
||||
|
@ -50,6 +51,7 @@
|
|||
</a>
|
||||
</td>
|
||||
<td>{$user_msgs[msg].date_added}</td>
|
||||
<td><a href="{$baseurl}/private_message.php?mode=new_msg&to={$user_msgs[msg].message_from_user}" class="btn btn-primary" title="">{lang code=' Reply '}</a></td>
|
||||
</tr>
|
||||
{sectionelse}
|
||||
<strong><em>{lang code='you_dont_hv_any_pm'}</em></strong>
|
||||
|
|
Loading…
Add table
Reference in a new issue