source: extensions/oAuth/template/identification_menubar.tpl @ 26556

Last change on this file since 26556 was 26556, checked in by mistic100, 10 years ago

update for 2.6

File size: 764 bytes
Line 
1{if $id == "mbIdentification" and isset($U_LOGIN) and count($PROVIDERS)}
2  {if not $OAUTH_JS_LOADED}
3    {assign var=OAUTH_JS_LOADED value=true}
4    {include file=$OAUTH_ABS_PATH|cat:'template/identification_common.tpl'}
5  {/if}
6  {html_style}
7    dl#mbIdentification dd:first-of-type { padding-bottom:0 !important;
8    #mbIdentification .oauth { margin:0 1px; }
9  {/html_style}
10 
11  <dd>
12    <form id="quickconnect">
13    <fieldset style="text-align:center;">
14      <legend>{'Or sign in with'|translate}</legend>
15     
16    {foreach from=$PROVIDERS item=provider key=p}{strip}
17      <a href="#" class="oauth oauth_{$oauth.menubar_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a>
18    {/strip}{/foreach}
19    </fieldset>
20    </form>
21  </dd>
22{/if}
Note: See TracBrowser for help on using the repository browser.