| 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-2014 Eyeo GmbH |    5   - Copyright (C) 2006-2014 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  155     <p> |  155     <p> | 
|  156       <span class="i18n_enable_only_the"></span> |  156       <span class="i18n_enable_only_the"></span> | 
|  157     </p> |  157     </p> | 
|  158     <p> |  158     <p> | 
|  159       <span class="i18n_out_of_date_lists"></span> |  159       <span class="i18n_out_of_date_lists"></span> | 
|  160       <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd
     ate_now"></span></button><br /> |  160       <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd
     ate_now"></span></button><br /> | 
|  161  |  161  | 
|  162       <!-- Subscription entry template --> |  162       <!-- Subscription entry template --> | 
|  163       <div id="subscriptionTemplate" class="subscription"> |  163       <div id="subscriptionTemplate" class="subscription"> | 
|  164         <button class="i18n_filters_subscription_delete_label subscriptionRemove
     Button"></button> |  164         <button class="i18n_filters_subscription_delete_label subscriptionRemove
     Button"></button> | 
|  165         <span class="subscriptionEnabledContainer"> |  165         <label class="subscriptionEnabledContainer"> | 
|  166           <input class="subscriptionEnabled" type="checkbox" /> <span class="i18
     n_filters_subscription_enabled_label"></span> |  166           <input class="subscriptionEnabled" type="checkbox" /> <span class="i18
     n_filters_subscription_enabled_label"></span> | 
|  167         </span> |  167         </label> | 
|  168         <a class="subscriptionTitle"></a> |  168         <a class="subscriptionTitle"></a> | 
|  169         <span class="subscriptionUpdate"></span> |  169         <span class="subscriptionUpdate"></span> | 
|  170       </div> |  170       </div> | 
|  171  |  171  | 
|  172       <!-- Placeholder for list of subscriptions --> |  172       <!-- Placeholder for list of subscriptions --> | 
|  173       <div id="filterLists"></div> |  173       <div id="filterLists"></div> | 
|  174       <br /> |  174       <br /> | 
|  175  |  175  | 
|  176       <!-- Placeholder for user's filter list URLs --> |  176       <!-- Placeholder for user's filter list URLs --> | 
|  177       <div id="userFilterLists" style="margin-bottom: 8px"></div> |  177       <div id="userFilterLists" style="margin-bottom: 8px"></div> | 
| (...skipping 12 matching lines...) Expand all  Loading... | 
|  190           <input type="text" id="customSubscriptionTitle" style="width:500px" /> |  190           <input type="text" id="customSubscriptionTitle" style="width:500px" /> | 
|  191         </p> |  191         </p> | 
|  192         <p> |  192         <p> | 
|  193           <span class="i18n_subscriptionSelection_location_label"></span><br /> |  193           <span class="i18n_subscriptionSelection_location_label"></span><br /> | 
|  194           <input type="text" id="customSubscriptionLocation" style="width:500px"
      /> |  194           <input type="text" id="customSubscriptionLocation" style="width:500px"
      /> | 
|  195         </p> |  195         </p> | 
|  196       </div> |  196       </div> | 
|  197  |  197  | 
|  198       <div id="acceptableAdsContainer"> |  198       <div id="acceptableAdsContainer"> | 
|  199         <input type="checkbox" id="acceptableAds" /> |  199         <input type="checkbox" id="acceptableAds" /> | 
|  200         <span class="i18n_filters_acceptableAds2_label"></span> |  200         <label for="acceptableAds" class="i18n_filters_acceptableAds2_label"></l
     abel> | 
|  201         <a id="acceptableAdsLink" href="#" target="_blank" class="i18n_filters_v
     iewList_label"></a> |  201         <a id="acceptableAdsLink" href="#" target="_blank" class="i18n_filters_v
     iewList_label"></a> | 
|  202         <a id="acceptableAdsDocs" href="#" target="_blank" class="i18n_filters_r
     eadMore_label"></a> |  202         <a id="acceptableAdsDocs" href="#" target="_blank" class="i18n_filters_r
     eadMore_label"></a> | 
|  203       </div> |  203       </div> | 
|  204     </p> |  204     </p> | 
|  205   </div> |  205   </div> | 
|  206  |  206  | 
|  207   <div id="tab-whitelisted"> |  207   <div id="tab-whitelisted"> | 
|  208     <p class="i18n_disabled_for_these_domains"></p> |  208     <p class="i18n_disabled_for_these_domains"></p> | 
|  209  |  209  | 
|  210     <form id="whitelistForm" action="#"> |  210     <form id="whitelistForm" action="#"> | 
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  266           <div><button id="importRawFilters"><span class="i18n_apply_changes"></
     span></button></div> |  266           <div><button id="importRawFilters"><span class="i18n_apply_changes"></
     span></button></div> | 
|  267         </td> |  267         </td> | 
|  268       </tr> |  268       </tr> | 
|  269     </table> |  269     </table> | 
|  270     </form> |  270     </form> | 
|  271   </div> |  271   </div> | 
|  272  |  272  | 
|  273   <div id="tab-general"> |  273   <div id="tab-general"> | 
|  274     <p> |  274     <p> | 
|  275       <div id="shouldShowBlockElementMenuContainer"> |  275       <div id="shouldShowBlockElementMenuContainer"> | 
|  276         <input type="checkbox" id="shouldShowBlockElementMenu" /><span class="i1
     8n_show_block_element_menu"></span> |  276         <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho
     uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> | 
|  277       </div> |  277       </div> | 
|  278       <div id="hidePlaceholdersContainer"> |  278       <div id="hidePlaceholdersContainer"> | 
|  279         <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay
     _hideplaceholders_label"></span> |  279         <input type="checkbox" id="hidePlaceholders" /><label for="hidePlacehold
     ers" class="i18n_overlay_hideplaceholders_label"></label> | 
|  280       </div> |  280       </div> | 
|  281     </p> |  281     </p> | 
|  282  |  282  | 
|  283     <p id="found-a-bug" class="i18n_found_a_bug"></p> |  283     <p id="found-a-bug" class="i18n_found_a_bug"></p> | 
|  284   </div> |  284   </div> | 
|  285 </div> |  285 </div> | 
|  286  |  286  | 
|  287 </body> |  287 </body> | 
|  288 </html> |  288 </html> | 
| OLD | NEW |