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