Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: chrome/content/ui/firstRun.html

Issue 11089006: Be more selective for the sharing fallback (Closed)
Patch Set: Created July 9, 2013, 12:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/skin/sendReport.css » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <div class="toggle-blob"></div> 77 <div class="toggle-blob"></div>
78 <div class="i18n_firstRun_toggle_off toggle-off"></div> 78 <div class="i18n_firstRun_toggle_off toggle-off"></div>
79 </div> 79 </div>
80 </li> 80 </li>
81 </ul> 81 </ul>
82 82
83 <footer id="social"> 83 <footer id="social">
84 <h1 class="i18n_firstRun_share"></h1> 84 <h1 class="i18n_firstRun_share"></h1>
85 <ul> 85 <ul>
86 <li> 86 <li>
87 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" _script="https://f acebook.com/plugins/like.php?"></a> 87 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" data-script="https ://facebook.com/plugins/like.php?"></a>
88 </li> 88 </li>
89 <li> 89 <li>
90 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" _script="https://platform .twitter.com/widgets.js"></a> 90 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" data-script="https://plat form.twitter.com/widgets.js"></a>
91 </li> 91 </li>
92 <li> 92 <li>
93 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" _script="https://apis.g oogle.com/js/plusone.js"></a> 93 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" data-script="https://ap is.google.com/js/plusone.js"></a>
94 </li> 94 </li>
95 </ul> 95 </ul>
96 </footer> 96 </footer>
97 </div> 97 </div>
98 98
99 <div id="glass-pane"> 99 <div id="glass-pane">
100 <iframe id="share-popup" scrolling="no"></iframe> 100 <iframe id="share-popup" scrolling="no"></iframe>
101 </div> 101 </div>
102 </body> 102 </body>
103 </html> 103 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/skin/sendReport.css » ('J')

Powered by Google App Engine
This is Rietveld