mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[feature/oauth] Subsilver 2 login_body updates
PHPBB3-11673
This commit is contained in:
parent
8f75edb8a1
commit
dbf97fdd52
@ -61,6 +61,9 @@
|
||||
<td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_HIDE_ME}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_ADMIN_AUTH and PROVIDER_TEMPLATE_FILE -->
|
||||
<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
7
phpBB/styles/subsilver2/template/login_body_oauth.html
Normal file
7
phpBB/styles/subsilver2/template/login_body_oauth.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- BEGIN oauth -->
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{oauth.REDIRECT_URL}">{oauth.SERVICE_NAME}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END oauth -->
|
Loading…
x
Reference in New Issue
Block a user