', $txt['smf251'], '
:

', $txt['smf255'], '
', $txt['smf256'], '
', $txt['smf257'], '

'; } function template_main() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt['smf251'], '
', $txt['smf259'], '

', $txt[101], '
', $txt['smf260'], '
', $txt['smf258'], '
'; } function template_select() { global $context, $settings, $options, $txt, $scripturl; echo '
'; foreach ($context['not_selected']['messages'] as $message) echo ' '; echo '
', $txt['smf251'], ' - ', $txt['smf257'], '
', $txt['smf261'], '
', $txt[139], ': ', $context['not_selected']['page_index'], '
', $message['subject'], ' - ', $message['poster'], '
', $message['body'], '
->
'; if (!empty($context['selected']['messages'])) foreach ($context['selected']['messages'] as $message) echo ' '; echo '
', $txt['split_selected_posts'], ' (', $txt['split_reset_selection'], ')
', $txt['split_selected_posts_desc'], '
', $txt[139], ': ', $context['selected']['page_index'], '
<- ', $message['subject'], ' - ', $message['poster'], '
', $message['body'], '
'; } function template_merge_done() { global $context, $settings, $options, $txt, $scripturl; echo '
' . $txt['smf252'] . '

' . $txt['smf264'] . '

' . $txt[101] . '
' . $txt['smf265'] . '
'; } function template_merge() { global $context, $settings, $options, $txt, $scripturl; echo '
' . $txt['smf252'] . '
' . $txt['smf276'] . '
' . $txt[139] . ': ' . $context['page_index'] . '
'; if (!empty($context['boards']) && count($context['boards']) > 1) { echo ' '; } echo '

' . $txt['smf266'] . ':

' . $context['origin_subject'] . '

' . $txt['smf267'] . ':


' . $txt['smf269'] . ':

'; $merge_button = create_button('merge.gif', 'smf252', ''); foreach ($context['topics'] as $topic) echo ' '; echo '
' . $merge_button . '  ' . $topic['subject'] . ' ' . $txt[109] . ' ' . $topic['poster']['link'] . '
' . $txt[139] . ': ' . $context['page_index'] . '
'; } function template_merge_extra_options() { global $context, $settings, $options, $txt, $scripturl; echo '
'; if (!empty($context['boards']) && count($context['boards']) > 1) { echo ' '; } if (!empty($context['polls'])) { echo ' '; } echo '
', $txt['smf252'], '
', $txt['merge_topic_list'], '
'; foreach ($context['topics'] as $topic) echo ' '; echo '
' . $txt['merge_check'] . ' ' . $txt[70] . ' ' . $txt[109] . ' ' . $txt[111] . ' ' . $txt['merge_include_notifications'] . '
' . $topic['subject'] . ' ' . $topic['started']['link'] . '
' . $topic['started']['time'] . '
' . $topic['updated']['link'] . '
' . $topic['updated']['time'] . '


'; echo ' ', $txt['merge_select_subject'], ':

', $txt['merge_enforce_subject'], '
' . $txt['merge_select_target_board'] . '
'; foreach ($context['boards'] as $board) echo ' '; echo '
' . $board['name'] . '
' . $txt['merge_select_poll'] . '
'; foreach ($context['polls'] as $poll) echo ' '; echo '
' . $poll['question'] . ' (' . $txt[118] . ': ' . $poll['topic']['subject'] . ')
(' . $txt['merge_no_poll'] . ')
'; } ?>