| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2013 Eyeo GmbH | 5 - Copyright (C) 2006-2013 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 <td> | 269 <td> |
| 270 <div><button id="importRawFilters"><span class="i18n_apply_changes"></
span></button></div> | 270 <div><button id="importRawFilters"><span class="i18n_apply_changes"></
span></button></div> |
| 271 </td> | 271 </td> |
| 272 </tr> | 272 </tr> |
| 273 </table> | 273 </table> |
| 274 </form> | 274 </form> |
| 275 </div> | 275 </div> |
| 276 | 276 |
| 277 <div id="tab-general"> | 277 <div id="tab-general"> |
| 278 <p> | 278 <p> |
| 279 <div id="shouldShowIconContainer"> | |
| 280 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon
"></span> | |
| 281 </div> | |
| 282 <div id="shouldShowBlockElementMenuContainer"> | 279 <div id="shouldShowBlockElementMenuContainer"> |
| 283 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1
8n_show_block_element_menu"></span> | 280 <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1
8n_show_block_element_menu"></span> |
| 284 </div> | 281 </div> |
| 285 <div id="hidePlaceholdersContainer"> | 282 <div id="hidePlaceholdersContainer"> |
| 286 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> | 283 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
_hideplaceholders_label"></span> |
| 287 </div> | 284 </div> |
| 288 </p> | 285 </p> |
| 289 | 286 |
| 290 <p id="found-a-bug" class="i18n_found_a_bug"></p> | 287 <p id="found-a-bug" class="i18n_found_a_bug"></p> |
| 291 </div> | 288 </div> |
| 292 </div> | 289 </div> |
| 293 | 290 |
| 294 </body> | 291 </body> |
| 295 </html> | 292 </html> |
| OLD | NEW |