mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +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>
|
<td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_HIDE_ME}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- IF not S_ADMIN_AUTH and PROVIDER_TEMPLATE_FILE -->
|
||||||
|
<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
|
||||||
|
<!-- ENDIF -->
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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