mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
77 lines
2.8 KiB
XML
77 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
The contents of this file are subject to the Netscape Public
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
March 31, 1998.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-applications.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="color-dialog"
|
|
title="&window.title;" align="vertical"
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-applications.xul');">
|
|
|
|
<!-- NOTE to owner of this panel
|
|
- this panel is quite complex. It will probably require a getfields
|
|
and setfields function for getting and setting appropriate data.
|
|
|
|
you will need to write some JS to get the correct names and values
|
|
from the list as appropriate to pass to the Data Manager
|
|
-->
|
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
|
|
|
<titledbox>
|
|
<title><text value="&descript;"/></title>
|
|
|
|
<box orient="vertical">
|
|
<text class="label" value="&fileTypes.label;"/>
|
|
<tree id="appTree" class="inset" flex="1">
|
|
<treecol/>
|
|
<treechildren>
|
|
<treeitem>
|
|
<treerow>
|
|
<treecell value="&aimLaunchSelect.label;"/>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</tree>
|
|
</box>
|
|
|
|
<box orient="vertical" halign="top">
|
|
<button class="dialog push" id="newTypeButton" value="&newTypeButton.label;" accesskey="&newTypeButton.accesskey;" />
|
|
<button class="dialog push" id="editButton" value="&editButton.label;" accesskey="&editButton.accesskey;" />
|
|
<button class="dialog push" id="removeButton" value="&removeButton.label;" accesskey="&removeButton.accesskey;" />
|
|
</box>
|
|
</titledbox>
|
|
|
|
<titledbox orient="vertical">
|
|
<title><text value="&file;"/></title>
|
|
<text class="label" value="&exten;"/>
|
|
<text class="label" value="&mimeType;"/>
|
|
<text class="label" value="&handle;"/>
|
|
</titledbox>
|
|
|
|
</window>
|