1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16737] Remove state and search properties

PHPBB3-16737
This commit is contained in:
rubencm
2021-03-24 22:54:42 +01:00
parent 558828b7e0
commit 31fac7bbf1
2 changed files with 37 additions and 58 deletions

View File

@@ -2,20 +2,6 @@
<a id="maincontent"></a>
<script>
// <![CDATA[
/**
* Popup search progress bar
*/
function popup_progress_bar(progress_type)
{
close_waitscreen = 0;
// no scrollbars
popup('{UA_PROGRESS_BAR}&amp;type=' + progress_type, 400, 240, '_index');
}
// ]]>
</script>
<h1>{L_ACP_SEARCH_INDEX}</h1>
<p>{L_CONTINUE_EXPLAIN}</p>