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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec
kbox" command="abp-command-togglesavestats"/> | 63 <menuitem id="abp-status-savestats" label="&counthits.label;" type="chec
kbox" command="abp-command-togglesavestats"/> |
64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm
and="abp-command-togglesync"/> | 64 <menuitem id="abp-status-sync" label="&sync.label;" type="checkbox" comm
and="abp-command-togglesync"/> |
65 <menuseparator id="abp-status-iconSettingsSeparator"/> | 65 <menuseparator id="abp-status-iconSettingsSeparator"/> |
66 <menuitem id="abp-status-showinaddonbar" label="&showinaddonbar.label;"
type="checkbox" command="abp-command-toggleshowintoolbar"/> | 66 <menuitem id="abp-status-showinaddonbar" label="&showinaddonbar.label;"
type="checkbox" command="abp-command-toggleshowintoolbar"/> |
67 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty
pe="checkbox" command="abp-command-toggleshowintoolbar"/> | 67 <menuitem id="abp-status-showintoolbar" label="&showintoolbar.label;" ty
pe="checkbox" command="abp-command-toggleshowintoolbar"/> |
68 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label;
" type="checkbox" command="abp-command-toggleshowinstatusbar"/> | 68 <menuitem id="abp-status-showinstatusbar" label="&showinstatusbar.label;
" type="checkbox" command="abp-command-toggleshowinstatusbar"/> |
69 </menupopup> | 69 </menupopup> |
70 </menu> | 70 </menu> |
71 | 71 |
72 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce
nter" align="center"> | 72 <hbox class="abp-contributebutton" id="abp-status-contributebutton" pack="ce
nter" align="center"> |
73 <button class="abp-contributebutton-btn" label="&contribute.label;" comman
d="abp-command-contribute" flex="1"/> | 73 <!-- noautoclose attribute tells Australis menu that it shouldn't close wh
en |
74 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con
tribute-hide"/> | 74 these are clicked, see https://bugzilla.mozilla.org/show_bug.cgi?id=9
40693 --> |
| 75 <button class="abp-contributebutton-btn" label="&contribute.label;" comman
d="abp-command-contribute" flex="1" noautoclose="true"/> |
| 76 <toolbarbutton class="abp-contributebutton-close" command="abp-command-con
tribute-hide" noautoclose="true"/> |
75 </hbox> | 77 </hbox> |
76 </menupopup> | 78 </menupopup> |
77 | 79 |
78 <keyset id="abp-keyset"/> | 80 <keyset id="abp-keyset"/> |
79 | 81 |
80 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> | 82 <!-- Dummy oncommand attributes are work-arounds for bug 371900 --> |
81 <commandset id="abp-commandset"> | 83 <commandset id="abp-commandset"> |
82 <command id="abp-command-sendReport" oncommand="//"/> | 84 <command id="abp-command-sendReport" oncommand="//"/> |
83 <command id="abp-command-filters" oncommand="//"/> | 85 <command id="abp-command-filters" oncommand="//"/> |
84 <command id="abp-command-settings" oncommand="//"/> | 86 <command id="abp-command-settings" oncommand="//"/> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 </vbox> | 121 </vbox> |
120 </hbox> | 122 </hbox> |
121 | 123 |
122 <!-- Notification panel --> | 124 <!-- Notification panel --> |
123 <panel id="abp-notification" type="arrow" orient="vertical" | 125 <panel id="abp-notification" type="arrow" orient="vertical" |
124 xmlns:html="http://www.w3.org/1999/xhtml"> | 126 xmlns:html="http://www.w3.org/1999/xhtml"> |
125 <label id="abp-notification-title" class="header"/> | 127 <label id="abp-notification-title" class="header"/> |
126 <html:p id="abp-notification-message" maxwidth="300"></html:p> | 128 <html:p id="abp-notification-message" maxwidth="300"></html:p> |
127 </panel> | 129 </panel> |
128 </overlay> | 130 </overlay> |
OLD | NEW |