| LEFT | RIGHT | 
| (no file at all) |  | 
|    1 <?xml version="1.0"?> |    1 <?xml version="1.0"?> | 
|    2  |    2  | 
|    3 <!-- |    3 <!-- | 
|    4   - This file is part of Adblock Plus <https://adblockplus.org/>, |    4   - This file is part of Adblock Plus <https://adblockplus.org/>, | 
|    5   - Copyright (C) 2006-2016 Eyeo GmbH |    5   - Copyright (C) 2006-2016 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  262               ondrop="SubscriptionActions.drop(event, null);" |  262               ondrop="SubscriptionActions.drop(event, null);" | 
|  263               onkeypress="SubscriptionActions.keyPress(event);"> |  263               onkeypress="SubscriptionActions.keyPress(event);"> | 
|  264           </richlistbox> |  264           </richlistbox> | 
|  265         </deck> |  265         </deck> | 
|  266  |  266  | 
|  267         <description> |  267         <description> | 
|  268           <checkbox id="acceptableAds" label="&acceptableAds2.label;" oncommand=
     "ListManager.allowAcceptableAds(this.checked);"/> |  268           <checkbox id="acceptableAds" label="&acceptableAds2.label;" oncommand=
     "ListManager.allowAcceptableAds(this.checked);"/> | 
|  269           <label class="text-link" value="&viewList.label;" onclick="UI.loadInBr
     owser(Prefs.subscriptions_exceptionsurl);"/> |  269           <label class="text-link" value="&viewList.label;" onclick="UI.loadInBr
     owser(Prefs.subscriptions_exceptionsurl);"/> | 
|  270           <label class="text-link" value="&readMore.label;" onclick="UI.loadDocL
     ink('acceptable_ads');"/> |  270           <label class="text-link" value="&readMore.label;" onclick="UI.loadDocL
     ink('acceptable_ads');"/> | 
|  271         </description> |  271         </description> | 
 |  272         <description id="sendStats-container"> | 
 |  273           <checkbox id="sendStats" label="&sendStats.label;" oncommand="toggleSe
     ndStats(this.checked);"/> | 
 |  274           <label class="text-link" value="&privacyPolicy.label;" onclick="UI.loa
     dDocLink('privacy_filter_hits');"/> | 
 |  275         </description> | 
|  272       </tabpanel> |  276       </tabpanel> | 
|  273       <tabpanel id="filtersTab" orient="vertical" flex="1"> |  277       <tabpanel id="filtersTab" orient="vertical" flex="1"> | 
|  274         <hbox pack="end"> |  278         <hbox pack="end"> | 
|  275           <button id="addGroupButton" label="&addGroup.label;" command="group-ad
     d-command"/> |  279           <button id="addGroupButton" label="&addGroup.label;" command="group-ad
     d-command"/> | 
|  276         </hbox> |  280         </hbox> | 
|  277  |  281  | 
|  278         <richlistitem id="groupTemplate" class="subscription" hidden="true" orie
     nt="vertical" |  282         <richlistitem id="groupTemplate" class="subscription" hidden="true" orie
     nt="vertical" | 
|  279             onmousedown="this._wasSelected = (this.parentNode.selectedItem == th
     is);" |  283             onmousedown="this._wasSelected = (this.parentNode.selectedItem == th
     is);" | 
|  280             ondragstart="SubscriptionActions.startDrag(event, this);" |  284             ondragstart="SubscriptionActions.startDrag(event, this);" | 
|  281             ondragend="SubscriptionActions.endDrag();" |  285             ondragend="SubscriptionActions.endDrag();" | 
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  391       <menuitem id="restoreOwnBackup" key="restore-key" label="&restore.own.labe
     l;…" oncommand="Backup.restoreFromFile();"/> |  395       <menuitem id="restoreOwnBackup" key="restore-key" label="&restore.own.labe
     l;…" oncommand="Backup.restoreFromFile();"/> | 
|  392     </menupopup> |  396     </menupopup> | 
|  393   </button> |  397   </button> | 
|  394  |  398  | 
|  395   <spacer flex="1"/> |  399   <spacer flex="1"/> | 
|  396  |  400  | 
|  397   <button id="close" dlgtype="accept" label="&close.label;"/> |  401   <button id="close" dlgtype="accept" label="&close.label;"/> | 
|  398 </hbox> |  402 </hbox> | 
|  399  |  403  | 
|  400 </dialog> |  404 </dialog> | 
| LEFT | RIGHT |