Ignore:
Timestamp:
Jan 9, 2014, 7:55:29 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/template/profile.tpl

    r20368 r26556  
    1 {html_head}{literal}
    2 <style type="text/css">
    3   #oauth {
    4     width:400px;
    5     height:48px;
    6     overflow:hidden;
    7     margin:0 auto 15px auto;
    8     padding:5px;
    9     background:rgba(128,128,128,0.2);
    10     border:1px solid #7e7e7e;
    11     border-radius:5px;
    12   }
    13   #oauth .avatar {
    14     width:48px;
    15     border-radius:5px;
    16     margin-right:5px;
    17     float:left;
    18   }
    19 </style>
    20 {/literal}{/html_head}
     1{html_style}
     2#oauth {
     3  width:400px;
     4  height:48px;
     5  overflow:hidden;
     6  margin:0 auto 15px auto;
     7  padding:5px;
     8  background:rgba(128,128,128,0.2);
     9  border:1px solid #7e7e7e;
     10  border-radius:5px;
     11}
     12#oauth .avatar {
     13  width:48px;
     14  border-radius:5px;
     15  margin-right:5px;
     16  float:left;
     17}
     18{/html_style}
    2119
    2220<div id="oauth">
     
    2725{/if}
    2826
    29   {'Logged with'|@translate} : <b>{$OAUTH_PROVIDER}</b><br>
    30   <b>{'Username'|@translate}</b> : {$OAUTH_USERNAME}<br>
    31   {if $OAUTH_PROFILE_URL}<b>{'Profile URL'|@translate}</b> : <a href="{$OAUTH_PROFILE_URL}">{$OAUTH_PROFILE_URL|truncate:40:' ... ':true:true}</a>{/if}
     27  {'Logged with'|translate} : <b>{$OAUTH_PROVIDER}</b><br>
     28  <b>{'Username'|translate}</b> : {$OAUTH_USERNAME}<br>
     29  {if $OAUTH_PROFILE_URL}<b>{'Profile URL'|translate}</b> : <a href="{$OAUTH_PROFILE_URL}">{$OAUTH_PROFILE_URL|truncate:40:' ... ':true:true}</a>{/if}
    3230</div>
Note: See TracChangeset for help on using the changeset viewer.