| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of the Adblock Plus extension, | 4 - This file is part of the Adblock Plus extension, |
| 5 - Copyright (C) 2006-2012 Eyeo GmbH | 5 - Copyright (C) 2006-2012 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 font-weight:bold; | 121 font-weight:bold; |
| 122 padding:3px; | 122 padding:3px; |
| 123 } | 123 } |
| 124 | 124 |
| 125 /* Filter list entry status message */ | 125 /* Filter list entry status message */ |
| 126 .flMsg { | 126 .flMsg { |
| 127 display: none; | 127 display: none; |
| 128 color: #b0b0b0; | 128 color: #b0b0b0; |
| 129 } | 129 } |
| 130 | 130 |
| 131 #tab-whitelisted | |
| 132 { | |
| 133 display: none; | |
| 134 } | |
| 135 | |
| 136 </style> | 131 </style> |
| 137 </head> | 132 </head> |
| 138 <body> | 133 <body> |
| 139 <table> | 134 <table> |
| 140 <tr> | 135 <tr> |
| 141 <td style="padding-right: 8px"> | 136 <td style="padding-right: 8px"> |
| 142 <img src="icons/abp-32.png"> | 137 <img src="icons/abp-32.png"> |
| 143 </td> | 138 </td> |
| 144 <td> | 139 <td> |
| 145 <h1><span class="i18n_options"></span></h1> | 140 <h1><span class="i18n_options"></span></h1> |
| 146 </td> | 141 </td> |
| 147 </tr> | 142 </tr> |
| 148 </table> | 143 </table> |
| 149 | 144 |
| 150 <div id="tabs"> | 145 <div id="tabs"> |
| 151 <ul> | 146 <ul> |
| 152 <li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></
li> | 147 <li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></
li> |
| 153 <li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></spa
n></a></li> | 148 <li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></spa
n></a></li> |
| 149 <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span
></a></li> |
| 154 <li><a href="#tab-general"><span class="i18n_general"></span></a></li> | 150 <li><a href="#tab-general"><span class="i18n_general"></span></a></li> |
| 155 </ul> | 151 </ul> |
| 156 | 152 |
| 157 <div id="tab-filterlists"> | 153 <div id="tab-filterlists"> |
| 158 <p> | 154 <p> |
| 159 <span class="i18n_enable_only_the"></span> | 155 <span class="i18n_enable_only_the"></span> |
| 160 </p> | 156 </p> |
| 161 <p> | 157 <p> |
| 162 <span class="i18n_out_of_date_lists"></span> | 158 <span class="i18n_out_of_date_lists"></span> |
| 163 <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd
ate_now"></span></button><br /> | 159 <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd
ate_now"></span></button><br /> |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> | 275 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> |
| 280 </div> | 276 </div> |
| 281 </p> | 277 </p> |
| 282 | 278 |
| 283 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> | 279 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
4"</p> |
| 284 </div> | 280 </div> |
| 285 </div> | 281 </div> |
| 286 | 282 |
| 287 </body> | 283 </body> |
| 288 </html> | 284 </html> |
| OLD | NEW |