|
@@ 465-467 (lines=3) @@
|
| 462 |
|
if (!$message['member']['is_guest']) |
| 463 |
|
{ |
| 464 |
|
// Is there than more than one recipient you can reply to? |
| 465 |
|
if ($message['number_recipients'] > 1) |
| 466 |
|
echo ' |
| 467 |
|
<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>'; |
| 468 |
|
|
| 469 |
|
echo ' |
| 470 |
|
<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> |
|
@@ 953-955 (lines=3) @@
|
| 950 |
|
<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']; |
| 951 |
|
|
| 952 |
|
// This is for "forwarding" - even if the member is gone. |
| 953 |
|
else |
| 954 |
|
echo ' |
| 955 |
|
<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']; |
| 956 |
|
} |
| 957 |
|
|
| 958 |
|
echo ' |