Index: chrome/content/ui/overlay.xul |
=================================================================== |
--- a/chrome/content/ui/overlay.xul |
+++ b/chrome/content/ui/overlay.xul |
@@ -118,4 +118,11 @@ |
<iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/sidebar.xul" flex="1"/> |
</vbox> |
</hbox> |
+ |
+ <!-- Notification panel --> |
+ <panel id="abp-notification" type="arrow" orient="vertical" |
+ xmlns:html="http://www.w3.org/1999/xhtml"> |
+ <label id="abp-notification-title" class="header"/> |
+ <html:p id="abp-notification-message" maxwidth="300"></html:p> |
+ </panel> |
</overlay> |