Changeset 20324 for extensions/oAuth/admin
- Timestamp:
- Jan 22, 2013, 3:18:46 PM (12 years ago)
- Location:
- extensions/oAuth/admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/admin/providers.php
r20323 r20324 1 1 <?php 2 2 defined('OAUTH_PATH') or die('Hacking attempt!'); 3 4 load_language('help.lang', OAUTH_PATH); 3 5 4 6 $PROVIDERS_CONFIG = include(OAUTH_PATH . 'include/providers_stats.inc.php'); -
extensions/oAuth/admin/template/config.tpl
r20323 r20324 81 81 </form> 82 82 83 <p>Icons from http://www.wpzoom.com - Library from http://hybridauth.sourceforge.net/</p> 83 <div style="text-align:right;"> 84 Icons from : <a href="http://www.wpzoom.com" target="_blank">WPZOOM</a> | 85 Library : <a href="http://hybridauth.sourceforge.net" target="_blank">HybridAuth</a> 86 </div> -
extensions/oAuth/admin/template/providers.tpl
r20323 r20324 89 89 <li>{'On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'|@translate}</li> 90 90 <li>{'Fill out any required fields such as the application name and description'|@translate}</li> 91 <li>{'On the <b>Create Client ID</b> popup switch to advanced settings by clicking on <b>(more options)</b>'|@translate}</li>91 <li>{'On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'|@translate}</li> 92 92 {else} 93 93 <li>{'Fill out any required fields such as the application name and description'|@translate}</li> … … 135 135 </form> 136 136 137 <p>Icons from http://www.wpzoom.com - Library from http://hybridauth.sourceforge.net/</p> 137 <div style="text-align:right;"> 138 Icons from : <a href="http://www.wpzoom.com" target="_blank">WPZOOM</a> | 139 Library : <a href="http://hybridauth.sourceforge.net" target="_blank">HybridAuth</a> 140 </div> -
extensions/oAuth/admin/template/style.css
r20323 r20324 101 101 } 102 102 #help_container div { 103 padding:1 0px 5px 5px 5px;103 padding:15px 5px 5px 5px; 104 104 } 105 105 #help_container em {
Note: See TracChangeset
for help on using the changeset viewer.