mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
81 lines
3.0 KiB
XML
81 lines
3.0 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"?>
|
|
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-languages.dtd" >
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="color-dialog"
|
|
align="vertical" title="window.title"
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-languages.xul');">
|
|
|
|
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/>
|
|
|
|
<titledbox orient="vertical">
|
|
<html>&prefLangDecript;</html>
|
|
|
|
<separator/>
|
|
|
|
<box>
|
|
<box orient="vertical" flex="1">
|
|
<tree id="langTree" class="inset" flex="1">
|
|
<treecol style="width: 10%"/>
|
|
<treecol />
|
|
<treehead>
|
|
<treerow>
|
|
<treecell />
|
|
<treecell value="&languageColumnHeader.label;" />
|
|
</treerow>
|
|
</treehead>
|
|
<treechildren>
|
|
<treeitem>
|
|
<treerow>
|
|
<treecell class="propertylist" value="&engOrder.label;"/>
|
|
<treecell class="propertylist" value="&engOption.label;"/>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</tree>
|
|
<box>
|
|
<button class="dialog push" value="&addButton.label;" accesskey="&addButton.accesskey;"/>
|
|
<button class="dialog push" value="&deleteButton.label;" accesskey="&deleteButton.accesskey;"/>
|
|
</box>
|
|
</box>
|
|
|
|
<!-- XXX hard coding language value for now until tree is hooked up -->
|
|
<broadcaster id="intlAcceptLanguages" value="&engOption.label;" pref="true"
|
|
preftype="string" prefstring="intl.accept_languages" prefattribute="value"/>
|
|
|
|
<box orient="vertical" valign="middle">
|
|
<button id="up" class="dialog push" value="&moveUp.label;" accesskey="&moveUp.accesskey;"/>
|
|
<button id="down" class="dialog push" value="&moveDown.label;" accesskey="&moveDown.accesskey;"/>
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</titledbox>
|
|
|
|
</window>
|