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/auth.tpl

    r23808 r26556  
    22<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
    33<head>
    4   <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
    5   <title>{'Sign in with %s'|@translate|sprintf:$PROVIDER} | {$GALLERY_TITLE}</title>
     4  <meta charset="{$CONTENT_ENCODING}">
     5  <title>{'Sign in with %s'|translate:$PROVIDER} | {$GALLERY_TITLE}</title>
    66</head>
    77
     
    1111{if $ERROR}
    1212  <img id="loader" src="{$OAUTH_PATH}template/images/alert.png">
    13   <h3>{'Error...'|@translate}</h3>
     13  <h3>{'Error...'|translate}</h3>
    1414  {$ERROR}<br>
    15   <a href="#" id="close">{'Close'|@translate}</a>
     15  <a href="#" id="close">{'Close'|translate}</a>
    1616 
    1717  <script type="text/javascript">
    18     document.getElementById('close').onclick = function() {ldelim} window.self.close(); };
     18    document.getElementById('close').onclick = function() { window.self.close(); };
    1919  </script>
    2020 
    2121{elseif $LOADING}
    2222  <img id="loader" src="{$OAUTH_PATH}template/images/ajax-loader-big.gif">
    23   <h3>{'Loading...'|@translate}</h3>
    24   {'Contacting <b>%s</b>. Please wait.'|@translate|sprintf:$PROVIDER}
     23  <h3>{'Loading...'|translate}</h3>
     24  {'Contacting <b>%s</b>. Please wait.'|translate:$PROVIDER}
    2525 
    2626  <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.