diff options
Diffstat (limited to 'comm/suite/components/sidebar/content/customize-panel.xul')
-rw-r--r-- | comm/suite/components/sidebar/content/customize-panel.xul | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/comm/suite/components/sidebar/content/customize-panel.xul b/comm/suite/components/sidebar/content/customize-panel.xul new file mode 100644 index 0000000000..3fcd3908f1 --- /dev/null +++ b/comm/suite/components/sidebar/content/customize-panel.xul @@ -0,0 +1,23 @@ +<?xml version="1.0"?> <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- --> +<!-- + + 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/. --> +<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> + +<!DOCTYPE window> + +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + windowtype="navigator:browser" + onload="Init();" + onunload="RefreshPanel();;"> + + <script src="chrome://communicator/content/sidebar/customize-panel.js" /> + + <browser id="customize_frame" + type="content" + primary="true" + src="about:blank" + flex="1"/> +</window> |