1999-09-03 08:55:23 +04:00
|
|
|
<?xml version="1.0"?>
|
2000-01-25 06:30:33 +03:00
|
|
|
<!--
|
|
|
|
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):
|
|
|
|
-->
|
1999-09-03 08:55:23 +04:00
|
|
|
|
2000-01-25 06:30:33 +03:00
|
|
|
<!-- CHANGE THIS WHEN MOVING FILES -->
|
2000-04-21 13:40:38 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
1999-09-03 08:55:23 +04:00
|
|
|
|
2000-01-25 06:30:33 +03:00
|
|
|
<!-- CHANGE THIS WHEN MOVING FILES -->
|
2000-04-20 01:42:30 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/WalletEditor.dtd" >
|
1999-09-03 08:55:23 +04:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<dialog id="walleteditor"
|
2000-01-25 06:30:33 +03:00
|
|
|
title="&windowtitle.label;"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
onload="Startup()"
|
|
|
|
ondialogaccept="return onAccept();">
|
2000-01-25 06:30:33 +03:00
|
|
|
|
2001-03-13 18:35:07 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/wallet/WalletEditor.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
2000-06-04 19:34:09 +04:00
|
|
|
|
2001-07-09 22:41:07 +04:00
|
|
|
<vbox id="system" flex="100%">
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="height: 7px;"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label value="&div.walletdataonsystem.label;"/>
|
|
|
|
<separator class="groove"/>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="height: 10px;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
<hbox id="system1" flex="100%">
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="width: 7px;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
<vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label value="&treehead.schemaname.label;"/>
|
2002-01-12 04:20:29 +03:00
|
|
|
<tree seltype="multiple" id="schematree"
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
style="height: 250px;" onclick="ViewEntries();">
|
2002-03-29 05:46:01 +03:00
|
|
|
<treecols>
|
|
|
|
<treecol id="schemacol" flex="1"/>
|
|
|
|
</treecols>
|
|
|
|
<treechildren id="schemalist"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
</tree>
|
2001-07-09 22:41:07 +04:00
|
|
|
<hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<button id="removeSchema" disabled="true" label="&button.remove.label;" oncommand="DeleteSchema();"/>
|
|
|
|
<button id="addSchema" label="&button.addschema.label;" oncommand="AddSchema();"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="width: 7px;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
<vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label id="entrytext" value2="&treehead.entries.label;" value3="&treehead.entries1.label;"/>
|
2002-01-12 04:20:29 +03:00
|
|
|
<tree seltype="multiple" id="entrytree" class="inset"
|
2000-07-14 01:54:37 +04:00
|
|
|
style="height: 113px;" orient="vertical" onclick="ViewSynonyms();">
|
2002-03-29 05:46:01 +03:00
|
|
|
<treecols>
|
|
|
|
<treecol id="entrycol" flex="1"/>
|
|
|
|
</treecols>
|
|
|
|
<treechildren id="entrieslist"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
</tree>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="height: 7px;"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<label id="synonymtext" value2="&treehead.synonyms.label;" value3="&treehead.synonymsoff.label;" value4="&treehead.synonyms1.label;"/>
|
2002-01-12 04:20:29 +03:00
|
|
|
<tree seltype="multiple" id="synonymtree"
|
2000-07-14 01:54:37 +04:00
|
|
|
style="height: 113px;" orient="vertical" onclick="SynonymSelected();">
|
2002-03-29 05:46:01 +03:00
|
|
|
<treecols>
|
|
|
|
<treecol id="synonymcol" flex="1"/>
|
|
|
|
</treecols>
|
|
|
|
<treechildren id="synonymslist"/>
|
2000-01-25 06:30:33 +03:00
|
|
|
</tree>
|
2001-07-09 22:41:07 +04:00
|
|
|
</vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="width: 7px;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
<vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="height: 15px;"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<button id="removeEntry" disabled="true" label="&button.remove.label;" oncommand="DeleteEntry();"/>
|
|
|
|
<button id="addEntry" label="&button.addentry.label;" oncommand="AddEntry();"/>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="height: 93px;"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
<button id="removeSynonym" disabled="true" label="&button.remove.label;" oncommand="DeleteSynonym();"/>
|
|
|
|
<button id="addSynonym" label="&button.addsynonym.label;" oncommand="AddSynonym();"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
</vbox>
|
2001-09-19 01:47:32 +04:00
|
|
|
<spacer style="width: 7px;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:06:54 +03:00
|
|
|
</dialog>
|