Modified:Added reply option in received message

This commit is contained in:
Awais-cb 2017-05-12 15:15:00 +05:00
parent 3bd7a274c5
commit 98567268ff

View file

@ -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>