1999-07-05 03:01:10 +04:00
|
|
|
<?xml version="1.0"?>
|
1999-08-25 18:35:59 +04: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
|
2000-05-04 18:56:55 +04:00
|
|
|
- Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
1999-08-25 18:35:59 +04:00
|
|
|
- Rights Reserved.
|
|
|
|
-
|
|
|
|
- Contributor(s):
|
|
|
|
-->
|
|
|
|
|
2000-04-20 01:42:30 +04:00
|
|
|
<?xml-stylesheet href="chrome://editor/skin/editor.css" type="text/css"?>
|
1999-07-21 23:56:21 +04:00
|
|
|
<?xml-stylesheet href="chrome://editor/skin/EditorDialog.css" type="text/css"?>
|
1999-08-25 18:35:59 +04:00
|
|
|
|
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-08-28 06:40:18 +04:00
|
|
|
<?xul-overlay href="chrome://editor/content/EdDialogOverlay.xul"?>
|
2000-06-05 10:31:41 +04:00
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
1999-08-25 18:35:59 +04:00
|
|
|
|
1999-08-06 23:50:26 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorInsertTable.dtd">
|
1999-07-14 21:37:08 +04:00
|
|
|
|
2000-02-15 18:54:05 +03:00
|
|
|
<window class="dialog" title="&windowTitle.label;"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2000-06-15 13:54:41 +04:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
1999-07-05 03:01:10 +04:00
|
|
|
onload = "Startup()"
|
2000-06-16 18:22:12 +04:00
|
|
|
persist="screenX screenY"
|
2001-07-09 22:41:07 +04:00
|
|
|
orient="vertical">
|
1999-07-05 03:01:10 +04:00
|
|
|
|
|
|
|
<!-- Methods common to all editor dialogs -->
|
2001-03-13 18:35:07 +03:00
|
|
|
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://editor/content/EdInsertTable.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/dialogOverlay.js"/>
|
1999-07-05 03:01:10 +04:00
|
|
|
|
Fixed lots of nsbeta3+ bugs: 45756, 47654, 41810,47503,48990, 48995,40204, 42740, 46953, 47646, 47696, 48693, 45899. r=sfraser,jfrancis
2000-08-23 04:29:24 +04:00
|
|
|
<spring id="location" offsetY="50" persist="offsetX offsetY"/>
|
2000-02-15 18:54:05 +03:00
|
|
|
<broadcaster id="args" value=""/>
|
2001-04-05 23:53:13 +04:00
|
|
|
<keyset id="dialogKeys"/>
|
2000-05-04 18:56:55 +04:00
|
|
|
<popupset id="aTooltipSet" />
|
2001-09-07 18:23:21 +04:00
|
|
|
<groupbox orient="vertical"><caption label="&size.label;"/>
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<grid>
|
2001-08-07 05:53:44 +04:00
|
|
|
<columns><column/><column/><column/></columns>
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<rows>
|
|
|
|
<row valign="middle" text-align="right" autostretch="never">
|
|
|
|
<text class="label align-right" text-align="right" value="&numRowsEditField.label;" />
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="narrow" id="rowsInput" oninput="ChangeRowOrColumn(this.id)" />
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<spring/>
|
|
|
|
</row>
|
|
|
|
<row valign="middle" text-align="right" autostretch="never">
|
|
|
|
<text class="label align-right" value="&numColumnsEditField.label;" />
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="narrow" id="columnsInput" oninput="ChangeRowOrColumn(this.id)" />
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<spring/>
|
|
|
|
</row>
|
|
|
|
<row valign="middle" text-align="right" autostretch="never">
|
|
|
|
<text class="label align-right" value="&widthEditField.label;" />
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="narrow" id="widthInput" oninput="forceInteger(this.id)" />
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<menulist id="widthPixelOrPercentMenulist"><menupopup/></menulist>
|
|
|
|
<!-- child elements are appended by JS -->
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2000-08-10 10:44:59 +04:00
|
|
|
<spring class="spacer"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
</groupbox>
|
2000-08-10 10:44:59 +04:00
|
|
|
<spring class="spacer"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
<hbox valign="middle" autostretch="never">
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<text class="label align-right" text-align="right" value="&borderEditField.label;"
|
|
|
|
tooltip="aTooltip" tooltiptext="&borderEditField.tooltip;" />
|
2001-03-22 03:15:47 +03:00
|
|
|
<textbox class="narrow" id="borderInput" oninput="forceInteger(this.id)" />
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<text class="label" value="&pixels.label;"/>
|
2001-07-09 22:41:07 +04:00
|
|
|
</hbox>
|
Big UI fix! bugs=47898, 26843, 26871, 37152, 38944, 41545, 42246, 42343, 43089, 45463, 45904, 46001, 47644, 47314, 47510, 47515, 47622, 47650, 47653, 47699, 47700, 46179, 47696, 47693. r=sfraser
2000-08-10 06:10:17 +04:00
|
|
|
<!-- from EdDialogOverlay -->
|
2001-07-18 02:44:13 +04:00
|
|
|
<vbox id="AdvancedEdit"/>
|
1999-08-28 06:40:18 +04:00
|
|
|
<!-- from global dialogOverlay -->
|
2001-08-07 05:53:44 +04:00
|
|
|
<hbox id="okCancelButtons"/>
|
2000-02-15 18:54:05 +03:00
|
|
|
</window>
|