mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Subsilver 2 login_body updates
PHPBB3-11673
This commit is contained in:
parent
8f75edb8a1
commit
dbf97fdd52
2 changed files with 10 additions and 0 deletions
|
@ -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 -->
|
Loading…
Add table
Reference in a new issue