1
0
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:
Joseph Warner 2013-08-22 19:37:46 -04:00
parent 8f75edb8a1
commit dbf97fdd52
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,7 @@
<!-- BEGIN oauth -->
<tr>
<td>
<a href="{oauth.REDIRECT_URL}">{oauth.SERVICE_NAME}</a>
</td>
</tr>
<!-- END oauth -->