mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[feature/oauth] Subsilver 2 login_body updates
PHPBB3-11673
This commit is contained in:
@@ -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 -->
|
Reference in New Issue
Block a user