[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/adm/style/ -> auth_provider_oauth.html (source)

   1  
   2  <div id="auth_oauth_settings">
   3      <p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p>
   4  
   5      <!-- BEGIN oauth_services -->
   6      <fieldset>
   7          <legend>{oauth_services.ACTUAL_NAME}</legend>
   8          <dl>
   9              <dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label></dt>
  10              <dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{oauth_services.KEY}" /></dd>
  11          </dl>
  12          <dl>
  13              <dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label></dt>
  14              <dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{oauth_services.SECRET}" /></dd>
  15          </dl>
  16      </fieldset>
  17      <!-- END oauth_services -->
  18  </div>


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1