Changes for phpbb 3.3.0

This commit is contained in:
2020-08-03 20:54:02 +02:00
parent 5728907154
commit 73bec9e223
81 changed files with 381 additions and 290 deletions

View File

@@ -1,7 +1,6 @@
<!-- INCLUDE overall_header.html -->
<script type="text/javascript">
// <![CDATA[
<script>
/**
* Change language
*/
@@ -11,9 +10,19 @@
document.forms['register'].change_lang.value = lang_iso;
document.forms['register'].submit.click();
}
// ]]>
</script>
{% if PROVIDER_TEMPLATE_FILE %}
<div class="panel">
<div class="inner">
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
{% include PROVIDER_TEMPLATE_FILE %}
</div>
</div>
{% endif %}
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<div class="panel">