diff --git a/Themes/default/MessageIndex.template.php b/Themes/default/MessageIndex.template.php index 89cb309120..8d03b9fc4c 100644 --- a/Themes/default/MessageIndex.template.php +++ b/Themes/default/MessageIndex.template.php @@ -518,7 +518,7 @@ function template_topic_legend() echo '

', !empty($modSettings['enableParticipation']) && $context['user']['is_logged'] ? ' ' . $txt['participation_caption'] . '
' : '', ' - ' . ($modSettings['pollMode'] == '1' ? ' ' . $txt['poll'] : '') . '
+ ' . ($modSettings['pollMode'] == '1' ? ' ' . $txt['poll'] . '
' : '') . ' ' . $txt['moved_topic'] . '

diff --git a/Themes/default/PersonalMessage.template.php b/Themes/default/PersonalMessage.template.php index eb1c896227..211510654a 100644 --- a/Themes/default/PersonalMessage.template.php +++ b/Themes/default/PersonalMessage.template.php @@ -67,6 +67,7 @@ function template_pm_popup()

', $txt['inbox'], ' + ', $txt['sent_items'], '
'; @@ -483,7 +484,7 @@ function template_single_pm($message) echo '(', $txt['pm_undisclosed_recipients'], ')'; echo ' - ', $txt['on'], ': ', $message['time'], ' + ', $txt['on'], ': ', $message['time'], ' '; // If we're in the sent items, show who it was sent to besides the "To:" people. @@ -630,7 +631,7 @@ function template_subject_list() ', $txt['subject'], $context['sort_by'] == 'subject' ? ' ' : '', ' - ', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['to']), $context['sort_by'] == 'name' ? ' ' : '', ' + ', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['pm_to']), $context['sort_by'] == 'name' ? ' ' : '', ' @@ -1958,7 +1959,7 @@ function template_showPMDrafts() ', $draft['subject'], '
-
', $txt['to'], ': ', implode(', ', $draft['recipients']['to']), '
'; +
', $txt['pm_to'], ': ', implode(', ', $draft['recipients']['to']), '
'; if(!empty($draft['recipients']['bcc'])) echo' diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css index 026d4fb2d4..18b184f831 100644 --- a/Themes/default/css/index.css +++ b/Themes/default/css/index.css @@ -1028,10 +1028,6 @@ a[class^="mobile_generic_menu_"] { box-sizing: border-box; vertical-align: middle; } -.buttonlist .button { - margin-top: 2px; - margin-bottom: 2px; -} .pagesection .button { color: #346; }