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

Side by Side Diff: new-options.html

Issue 29545663: Issue 5631 - do not show disabled filters in more section (Closed)
Patch Set: Created Sept. 15, 2017, 4:33 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 | new-options.js » ('j') | new-options.js » ('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 <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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 <button class="i18n_options_language_add list" data-action="open-dia log" data-dialog="language-add"></button> 130 <button class="i18n_options_language_add list" data-action="open-dia log" data-dialog="language-add"></button>
131 <p class="i18n_options_language_tip"></p> 131 <p class="i18n_options_language_tip"></p>
132 </div> 132 </div>
133 </section> 133 </section>
134 <section class="cols"> 134 <section class="cols">
135 <header> 135 <header>
136 <h2 class="i18n_options_more_filters_header"></h2> 136 <h2 class="i18n_options_more_filters_header"></h2>
137 <p class="i18n_options_more_filters_description"></p> 137 <p class="i18n_options_more_filters_description"></p>
138 </header> 138 </header>
139 <div> 139 <div>
140 <ul id="custom-list-table" class="table list"> 140 <ul id="more-list-table" class="table list">
141 <template> 141 <template>
142 <label class="display"></label> 142 <label class="display"></label>
143 <button data-action="remove-subscription" class="i18n_options_co ntrol_remove_title link control" title="options_control_remove_title"></button> 143 <button data-action="remove-subscription" class="i18n_options_co ntrol_remove_title link control" title="options_control_remove_title"></button>
144 </template> 144 </template>
145 </ul> 145 </ul>
146 <p class="i18n_options_more_filters_note"></p> 146 <p class="i18n_options_more_filters_note"></p>
147 </div> 147 </div>
148 </section> 148 </section>
149 </div> 149 </div>
150 150
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 </div> 386 </div>
387 <!-- Notification --> 387 <!-- Notification -->
388 <div id="notification" aria-hidden="true" aria-live="polite"> 388 <div id="notification" aria-hidden="true" aria-live="polite">
389 <strong id="notification-text"></strong> 389 <strong id="notification-text"></strong>
390 <button id="hide-notification" data-action="hide-notification"> 390 <button id="hide-notification" data-action="hide-notification">
391 <span class="i18n_options_notification_hide sr-only"></span> 391 <span class="i18n_options_notification_hide sr-only"></span>
392 </button> 392 </button>
393 </div> 393 </div>
394 </body> 394 </body>
395 </html> 395 </html>
OLDNEW
« no previous file with comments | « no previous file | new-options.js » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld