diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index e13af1b3e7..a8d6f92d71 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -57,12 +57,14 @@ + -

-   - -

- +
+ {{ lang('ACP_SUBMIT_CHANGES') }} +

+   + +

@@ -209,7 +211,7 @@
- {L_ACP_SUBMIT_CHANGES} + {L_ACP_SUBMIT_CHANGES}

  diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 9e4ef2e0d6..cd5f54d871 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -137,8 +137,6 @@ class acp_board $avatar_vars += $driver->prepare_form_acp($user); } - $legend2 = 'ACP_SUBMIT_CHANGES'; - $display_vars = array( 'title' => 'ACP_AVATAR_SETTINGS', 'vars' => array( @@ -366,6 +364,7 @@ class acp_board 'load_user_activity_limit' => array('lang' => 'LOAD_USER_ACTIVITY_LIMIT', 'validate' => 'int:0:99999999', 'type' => 'number:0:99999999', 'explain' => true), 'load_tplcompile' => array('lang' => 'RECOMPILE_STYLES', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'allow_cdn' => array('lang' => 'ALLOW_CDN', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), + 'enable_accurate_pm_button' => array('lang' => 'YES_ACCURATE_PM_BUTTON', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'allow_live_searches' => array('lang' => 'ALLOW_LIVE_SEARCHES', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'legend3' => 'CUSTOM_PROFILE_FIELDS',