OLD | NEW |
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 <template> | 124 <template> |
125 <label class="display"></label> | 125 <label class="display"></label> |
126 <button data-single="hidden" data-action="remove-subscription" c
lass="delete control" title="options_control_remove_title"></button> | 126 <button data-single="hidden" data-action="remove-subscription" c
lass="delete control" title="options_control_remove_title"></button> |
127 <button data-single="visible" data-action="open-dialog" data-dia
log="language-change" class="i18n_options_language_change link"></button> | 127 <button data-single="visible" data-action="open-dialog" data-dia
log="language-change" class="i18n_options_language_change link"></button> |
128 </template> | 128 </template> |
129 </ul> | 129 </ul> |
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 id="more-filters" 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="more-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> |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> |
OLD | NEW |