Index: chrome/content/ui/overlay.xul |
=================================================================== |
--- a/chrome/content/ui/overlay.xul |
+++ b/chrome/content/ui/overlay.xul |
@@ -124,6 +124,11 @@ |
<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> |
+ <html:p id="abp-notification-message"/> |
+ <hbox id="abp-notification-question"> |
+ <button id="abp-notification-yes" label="¬ification.button.yes;" action="onApproved"/> |
+ <button id="abp-notification-no" label="¬ification.button.no;" action="onDeclined"/> |
+ <toolbarbutton id="abp-notification-close" label="¬ification.button.close;"></toolbarbutton> |
+ </hbox> |
</panel> |
</overlay> |