| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 <div id="all-filter-lists-table-header" class="th"> | 233 <div id="all-filter-lists-table-header" class="th"> |
| 234 <h3 class="i18n_options_filterList_column_status col5"></h3> | 234 <h3 class="i18n_options_filterList_column_status col5"></h3> |
| 235 <h3 class="i18n_options_filterList_column_name col5"></h3> | 235 <h3 class="i18n_options_filterList_column_name col5"></h3> |
| 236 <h3 class="i18n_options_filterList_column_update col5"></h3> | 236 <h3 class="i18n_options_filterList_column_update col5"></h3> |
| 237 <h3 class="col5"></h3> | 237 <h3 class="col5"></h3> |
| 238 <h3 class="col5"></h3> | 238 <h3 class="col5"></h3> |
| 239 </div> | 239 </div> |
| 240 <ul class="table cols" id="all-filter-lists-table"> | 240 <ul class="table cols" id="all-filter-lists-table"> |
| 241 <template> | 241 <template> |
| 242 <div class="col5"> | 242 <div class="col5"> |
| 243 <button data-action="toggle-disable-subscription" role="checkbox
" class="control icon toggle"> | 243 <button data-hide="acceptable-ads" data-action="toggle-disable-s
ubscription" role="checkbox" class="control icon toggle"> |
| 244 </button> |
| 245 <button data-show="acceptable-ads" data-action="toggle-remove-su
bscription" role="checkbox" class="control icon toggle"> |
| 244 </button> | 246 </button> |
| 245 <div class="state"> | 247 <div class="state"> |
| 246 <span class="i18n_options_filterList_state_active" id="state-a
ctive"></span> | 248 <span class="i18n_options_filterList_state_active" id="state-a
ctive"></span> |
| 247 <span class="i18n_options_filterList_state_disabled" id="state
-disabled"></span> | 249 <span class="i18n_options_filterList_state_disabled" id="state
-disabled"></span> |
| 248 </div> | 250 </div> |
| 249 </div> | 251 </div> |
| 250 <div class="col5"> | 252 <div class="col5"> |
| 251 <span data-display="originalTitle"></span> | 253 <span data-display="originalTitle"></span> |
| 252 </div> | 254 </div> |
| 253 <div class="col5"> | 255 <div class="col5"> |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 </div> | 432 </div> |
| 431 <!-- Notification --> | 433 <!-- Notification --> |
| 432 <div id="notification" aria-hidden="true" aria-live="polite"> | 434 <div id="notification" aria-hidden="true" aria-live="polite"> |
| 433 <strong id="notification-text"></strong> | 435 <strong id="notification-text"></strong> |
| 434 <button class="icon close secondary" data-action="hide-notification"> | 436 <button class="icon close secondary" data-action="hide-notification"> |
| 435 <span class="i18n_options_notification_hide sr-only"></span> | 437 <span class="i18n_options_notification_hide sr-only"></span> |
| 436 </button> | 438 </button> |
| 437 </div> | 439 </div> |
| 438 </body> | 440 </body> |
| 439 </html> | 441 </html> |
| OLD | NEW |