| Index: chrome/content/ui/firstRun.html |
| =================================================================== |
| --- a/chrome/content/ui/firstRun.html |
| +++ b/chrome/content/ui/firstRun.html |
| @@ -45,25 +45,41 @@ |
| <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p> |
| </section> |
| + |
| + <section id="share"> |
| + <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
| + |
| + <div id="donate-block"> |
| + <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
| + <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
| + </div> |
| + |
| + <div id="share-block"> |
| + <div id="share-general" class="share-buttons"> |
| + <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?"> |
| + </a> |
| + <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets.js"> |
| + </a> |
| + <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/js/plusone.js"> |
| + </a> |
| + </div> |
| + |
| + <!-- Chinese social networks --> |
| + <div id="share-chinese" class="share-buttons"> |
| + <a id="share-renren" href="http://www.renren.com/601651969" target="_blank"> |
| + </a> |
| + <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank"> |
| + </a> |
| + </div> |
| + <span class="i18n_firstRun_share"></span> |
| + </div> |
| + </section> |
| + |
| + |
| <section id="can-do-more"> |
| <h2 class="i18n_firstRun_features"></h2> |
| - <ul id="can-do-more-overview"> |
| - <li id="feature-first"> |
| - <div class="feature-malware-image"></div> |
| - <h4 class="i18n_firstRun_feature_malware"></h4> |
| - </li> |
| - <li> |
| - <div class="feature-social-image"></div> |
| - <h4 class="i18n_firstRun_feature_social"></h4> |
| - </li> |
| - <li> |
| - <div class="feature-tracking-image"></div> |
| - <h4 class="i18n_firstRun_feature_tracking"></h4> |
| - </li> |
| - </ul> |
| - |
| - <div id="can-do-more-expanded"> |
| + <div id="can-do-more-content"> |
| <ul id="features"> |
| <li id="feature-malware" class="feature"> |
| <div class="feature-image feature-malware-image"></div> |
| @@ -113,48 +129,8 @@ |
| </ul> |
| </div> |
| - |
| - |
| - <div id="activate-features" class="overview" data-status="overview"> |
| - <div class="arrow"></div> |
| - <a id="activate-features-label"> |
| - <span id="label-show-expanded" class="i18n_firstRun_feature_show_expanded"></span> |
|
Thomas Greiner
2013/11/11 14:08:37
Remove firstRun_feature_show_expanded from message
|
| - <span id="label-show-overview" class="i18n_firstRun_feature_show_overview hide"></span> |
|
Thomas Greiner
2013/11/11 14:08:37
Remove firstRun_feature_show_overview from message
|
| - </a> |
| - |
| - <div class="arrow"></div> |
| - </div> |
| </section> |
| - <section id="share"> |
| - <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
| - |
| - <div id="donate-block"> |
| - <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
| - <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
| - </div> |
| - |
| - <div id="share-block"> |
| - <div id="share-general" class="share-buttons"> |
| - <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?"> |
| - </a> |
| - <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets.js"> |
| - </a> |
| - <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/js/plusone.js"> |
| - </a> |
| - </div> |
| - |
| - <!-- Chinese social networks --> |
| - <div id="share-chinese" class="share-buttons"> |
| - <a id="share-renren" href="http://www.renren.com/601651969" target="_blank"> |
| - </a> |
| - <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank"> |
| - </a> |
| - </div> |
| - <span class="i18n_firstRun_share"></span> |
| - </div> |
| - |
| - </section> |
| <footer> |
| <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |