+
+
+ {{ CONTINUE_PROGRESS.PERCENTAGE|number_format(2) ~ ' %' }}
+ {{ lang('SEARCH_INDEX_PROGRESS', CONTINUE_PROGRESS.VALUE, CONTINUE_PROGRESS.REMAINING, CONTINUE_PROGRESS.TOTAL) }}
+
+ {% endif %}
+
{{ INDEXING_TITLE }}
+
+ {{ INDEXING_EXPLAIN }}
+ {% if INDEXING_PROGRESS %}
{{ INDEXING_PROGRESS }}{% endif %}
+ {% if INDEXING_RATE %}
{{ INDEXING_RATE }}{% endif %}
+ {% if INDEXING_PROGRESS_BAR %}
+
+
+ {{ INDEXING_PROGRESS_BAR.PERCENTAGE|number_format(2) ~ ' %' }}
+ {{ lang('SEARCH_INDEX_PROGRESS', INDEXING_PROGRESS_BAR.VALUE, INDEXING_PROGRESS_BAR.REMAINING, INDEXING_PROGRESS_BAR.TOTAL) }}
+ {% endif %}
+
+
diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php
index 151e3b95ca..8e195e2cf3 100644
--- a/phpBB/includes/acp/acp_search.php
+++ b/phpBB/includes/acp/acp_search.php
@@ -239,7 +239,7 @@ class acp_search
function index($id, $mode)
{
- global $db, $user, $template, $phpbb_log, $request;
+ global $db, $language, $user, $template, $phpbb_log, $request;
global $config, $phpbb_admin_path, $phpEx;
$action = $request->variable('action', '');
@@ -312,12 +312,17 @@ class acp_search
else if ($submit)
{
meta_refresh(1, append_sid($this->u_action . '&action=delete&skip_rows=' . $post_counter . '&hash=' . generate_link_hash('acp_search')));
- $lang_str_ary = [
- $user->lang('DELETING_INDEX_IN_PROGRESS'),
- $user->lang('DELETING_INDEX_IN_PROGRESS_EXPLAIN'),
- $this->get_post_index_progress($post_counter)
- ];
- trigger_error(implode('