blob: 0e0097776a61f590dad888229efde16c256f0721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE overlay SYSTEM "chrome://communicator/locale/viewApplyThemeOverlay.dtd">
<overlay id="viewApplyThemeOverlay"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://communicator/content/viewApplyThemeOverlay.js"/>
<stringbundle id="bundle_viewApplyTheme"
src="chrome://communicator/locale/viewApplyThemeOverlay.properties"/>
<menu id="menu_viewApplyTheme"
label="&applyTheme.label;"
accesskey="&applyTheme.accesskey;">
<menupopup id="menu_viewApplyTheme_Popup"
onpopupshowing="checkTheme(this);"
oncommand="applyTheme(event.target);">
<menuitem label="&getMoreThemesCmd.label;"
accesskey="&getMoreThemesCmd.accesskey;"
oncommand="getNewThemes();"/>
<menuitem label="&getBackgroundsCmd.label;"
accesskey="&getBackgroundsCmd.accesskey;"
oncommand="getPersonas();"/>
<menuseparator/>
</menupopup>
</menu>
</overlay>
|