source:
extensions/oAuth/template/identification_page.tpl
@
27495
Last change on this file since 27495 was 26604, checked in by , 11 years ago | |
---|---|
File size: 427 bytes |
Line | |
---|---|
1 | {html_style} |
2 | #oauth_wrap .oauth { margin:0 2px; } |
3 | {/html_style} |
4 | |
5 | <fieldset style="text-align:center;" id="oauth_wrap"> |
6 | <legend>{'Or sign in with'|translate}</legend> |
7 | |
8 | {foreach from=$OAUTH.providers item=provider key=p}{strip} |
9 | {if $provider.enabled} |
10 | <a href="#" class="oauth oauth_{$OAUTH.conf.identification_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a> |
11 | {/if} |
12 | {/strip}{/foreach} |
13 | </fieldset> |
Note: See TracBrowser
for help on using the repository browser.