| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> | 
| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 117 </toolbar> | 117 </toolbar> | 
| 118 </toolbox> | 118 </toolbox> | 
| 119 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/> | 119 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si debar.xul" flex="1"/> | 
| 120 </vbox> | 120 </vbox> | 
| 121 </hbox> | 121 </hbox> | 
| 122 | 122 | 
| 123 <!-- Notification panel --> | 123 <!-- Notification panel --> | 
| 124 <panel id="abp-notification" type="arrow" orient="vertical" | 124 <panel id="abp-notification" type="arrow" orient="vertical" | 
| 125 xmlns:html="http://www.w3.org/1999/xhtml"> | 125 xmlns:html="http://www.w3.org/1999/xhtml"> | 
| 126 <label id="abp-notification-title" class="header"/> | 126 <label id="abp-notification-title" class="header"/> | 
| 127 <html:p id="abp-notification-message" maxwidth="300"></html:p> | 127 <html:p id="abp-notification-message"/> | 
| 
 
Felix Dahlke
2014/02/11 10:35:27
Didn't we discuss that questions should be shown i
 
Thomas Greiner
2014/02/11 16:53:31
Yes, but saying the extent of its constraints (see
 
Felix Dahlke
2014/02/11 17:11:12
I meant a notification box, not a desktop notifica
 
Felix Dahlke
2014/02/11 17:57:17
I could live with doing this in a follow-up though
 
Thomas Greiner
2014/02/12 11:58:49
Ok, that's also fine with me. I wouldn't want to d
 
 | |
| 128 <hbox id="abp-notification-question"> | |
| 129 <button id="abp-notification-yes" label="¬ification.button.yes;" action ="onApproved"/> | |
| 130 <button id="abp-notification-no" label="¬ification.button.no;" action=" onDeclined"/> | |
| 131 <toolbarbutton id="abp-notification-close">¬ification.button.close;</to olbarbutton> | |
| 132 </hbox> | |
| 128 </panel> | 133 </panel> | 
| 129 </overlay> | 134 </overlay> | 
| OLD | NEW |