mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/oauth] Login_link register form
PHPBB3-11673
This commit is contained in:
parent
c5515eaf54
commit
6a45cd7bca
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{L_REGISTER}</h2>
|
<h2>{L_REGISTER}</h2>
|
||||||
|
|
||||||
|
<form action="{REGISTER_ACTION}" method="post" id="register">
|
||||||
|
<fieldset class="fields1">
|
||||||
|
<dl>
|
||||||
|
<dt> </dt>
|
||||||
|
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="register" tabindex="6" value="{L_REGISTER}" class="button1" /></dd>
|
||||||
|
</dl>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue