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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 </div> | 269 </div> |
270 | 270 |
271 <div id="tab-general"> | 271 <div id="tab-general"> |
272 <p> | 272 <p> |
273 <div id="shouldShowIconContainer"> | 273 <div id="shouldShowIconContainer"> |
274 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> | 274 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> |
275 </div> | 275 </div> |
276 <div id="shouldShowBlockElementMenuContainer"> | 276 <div id="shouldShowBlockElementMenuContainer"> |
277 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1
8n_show_block_element_menu"></span> | 277 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1
8n_show_block_element_menu"></span> |
278 </div> | 278 </div> |
279 <div id="disableInlineTextAdsContainer"> | |
280 <input type="checkbox" id="disableInlineTextAds" /><span class="i18n_dis
able_inline"></span> | |
281 </div> | |
282 <div id="hidePlaceholdersContainer"> | 279 <div id="hidePlaceholdersContainer"> |
283 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> | 280 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> |
284 </div> | 281 </div> |
285 </p> | 282 </p> |
286 | 283 |
287 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
0"</p> | 284 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1
0"</p> |
288 </div> | 285 </div> |
289 </div> | 286 </div> |
290 | 287 |
291 </body> | 288 </body> |
292 </html> | 289 </html> |
OLD | NEW |