diff --git a/Themes/default/Memberlist.template.php b/Themes/default/Memberlist.template.php index 1fdfdceb15..7b1239d0b7 100644 --- a/Themes/default/Memberlist.template.php +++ b/Themes/default/Memberlist.template.php @@ -23,8 +23,8 @@ function template_main() echo '
- ', template_button_strip(Utils::$context['memberlist_buttons'], 'right'), ' + ', template_button_strip(Utils::$context['memberlist_buttons'], 'right'), '

diff --git a/Themes/default/MessageIndex.template.php b/Themes/default/MessageIndex.template.php index 74c75452b5..00fb805d6f 100644 --- a/Themes/default/MessageIndex.template.php +++ b/Themes/default/MessageIndex.template.php @@ -341,12 +341,12 @@ function template_main() echo '
- ', template_button_strip(Utils::$context['normal_buttons'], 'right'), ' ', Utils::$context['menu_separator'], ' '; +
+ ', template_button_strip(Utils::$context['normal_buttons'], 'right'); // Mobile action buttons (bottom) if (!empty(Utils::$context['normal_buttons'])) { diff --git a/Themes/default/ModerationCenter.template.php b/Themes/default/ModerationCenter.template.php index 2add96ce40..c12bf01119 100644 --- a/Themes/default/ModerationCenter.template.php +++ b/Themes/default/ModerationCenter.template.php @@ -383,7 +383,8 @@ function template_unapproved_posts()

'; } else { echo ' -
'; +
+ '; if (!empty(Theme::$current->options['display_quick_mod']) && Theme::$current->options['display_quick_mod'] == 1) { echo ' @@ -395,7 +396,6 @@ function template_unapproved_posts() } echo ' -
'; } @@ -439,6 +439,11 @@ function template_unapproved_posts() echo '
'; + if (!empty(Utils::$context['unapproved_items'])) { + echo ' + '; + } + if (!empty(Theme::$current->options['display_quick_mod']) && Theme::$current->options['display_quick_mod'] == 1) { echo '
@@ -454,11 +459,6 @@ function template_unapproved_posts()
'; } - if (!empty(Utils::$context['unapproved_items'])) { - echo ' - '; - } - echo '