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

Side by Side Diff: new-options.html

Issue 29555782: Issue 5701 - Inconsistent forum links and DNT link (Closed)
Patch Set: Created Sept. 25, 2017, 9:26 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 | « messageResponder.js ('k') | new-options.js » ('j') | no next file with comments »
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 <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 <header> 292 <header>
293 <h1 class="i18n_options_tab_help"></h1> 293 <h1 class="i18n_options_tab_help"></h1>
294 <p class="i18n_options_help_description"></p> 294 <p class="i18n_options_help_description"></p>
295 </header> 295 </header>
296 <section class="cols"> 296 <section class="cols">
297 <h2 class="i18n_options_support_title"></h2> 297 <h2 class="i18n_options_support_title"></h2>
298 <ul> 298 <ul>
299 <li id="report-issue" class="i18n_options_report_issue"></li> 299 <li id="report-issue" class="i18n_options_report_issue"></li>
300 <li id="report-ad" class="i18n_options_report_ad"></li> 300 <li id="report-ad" class="i18n_options_report_ad"></li>
301 <li id="report-bug" class="i18n_options_report_bug"></li> 301 <li id="report-bug" class="i18n_options_report_bug"></li>
302 <li id="report-forum" class="i18n_options_report_forum"></li> 302 <li id="visit-forum" class="i18n_options_report_forum"></li>
303 </ul> 303 </ul>
304 </section> 304 </section>
305 <section class="cols"> 305 <section class="cols">
306 <header> 306 <header>
307 <h2 class="i18n_options_social_title"></h2> 307 <h2 class="i18n_options_social_title"></h2>
308 <p class="i18n_options_social_description"></p> 308 <p class="i18n_options_social_description"></p>
309 </header> 309 </header>
310 <div id="social"> 310 <div id="social">
311 <ul id="social-general"> 311 <ul id="social-general">
312 <li><a id="twitter">Twitter</a></li> 312 <li><a id="twitter">Twitter</a></li>
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 </div> 419 </div>
420 <!-- Notification --> 420 <!-- Notification -->
421 <div id="notification" aria-hidden="true" aria-live="polite"> 421 <div id="notification" aria-hidden="true" aria-live="polite">
422 <strong id="notification-text"></strong> 422 <strong id="notification-text"></strong>
423 <button id="hide-notification" data-action="hide-notification"> 423 <button id="hide-notification" data-action="hide-notification">
424 <span class="i18n_options_notification_hide sr-only"></span> 424 <span class="i18n_options_notification_hide sr-only"></span>
425 </button> 425 </button>
426 </div> 426 </div>
427 </body> 427 </body>
428 </html> 428 </html>
OLDNEW
« no previous file with comments | « messageResponder.js ('k') | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld