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"/> |
| 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" label="¬ification.button.clo
se;"></toolbarbutton> |
| 132 </hbox> |
128 </panel> | 133 </panel> |
129 </overlay> | 134 </overlay> |
OLD | NEW |