source: extensions/oAuth/template/identification_page.tpl @ 21240

Last change on this file since 21240 was 20620, checked in by mistic100, 12 years ago

use sprites for providers icons

File size: 557 bytes
RevLine 
[20293]1{if not $OAUTH_JS_LOADED}
2  {assign var=OAUTH_JS_LOADED value=true}
[20620]3  {include file=$OAUTH_ABS_PATH|cat:'template/identification_common.tpl'}
[20293]4{/if}
[20369]5{html_style}{literal}
[20323]6  #oauth_wrap .oauth {
7    margin:0 2px;
8  }
[20369]9{/literal}{/html_style}
[20293]10 
[20323]11<fieldset style="text-align:center;" id="oauth_wrap">
[20293]12  <legend>{'Or sign in with'|@translate}</legend>
13 
[20323]14{foreach from=$PROVIDERS item=provider key=p}{strip}
[20620]15  <a href="#" class="oauth oauth_{$oauth.identification_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a>
[20323]16{/strip}{/foreach}
[20293]17</fieldset>
Note: See TracBrowser for help on using the repository browser.