Rev | Line | |
---|
[26604] | 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> |
---|
[21584] | 11 | {/if} |
---|
[26604] | 12 | {/strip}{/foreach} |
---|
| 13 | </fieldset> |
---|
Note: See
TracBrowser
for help on using the repository browser.