Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/overlay.xul

Issue 11165026: Show notifications on startup (Closed)
Patch Set: Address remaining issue Created July 20, 2013, 10:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/skin/overlay.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/skin/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld