|
@@ 445-447 (lines=3) @@
|
| 442 |
|
if (!$message['member']['is_guest']) |
| 443 |
|
{ |
| 444 |
|
// Is there than more than one recipient you can reply to? |
| 445 |
|
if ($message['number_recipients'] > 1) |
| 446 |
|
echo ' |
| 447 |
|
<li><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=all"><span class="generic_icons reply_all_button"></span>', $txt['reply_to_all'], '</a></li>'; |
| 448 |
|
|
| 449 |
|
echo ' |
| 450 |
|
<li><a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li> |
|
@@ 909-911 (lines=3) @@
|
| 906 |
|
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=', $context['folder'] == 'sent' ? '' : $message['member']['id'], '">', $quote_button , '</a>', $context['menu_separator'], ' |
| 907 |
|
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '">', $reply_button , '</a> ', $context['menu_separator']; |
| 908 |
|
// This is for "forwarding" - even if the member is gone. |
| 909 |
|
else |
| 910 |
|
echo ' |
| 911 |
|
<a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote">', $quote_button , '</a>', $context['menu_separator']; |
| 912 |
|
} |
| 913 |
|
|
| 914 |
|
echo ' |