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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 <vbox id="abp-bottombar"> | 111 <vbox id="abp-bottombar"> |
112 <toolbox id="abp-bottombar-header"> | 112 <toolbox id="abp-bottombar-header"> |
113 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f
ullscreentoolbar="true"> | 113 <toolbar id="abp-bottombar-toolbar" align="center" grippyhidden="true" f
ullscreentoolbar="true"> |
114 <label id="abp-bottombar-title" control="abp-bottombar-browser" value=
"&sidebar.title;" flex="1" crop="end"/> | 114 <label id="abp-bottombar-title" control="abp-bottombar-browser" value=
"&sidebar.title;" flex="1" crop="end"/> |
115 <toolbarbutton id="abp-bottombar-close" command="abp-command-sidebar"
tooltiptext="&closesidebar.label;"/> | 115 <toolbarbutton id="abp-bottombar-close" command="abp-command-sidebar"
tooltiptext="&closesidebar.label;"/> |
116 </toolbar> | 116 </toolbar> |
117 </toolbox> | 117 </toolbox> |
118 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si
debar.xul" flex="1"/> | 118 <iframe id="abp-bottombar-browser" src="chrome://adblockplus/content/ui/si
debar.xul" flex="1"/> |
119 </vbox> | 119 </vbox> |
120 </hbox> | 120 </hbox> |
| 121 |
| 122 <!-- Notification panel --> |
| 123 <panel id="abp-notification" type="arrow" orient="vertical" |
| 124 xmlns:html="http://www.w3.org/1999/xhtml"> |
| 125 <label id="abp-notification-title" class="header"/> |
| 126 <html:p id="abp-notification-message" maxwidth="300"></html:p> |
| 127 </panel> |
121 </overlay> | 128 </overlay> |
OLD | NEW |