summaryrefslogtreecommitdiffstats
path: root/comm/suite/components/sidebar/content/customize-panel.xul
blob: 3fcd3908f1b1d217796c1ba24da2375194851e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>