Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / browser / base / content / unified-extensions-viewcache.inc.xhtml
blob6175f3effbdfff422df7dd74037e55f26eaf2b62
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 <!--
6 This is the template used for the `unified-extensions-item` custom element,
7 defined in `browser/base/content/browser-unified-extensions.js`.
8 -->
9 <html:template id="unified-extensions-item-template">
10 <toolbarbutton class="unified-extensions-item-action-button subviewbutton">
11 <image class="unified-extensions-item-icon"
12 role="presentation"
13 src="chrome://mozapps/skin/extensions/extensionGeneric.svg" />
15 <vbox class="unified-extensions-item-contents">
16 <label class="unified-extensions-item-name" />
17 <!--
18 IMPORTANT: if you change the order of the labels in the deck,
19 please update the indexes in `browser/base/content/browser-addons.js`.
20 -->
21 <deck class="unified-extensions-item-message-deck">
22 <label class="unified-extensions-item-message unified-extensions-item-message-default">
23 <!-- A message describing the current Origin Controls state -->
24 </label>
25 <label class="unified-extensions-item-message unified-extensions-item-message-hover">
26 <!-- A message indicating what a user can do when clicking the action button -->
27 </label>
28 <label class="unified-extensions-item-message unified-extensions-item-message-hover-menu-button"
29 data-l10n-id="unified-extensions-item-message-manage">
30 </label>
31 </deck>
32 </vbox>
33 </toolbarbutton>
35 <toolbarbutton class="unified-extensions-item-menu-button subviewbutton subviewbutton-iconic"
36 closemenu="none"
37 context="unified-extensions-context-menu"
38 data-navigable-with-tab-only="true" />
39 </html:template>