mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical"> patch by andersma@luther.edu r=timeless sr=blake
This commit is contained in:
parent
50a5817fc4
commit
1fdeed80f7
@ -46,7 +46,7 @@
|
||||
titlemodifier="&textEditorWindow.titlemodifier;"
|
||||
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
|
||||
windowtype="composer:text"
|
||||
align="vertical"
|
||||
orient="vertical"
|
||||
width="640" height="480"
|
||||
screenX="10" screenY="10"
|
||||
persist="screenX screenY width height sizemode"
|
||||
@ -134,11 +134,11 @@ editor.xul has these - do we need them?
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
<box id="sidebar-parent" flex="1">
|
||||
<hbox id="sidebar-parent" flex="1">
|
||||
<!-- From sidebarOverlay.xul -->
|
||||
<box id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<hbox id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<box id="appcontent" orient="vertical" flex="1">
|
||||
<vbox id="appcontent" flex="1">
|
||||
|
||||
<editor type="content-primary" id="content-frame" src="about:blank" flex="1"/>
|
||||
|
||||
@ -150,9 +150,9 @@ editor.xul has these - do we need them?
|
||||
<statusbarpanel id="statusText" label="&statusText.label;" flex="1" crop="right"/>
|
||||
</statusbar>
|
||||
|
||||
</box> <!-- appcontent -->
|
||||
</box><!-- sidebar-parent -->
|
||||
</vbox> <!-- appcontent -->
|
||||
</hbox><!-- sidebar-parent -->
|
||||
|
||||
<box id="taskbar" class="toolbox-bottom"/>
|
||||
<hbox id="taskbar" class="toolbox-bottom"/>
|
||||
|
||||
</window>
|
||||
|
@ -180,19 +180,19 @@
|
||||
<button id="linkButton"/>
|
||||
<button id="namedAnchorButton"/>
|
||||
<spring flex="1"/>
|
||||
<box id="throbber-box" autostretch="never">
|
||||
<hbox id="throbber-box" autostretch="never">
|
||||
<button id="navigator-throbber" oncommand="goClickThrobber('editor.throbber.url')" tooltip="aTooltip" tooltiptext="&throbber.tooltip;">
|
||||
<observes element="Editor:Throbber" attribute="busy"/>
|
||||
</button>
|
||||
</box>
|
||||
</hbox>
|
||||
</toolbar>
|
||||
<toolbar id="FormatToolbar" persist="collapsed" tbautostretch="never">
|
||||
<!-- We need this else menulists get stretched -->
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<!-- from editorOverlay -->
|
||||
<menulist id="ParagraphSelect"/>
|
||||
<stack id="ColorButtons"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<button id="DecreaseFontSizeButton"/>
|
||||
<button id="IncreaseFontSizeButton"/>
|
||||
@ -229,12 +229,12 @@
|
||||
</toolbox>
|
||||
|
||||
<!-- sidebar/toolbar/content/status -->
|
||||
<box id="sidebar-parent" flex="1">
|
||||
<hbox id="sidebar-parent" flex="1">
|
||||
<!-- From sidebarOverlay.xul -->
|
||||
<box id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<hbox id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
|
||||
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
||||
|
||||
<box id="appcontent" orient="vertical" flex="1">
|
||||
<vbox id="appcontent" flex="1">
|
||||
<deck id="ContentWindowDeck" index="0" flex="1">
|
||||
<!-- KLUDGE: Temporary fix for bug 34414:
|
||||
The current editor tag doesn't have a view,
|
||||
@ -243,28 +243,28 @@
|
||||
<stack>
|
||||
<editor type="content-primary" id="content-frame" src="about:blank" context="editorContentContext" flex="1"/>
|
||||
</stack>
|
||||
<box align="vertical">
|
||||
<vbox>
|
||||
<text class="label" id="doctype-text" style="width:1em" crop="right"/>
|
||||
<textbox class="source-editor plain" id="content-source" multiline="true" rows="1"
|
||||
flex="1" style="width:1em; height:1em;"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</deck>
|
||||
|
||||
<box id="EditModeToolbar" hidden="false" autostretch="never" valign="middle" persist="collapsed">
|
||||
<hbox id="EditModeToolbar" hidden="false" autostretch="never" valign="middle" persist="collapsed">
|
||||
<tabs id="EditModeTabs" class="tabs-bottom" flex="1">
|
||||
<tab id="NormalModeButton"/>
|
||||
<tab id="TagModeButton"/>
|
||||
<tab id="SourceModeButton"/>
|
||||
<tab id="PreviewModeButton"/>
|
||||
</tabs>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</box> <!-- appcontent -->
|
||||
</box><!-- sidebar-parent -->
|
||||
</vbox> <!-- appcontent -->
|
||||
</hbox><!-- sidebar-parent -->
|
||||
|
||||
<!-- Some of this is from globarOverlay.xul -->
|
||||
<statusbar id="status-bar">
|
||||
<box id="component-bar"/>
|
||||
<hbox id="component-bar"/>
|
||||
<statusbarpanel id="statusText" label="&statusText.label;" flex="1" crop="right"/>
|
||||
<statusbarpanel class="statusbarpanel-icononly" id="offline-status"/>
|
||||
<resizer class="window-diagonal" />
|
||||
|
@ -25,12 +25,12 @@
|
||||
</script>
|
||||
|
||||
<!-- editor startup toggle -->
|
||||
<titledbox id="generalStartupPreferences">
|
||||
<groupbox id="generalStartupPreferences">
|
||||
<checkbox id="generalStartupEditor" wsm_persist="true" position="3"
|
||||
label="&editorCheck.label;" accesskey="&editorCheck.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="general.startup.editor"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- category tree entries for editor -->
|
||||
<treechildren id="panelChildren">
|
||||
|
@ -43,12 +43,12 @@
|
||||
|
||||
<popupset id="aTooltipSet" />
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<!-- Recent files menu -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&recentFiles.title;"/>
|
||||
<box align="horizontal" autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<text value="&documentsInMenu;"/>
|
||||
<textbox
|
||||
id="recentFiles"
|
||||
@ -61,11 +61,11 @@
|
||||
prefstring="editor.history.url_maximum"
|
||||
prefattribute="value"
|
||||
/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- HTML formatting on output -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&savingFiles.title;"/>
|
||||
<spring class="spacer"/>
|
||||
<radiogroup orient="vertical" autostretch="never"
|
||||
@ -91,9 +91,9 @@
|
||||
tooltiptext= "&reformat.tooltip;"
|
||||
/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&tableEditing.label;"/>
|
||||
<checkbox
|
||||
label = "&maintainTableStructure.label;"
|
||||
@ -106,7 +106,7 @@
|
||||
prefattribute="checked"
|
||||
/>
|
||||
<separator class = "thin"/>
|
||||
<box autostretch="never" valign="top">
|
||||
<hbox autostretch="never" valign="top">
|
||||
<text class="label"
|
||||
value="&pressingTheDeleteKey.label;"
|
||||
tooltip = "aTooltip" tooltiptext="&pressingTheDeleteKey.tooltip;"
|
||||
@ -121,13 +121,13 @@
|
||||
<radio group="tableDeleteKey" value="0" label="&deleteCell.label;" accesskey="&deleteCell.accesskey;"/>
|
||||
<radio group="tableDeleteKey" value="1" label="&deleteContent.label;" accesskey="&deleteContent.accesskey;" />
|
||||
</radiogroup>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Take out Auto-Save; not supported at this time
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&saving;"/>
|
||||
<box align="horizontal" valign="middle">
|
||||
<hbox valign="middle">
|
||||
<checkbox
|
||||
label = "&AutoSaveCheck;"
|
||||
id = "shouldAutoSave"
|
||||
@ -149,14 +149,14 @@
|
||||
prefattribute="value"
|
||||
/>
|
||||
<text value="&minText;" />
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
-->
|
||||
|
||||
<!-- External Editors are not supported at this time
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&exterLegend.label;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<checkbox
|
||||
name = "htmlSourceEditorCheckbox"
|
||||
label = "&htmlSource;"
|
||||
@ -176,9 +176,9 @@
|
||||
name = ""
|
||||
label = "&chooseButton.label;"
|
||||
/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<box>
|
||||
<hbox>
|
||||
<checkbox
|
||||
name = "htmlImageEditorCheckbox"
|
||||
label = "&imageeditor;"
|
||||
@ -195,8 +195,8 @@
|
||||
prefstring = "editor.image_editor"
|
||||
/>
|
||||
<button class="dialog" label="&chooseButton.label;" />
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
-->
|
||||
</window>
|
||||
|
@ -43,19 +43,19 @@
|
||||
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<vbox>
|
||||
<text class="label small-margin" value="&authorName.label;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<textbox id="editorAuthor" flex="1"
|
||||
pref="true" preftype="string" prefstring="editor.author"
|
||||
prefattribute="value"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<spring class="smallspacer"/>
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&pageColorHeader;"/>
|
||||
<radiogroup id="useCustomColors" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="bool" prefstring="editor.use_custom_colors"
|
||||
@ -70,7 +70,7 @@
|
||||
accesskey="&customColors.accesskey;"
|
||||
oncommand="UseCustomColors()"/>
|
||||
</radiogroup>
|
||||
<box class="big-left-margin">
|
||||
<hbox class="big-left-margin">
|
||||
<grid>
|
||||
<columns><column/><column/></columns>
|
||||
<rows>
|
||||
@ -78,11 +78,11 @@
|
||||
<text class="label" id="Text" value="&normalText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="TextButton" class="dialog color-button" oncommand="GetColorAndUpdate('textCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="textCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<data id="textData" pref="true" preftype="color" prefstring="editor.text_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</row>
|
||||
@ -90,11 +90,11 @@
|
||||
<text class="label" id="Link" value="&linkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="LinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('linkCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="linkCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<data id="linkData" pref="true" preftype="color" prefstring="editor.link_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</row>
|
||||
@ -102,11 +102,11 @@
|
||||
<text class="label" id="Active" value="&activeLinkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="ActiveLinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('activeCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="activeCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<data id="aLinkData" pref="true" preftype="color" prefstring="editor.active_link_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</row>
|
||||
@ -114,11 +114,11 @@
|
||||
<text class="label" id="Visited" value ="&visitedLinkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="VisitedLinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('visitedCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="visitedCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<data id="fLinkData" pref="true" preftype="color" prefstring="editor.followed_link_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</stack>
|
||||
</row>
|
||||
@ -126,11 +126,11 @@
|
||||
<text class="label" id="Background" value="&background.label;" />
|
||||
<stack>
|
||||
<button id="BackgroundButton" class="dialog color-button" oncommand="GetColorAndUpdate('backgroundCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="backgroundCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<data id="backgroundColorData" pref="true" preftype="color" prefstring="editor.background_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</row>
|
||||
@ -148,10 +148,10 @@
|
||||
<spring flex="1"/>
|
||||
</vbox>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<text class="label small-margin" value="&backgroundImage.label;" accesskey="&backgroundImage.accesskey;"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<textbox id="BackgroundImageInput" oninput="ChangeBackgroundImage();" style="min-width: 23em" flex="1">
|
||||
<observes element="backgroundImageData" attribute="disabled"/>
|
||||
</textbox>
|
||||
@ -160,6 +160,6 @@
|
||||
<observes element="backgroundImageData" attribute="disabled"/>
|
||||
</button>
|
||||
<data id="backgroundImageData" pref="true" preftype="string" prefstring="editor.default_background_image" prefattribute="value"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
</window>
|
||||
|
@ -36,8 +36,8 @@
|
||||
'NC:EditorSidebarRoot');" orient="vertical">
|
||||
|
||||
<script src="chrome://communicator/content/sidebar/sidebar.js" />
|
||||
<box id="sidebox" orient="vertical" flex="1">
|
||||
<box class="sidebartitle">
|
||||
<vbox id="sidebox" flex="1">
|
||||
<hbox class="sidebartitle">
|
||||
<spring flex="1"/>
|
||||
<button class="dialog borderless paneltitle"
|
||||
label="&sidebar.reload.label;"
|
||||
@ -45,6 +45,6 @@
|
||||
<button class="borderless paneltitle"
|
||||
label="&sidebar.customize.label;"
|
||||
oncommand="var dialogWindow=customize();" />
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
@ -59,10 +59,10 @@
|
||||
|
||||
<broadcaster id="args" value=""/>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="¤tattributesfor.label;"/>
|
||||
<text class="label header" id="tagLabel"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
<!-- ============================================================== -->
|
||||
<!-- HTML Attributes -->
|
||||
<!-- ============================================================== -->
|
||||
<box flex="1" orient="vertical">
|
||||
<vbox flex="1">
|
||||
<tree id="HTMLATree"
|
||||
class="AttributesTree inset"
|
||||
flex="1"
|
||||
@ -96,11 +96,11 @@
|
||||
</treehead>
|
||||
<treechildren id="HTMLAList" flex="1"/>
|
||||
</tree>
|
||||
<box valign="middle" autostretch="never" flex="1">
|
||||
<hbox valign="middle" autostretch="never" flex="1">
|
||||
<text class="label" value="&editAttribute.label;"/>
|
||||
<spring flex="1"/>
|
||||
<button class="dialog" label="&removeAttribute.label;" oncommand="RemoveHTMLAttribute();"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="1"/><column flex="1"/>
|
||||
@ -124,11 +124,11 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
</vbox>
|
||||
<!-- ============================================================== -->
|
||||
<!-- CSS Attributes -->
|
||||
<!-- ============================================================== -->
|
||||
<box flex="1" orient="vertical">
|
||||
<vbox flex="1">
|
||||
<tree id="CSSATree" class="AttributesTree inset" flex="1"
|
||||
onselect="onSelectCSSTreeItem();"
|
||||
onclick="onSelectCSSTreeItem();"
|
||||
@ -146,11 +146,11 @@
|
||||
</treehead>
|
||||
<treechildren id="CSSAList" flex="1"/>
|
||||
</tree>
|
||||
<box valign="middle" autostretch="never" flex="1">
|
||||
<hbox valign="middle" autostretch="never" flex="1">
|
||||
<text class="label" value="&editAttribute.label;"/>
|
||||
<spring flex="1"/>
|
||||
<button class="dialog" label="&removeAttribute.label;" oncommand="RemoveCSSAttribute();"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="1"/><column flex="1"/>
|
||||
@ -169,11 +169,11 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
</vbox>
|
||||
<!-- ============================================================== -->
|
||||
<!-- JavaScript Event Handlers -->
|
||||
<!-- ============================================================== -->
|
||||
<box flex="1" orient="vertical">
|
||||
<vbox flex="1">
|
||||
<tree id="JSEATree" class="AttributesTree inset" flex="1"
|
||||
onselect="onSelectJSETreeItem();"
|
||||
onclick="onSelectJSETreeItem();"
|
||||
@ -191,11 +191,11 @@
|
||||
</treehead>
|
||||
<treechildren id="JSEAList" flex="1"/>
|
||||
</tree>
|
||||
<box valign="middle" autostretch="never" flex="1">
|
||||
<hbox valign="middle" autostretch="never" flex="1">
|
||||
<text class="label" value="&editAttribute.label;"/>
|
||||
<spring flex="1"/>
|
||||
<button class="dialog" label="&removeAttribute.label;" oncommand="RemoveJSEAttribute()"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="1"/><column flex="1"/>
|
||||
@ -214,10 +214,10 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
</vbox>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
<spring class="spacer"/>
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
<hbox id="okCancelHelpButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
@ -44,53 +44,53 @@
|
||||
<spring id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
<box id="TableOrCellGroup" valign="middle" autostretch="never" collapsed="true">
|
||||
<hbox id="TableOrCellGroup" valign="middle" autostretch="never" collapsed="true">
|
||||
<text value="&background.label;"/>
|
||||
<radiogroup id="1" orient="horizontal">
|
||||
<radio group="1" id="TableRadio" label="&table.label;"/>
|
||||
<radio group="1" id="CellRadio" label="&cell.label;"/>
|
||||
</radiogroup>
|
||||
</box>
|
||||
</hbox>
|
||||
<colorpicker id="ColorPicker" palettename="standard"
|
||||
persist="palettename"
|
||||
onselect="SelectColor();"/>
|
||||
<!-- Web palette is not implemented???
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<text class="label" value="&palette.label;"/>
|
||||
<radio id="StandardPalette" label="&standardPalette.label;" oncommand="ChangePalette('standard')"/>
|
||||
<radio id="WebPalette" label="&webPalette.label;" oncommand="ChangePalette('web')"/>
|
||||
</box>
|
||||
</hbox>
|
||||
-->
|
||||
<spring class="spacer"/>
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<stack valign="middle" autostretch="never">
|
||||
<button id="LastPickedButton" class="dialog" label="&lastPickedColor.label;"
|
||||
style="margin-left:0px; margin-right: 0px;"
|
||||
onclick="SelectLastPickedColor();"/>
|
||||
<box style="margin-left: 5px" mousethrough="always">
|
||||
<box orient="vertical" autostretch="never">
|
||||
<hbox style="margin-left: 5px" mousethrough="always">
|
||||
<vbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<spring id="LastPickedColor"
|
||||
LastTextColor="" LastBackgroundColor=""
|
||||
persist="LastTextColor LastBackgroundColor"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</vbox>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<text class="label" value="&setColor1.label;"/>
|
||||
<text class="label" value="&setColor2.label;"/>
|
||||
<text class="label" value="&setColorExample.label;"/>
|
||||
<box valign="middle" autostretch="never" flex="1=">
|
||||
<hbox valign="middle" autostretch="never" flex="1=">
|
||||
<textbox id="ColorInput" style="width: 8em" oninput="SetColorSwatch()"/>
|
||||
<spring flex="1"/>
|
||||
<spring id="ColorPickerSwatch"/>
|
||||
<spring flex="1"/>
|
||||
<button id="DefaultColorButton" class="dialog" label="&default.label;"
|
||||
style="margin-right:0px;" oncommand="RemoveColor()"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
<popupset id="aTooltipSet" />
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&pageColors.label;"/>
|
||||
<radiogroup id="pageColorGroup" orient="vertical" autostretch="never">
|
||||
<radio group="pageColorGroup" id="DefaultColorsRadio" label="&defaultColorsRadio.label;" oncommand="UseDefaultColors()"
|
||||
@ -55,7 +55,7 @@
|
||||
<radio group="pageColorGroup" id="CustomColorsRadio" label="&customColorsRadio.label;" oncommand="UseCustomColors()"
|
||||
tooltip="aTooltip" tooltiptext="&customColorsRadio.tooltip;" />
|
||||
</radiogroup>
|
||||
<box class="big-left-margin">
|
||||
<hbox class="big-left-margin">
|
||||
<grid>
|
||||
<columns><column/><column/></columns>
|
||||
<rows>
|
||||
@ -63,55 +63,55 @@
|
||||
<text class="label" id="Text" value="&normalText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="TextButton" class="dialog color-button" oncommand="GetColorAndUpdate('textCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="textCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
</row>
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="Link" value="&linkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="LinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('linkCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="linkCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
</row>
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="Active" value="&activeLinkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="ActiveLinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('activeCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="activeCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
</row>
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="Visited" value ="&visitedLinkText.label;&colon.character;" />
|
||||
<stack>
|
||||
<button id="VisitedLinkButton" class="dialog color-button" oncommand="GetColorAndUpdate('visitedCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="visitedCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
</row>
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="Background" value="&background.label;" />
|
||||
<stack>
|
||||
<button id="BackgroundButton" class="dialog color-button" oncommand="GetColorAndUpdate('backgroundCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="backgroundCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
</row>
|
||||
</rows>
|
||||
@ -128,9 +128,9 @@
|
||||
<spring flex="1"/>
|
||||
</vbox>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<spring class="spacer"/>
|
||||
<text class="label" value="&backgroundImage.label;"/>
|
||||
<grid flex="1">
|
||||
@ -151,5 +151,5 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<separator class="groove"/>
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -51,14 +51,14 @@
|
||||
<radiogroup id="SepRadioGroup" orient="vertical" persist="index character" index="0" character="">
|
||||
<radio group="SepRadioGroup" id="comma" label="&commaRadio.label;" oncommand="SelectCharacter('0');"/>
|
||||
<radio group="SepRadioGroup" id="space" label="&spaceRadio.label;" oncommand="SelectCharacter('1');"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<radio group="SepRadioGroup" id="other" label="&otherRadio.label;" oncommand="SelectCharacter('2');"/>
|
||||
<textbox class="narrow" id="SepCharacterInput" oninput="InputSepCharacter()"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
<spring class="spacer"/>
|
||||
<checkbox id="DeleteSepCharacter" label="&deleteCharCheck.label;" oncommand="SelectCharacter('1');"/>
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -28,15 +28,15 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<box id="AdvancedEdit" orient="vertical" flex="1">
|
||||
<box flex="1" style="margin-top: 0.2em" autostretch="never">
|
||||
<vbox id="AdvancedEdit" flex="1">
|
||||
<hbox flex="1" style="margin-top: 0.2em" autostretch="never">
|
||||
<!-- This will right-align the button -->
|
||||
<spring flex="1"/>
|
||||
<button class="dialog" id="AdvancedEditButton1" oncommand="onAdvancedEdit()" label="&AdvancedEditButton.label;"
|
||||
tooltip="aTooltip" tooltiptext="&AdvancedEditButton.tooltip;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<!-- Extra buttons to use when just button is needed
|
||||
E.g. Image Properties Dialog switches position between 2 locations
|
||||
|
@ -46,7 +46,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box id="AdvancedEdit"/>
|
||||
<hbox id="AdvancedEdit"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -61,14 +61,14 @@
|
||||
<tree rows="8" class="list" id="DictionaryList" flex="1">
|
||||
<treecolgroup><treecol flex="1"/></treecolgroup>
|
||||
</tree>
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<button class="dialog" id="ReplaceWord" oncommand="ReplaceWord()" label="&ReplaceButton.label;"/>
|
||||
<spring class="spacer"/>
|
||||
<button class="dialog" id="RemoveWord" oncommand="RemoveWord()" label="&RemoveButton.label;"/>
|
||||
<spring class="spacer"/>
|
||||
<spring flex="1"/>
|
||||
<button class="exit-dialog" id="close" label="&CloseButton.label;" default="true" oncommand="Close();"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
<popupset id="aTooltipSet" />
|
||||
|
||||
<titledbox orient="vertical"><label value="&dimensionsBox.label;"/>
|
||||
<groupbox orient="vertical"><label value="&dimensionsBox.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column /></columns>
|
||||
<rows>
|
||||
@ -66,24 +66,24 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<checkbox id="3dShading" label="&threeDShading.label;" />
|
||||
</titledbox>
|
||||
<titledbox><label align="left" value="&alignmentBox.label;"/>
|
||||
</groupbox>
|
||||
<groupbox><label align="left" value="&alignmentBox.label;"/>
|
||||
<radiogroup id="alignmentGroup" orient="horizontal">
|
||||
<spring class="spacer"/>
|
||||
<radio group="alignmentGroup" id="leftAlign" label="&leftRadio.value;" />
|
||||
<radio group="alignmentGroup" id="centerAlign" label="¢erRadio.value;" />
|
||||
<radio group="alignmentGroup" id="rightAlign" label="&rightRadio.value;" />
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<spring class="spacer"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<button class="dialog" id="SaveDefault" label="&saveSettings.label;"
|
||||
oncommand="onSaveDefault()"
|
||||
tooltip="aTooltip" tooltiptext="&saveSettings.tooltip;" />
|
||||
<spring flex="1"/>
|
||||
<button id="AdvancedEditButton"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -42,8 +42,8 @@
|
||||
width="640" height="480">
|
||||
|
||||
<!-- Methods common to all editor dialogs -->
|
||||
<script language="JavaScript" src="chrome://editor/content/EdDialogCommon.js" />
|
||||
<script language="JavaScript" src="chrome://global/content/dialogOverlay.js" />
|
||||
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js" />
|
||||
<script type="application/x-javascript" src="chrome://global/content/dialogOverlay.js" />
|
||||
<script type="application/x-javascript" src="chrome://help/content/help.js"/>
|
||||
|
||||
<!-- Methods for Image Map only -->
|
||||
@ -140,16 +140,16 @@
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
<box id="outer-box" flex="1">
|
||||
<hbox id="outer-box" flex="1">
|
||||
|
||||
<toolbar id="toolbox" orient="vertical">
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<button id="pointerButton" class="tool" toggled="1" oncommand="changeTool(event, 'pointer');"/>
|
||||
<button id="rectButton" class="tool" oncommand="changeTool(event, 'rect');"/>
|
||||
<button id="cirButton" class="tool" oncommand="changeTool(event, 'cir');"/>
|
||||
<button id="polyButton" class="tool" oncommand="changeTool(event, 'poly');"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</toolbar>
|
||||
|
||||
<!-- Content Area -->
|
||||
@ -160,15 +160,15 @@
|
||||
onclick="top.clickMouse(event)"
|
||||
/>
|
||||
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<!-- from EdDialogOverlay -->
|
||||
<!-- not sure if this is needed, but put it in just in case
|
||||
<box id="AdvancedEditButton"/> -->
|
||||
<hbox id="AdvancedEditButton"/> -->
|
||||
|
||||
<separator class="groove"/>
|
||||
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
<hbox id="okCancelHelpButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
@ -45,7 +45,7 @@
|
||||
<spring id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
<broadcaster id="args" value=""/>
|
||||
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label id="titleInput" value="&link.label;"/>
|
||||
|
||||
<grid>
|
||||
@ -66,9 +66,9 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label id="targetLabel" value="&targetFieldset.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
@ -94,8 +94,8 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -54,7 +54,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
<popupset id="aTooltipSet" />
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&locationBox.label;"/>
|
||||
<!--/////// Src URL and ALT Text //////-->
|
||||
<grid>
|
||||
@ -87,9 +87,9 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<spring class="spacer"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<spring class="spacer"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<button
|
||||
class = "dialog"
|
||||
id = "MoreFewerButton"
|
||||
@ -98,41 +98,41 @@
|
||||
tooltip = "aTooltip" tooltiptext = "&MoreFewerButton.tooltip;"
|
||||
persist = "more"/>
|
||||
<spring class="spacer"/>
|
||||
<titledbox style="padding: 4px">
|
||||
<box id="preview-image-box" valign="middle" autostretch="never">
|
||||
<groupbox style="padding: 4px">
|
||||
<hbox id="preview-image-box" valign="middle" autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<html id="preview-image-holder"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
<box id="PreviewSize" orient="vertical" collapsed="true">
|
||||
</hbox>
|
||||
<vbox id="PreviewSize" collapsed="true">
|
||||
<spring flex="1"/>
|
||||
<text class="label" value="&actualSize.label;"/>
|
||||
<box orient="horizontal">
|
||||
<hbox>
|
||||
<text class="label" value="&widthEditField.label;"/>
|
||||
<spring flex="1"/>
|
||||
<text id="PreviewWidth" class="label"/>
|
||||
</box>
|
||||
<box orient="horizontal">
|
||||
</hbox>
|
||||
<hbox>
|
||||
<text class="label" value="&heightEditField.label;"/>
|
||||
<spring flex="1"/>
|
||||
<text id="PreviewHeight" class="label"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
<spring flex="1"/>
|
||||
<!-- From EdDialogOverlay.xul -->
|
||||
<button id="AdvancedEditButton"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<!-- Area that shows and hides via MoreFewerButton -->
|
||||
<box id="MoreSection" orient="vertical" flex="1">
|
||||
<box>
|
||||
<box orient="vertical">
|
||||
<vbox id="MoreSection" flex="1">
|
||||
<hbox>
|
||||
<vbox>
|
||||
<!-- //////// Image Dimensions //////// -->
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label id="dimensionsLabel" value="&dimensionsBox.label;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<radiogroup id="imgSizeGroup" orient="vertical">
|
||||
<radio
|
||||
group = "imgSizeGroup"
|
||||
@ -148,15 +148,15 @@
|
||||
oncommand = "doDimensionEnabling();" />
|
||||
</radiogroup>
|
||||
<spring flex="1"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<spring flex="1"/>
|
||||
<!--////// CONSTRAIN DIMENSIONS //////-->
|
||||
<checkbox id="constrainCheckbox" label="&constrainCheckbox.label;"
|
||||
oncommand="ToggleConstrain()"
|
||||
tooltip="aTooltip" tooltiptext="&constrainCheckbox.tooltip;"/>
|
||||
</box>
|
||||
</vbox>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<grid class="big-left-margin">
|
||||
<columns><column/><column/><column flex="1"/></columns>
|
||||
@ -194,11 +194,11 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<spring flex="1"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<!--////// IMAGE MAP BUTTONS //////-->
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label id="imagemapLabel" value="&imagemapBox.label;"/>
|
||||
<box flex="1" equalsize="always">
|
||||
<hbox flex="1" equalsize="always">
|
||||
|
||||
<!-- Hide Image Map Editor. Not ready for prime time yet
|
||||
<button
|
||||
@ -216,15 +216,15 @@
|
||||
label = "&removeImageMapButton.label;"
|
||||
flex = "1"/>
|
||||
<spring flex="1"/><!-- remove when we restore Image Map Editor -->
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
</titledbox>
|
||||
</box> <!-- vert. box on bottom left side -->
|
||||
</groupbox>
|
||||
</vbox> <!-- vert. box on bottom left side -->
|
||||
|
||||
<!-- Bottom Right Region -->
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<!--//////// Alignment ////////-->
|
||||
<titledbox flex="1" orient="vertical">
|
||||
<groupbox flex="1" orient="vertical">
|
||||
<label id="alignLabel" value="&alignment.label;"/>
|
||||
<spring class="spacer"/>
|
||||
<menulist id="alignTypeSelect" class="align-menu">
|
||||
@ -237,10 +237,10 @@
|
||||
<menuitem class="align-menu" value="left" label="&wrapRightPopup.value;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!--//////// Borders and Spacing ////////-->
|
||||
<titledbox flex="1">
|
||||
<groupbox flex="1">
|
||||
<label id="spacingLabel" value="&spacingBox.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
@ -288,19 +288,19 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</box> <!-- Bottom Right region -->
|
||||
</box> <!-- The horizontal box -->
|
||||
</groupbox>
|
||||
</vbox> <!-- Bottom Right region -->
|
||||
</hbox> <!-- The horizontal box -->
|
||||
|
||||
<!-- buttons along bottom -->
|
||||
<spring class="spacer"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<spring flex="1"/>
|
||||
<!-- From EdDialogOverlay -->
|
||||
<button id="AdvancedEditButton2"/>
|
||||
</box>
|
||||
</box> <!-- END OF MORE/FEWER SECTION -->
|
||||
</hbox>
|
||||
</vbox> <!-- END OF MORE/FEWER SECTION -->
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
<hbox id="okCancelHelpButtonsRight"/>
|
||||
</window>
|
||||
|
@ -46,19 +46,19 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<text class="label" id="srcMessage" value="&sourceEditField.label;"/>
|
||||
<box orient="vertical" flex="1" style="width: 30em; height: 20em;">
|
||||
<vbox flex="1" style="width: 30em; height: 20em;">
|
||||
<textbox id="srcInput" multiline="true" rows="1" style="width: 1em" flex="1"/>
|
||||
</box>
|
||||
</vbox>
|
||||
<!-- Will this accept the embedded HTML tags? -->
|
||||
<box>
|
||||
<hbox>
|
||||
<spring class="bigspacer"/>
|
||||
<text value="&example.label;"/>
|
||||
<text class="bold" value="&exampleOpenTag.label;"/>
|
||||
<text class="bold italic" value="&exampleText.label;"/>
|
||||
<text class="bold" value="&exampleCloseTag.label;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
<broadcaster id="args" value=""/>
|
||||
|
||||
<titledbox orient="vertical"><label value="&category.label;"/>
|
||||
<groupbox orient="vertical"><label value="&category.label;"/>
|
||||
<radiogroup id="CatGrp" orient="vertical" persist="category letter_index char_index">
|
||||
<radio group="CatGrp" id="AccentUpper" label="&accentUpper.label;" oncommand="ChangeCategory(this.id)"/>
|
||||
<radio group="CatGrp" id="AccentLower" label="&accentLower.label;" oncommand="ChangeCategory(this.id)"/>
|
||||
@ -53,20 +53,20 @@
|
||||
<radio group="CatGrp" id="Symbol" label="&commonSymbols.label;" oncommand="ChangeCategory(this.id)"/>
|
||||
</radiogroup>
|
||||
<spring class="spacer"/>
|
||||
</titledbox>
|
||||
<box>
|
||||
<box orient="vertical" flex="1">
|
||||
</groupbox>
|
||||
<hbox>
|
||||
<vbox flex="1">
|
||||
<!-- value is set in JS from editor.properties strings -->
|
||||
<text class="label" id="LatinL_Label" value="&letter.label;"/>
|
||||
<menulist class="larger" flex="1" id="LatinL" oncommand="SelectLatinLetter()"/>
|
||||
</box>
|
||||
<box orient="vertical" flex="1">
|
||||
</vbox>
|
||||
<vbox flex="1">
|
||||
<text class="label" id="LatinM_Label" value="&character.label;"/>
|
||||
<menulist class="larger" flex="1" id="LatinM" oncommand="SelectLatinModifier()"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<separator class="groove"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -37,7 +37,7 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
onload = "Startup()"
|
||||
persist="screenX screenY"
|
||||
align="vertical">
|
||||
orient="vertical">
|
||||
|
||||
<!-- Methods common to all editor dialogs -->
|
||||
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
|
||||
@ -48,7 +48,7 @@
|
||||
<broadcaster id="args" value=""/>
|
||||
<keyset id="dialogKeys"/>
|
||||
<popupset id="aTooltipSet" />
|
||||
<titledbox orient="vertical"><label value="&size.label;"/>
|
||||
<groupbox orient="vertical"><label value="&size.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
<rows>
|
||||
@ -71,16 +71,16 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<spring class="spacer"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<spring class="spacer"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<text class="label align-right" text-align="right" value="&borderEditField.label;"
|
||||
tooltip="aTooltip" tooltiptext="&borderEditField.tooltip;" />
|
||||
<textbox class="narrow" id="borderInput" oninput="forceInteger(this.id)" />
|
||||
<text class="label" value="&pixels.label;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box id="AdvancedEdit"/>
|
||||
<hbox id="AdvancedEdit"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -46,24 +46,24 @@
|
||||
<spring id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<box orient="vertical" style="min-width: 20em">
|
||||
<titledbox orient="vertical"><label id="linkTextCaption" align="left"/>
|
||||
<vbox style="min-width: 20em">
|
||||
<groupbox orient="vertical"><label id="linkTextCaption" align="left"/>
|
||||
<text class="label" id="linkTextMessage"/>
|
||||
<textbox id="linkTextInput" flex="1" oninput="ChangeText()"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical"><label value="&LinkURLBox.label;"/>
|
||||
<groupbox orient="vertical"><label value="&LinkURLBox.label;"/>
|
||||
<text class="label" value="&LinkURLEditField.label;"/>
|
||||
<box autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<textbox id="hrefInput" flex="1" style="min-width: 18em" oninput="ChangeLocation()"/>
|
||||
<button class="dialog" id="ChooseFile" flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<html class="wrap" flex="1" id="RemoveLinkMsg" style="margin-bottom: 7px">&RemoveLinkMsg.label;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<button class="dialog" id="MoreFewerButton" align="left" oncommand="onMoreFewer()" persist="more"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<box id="MoreSection" orient="vertical">
|
||||
<vbox id="MoreSection">
|
||||
<spring class="spacer"/>
|
||||
<text class="label" align="left" value="&NamedAnchorMsg.label;"/>
|
||||
<tree rows="4" class="list" id="NamedAnchorList" onselect="SelectNamedAnchor()">
|
||||
@ -75,11 +75,11 @@
|
||||
<treecolgroup><treecol flex="1"/></treecolgroup>
|
||||
</tree>
|
||||
<text class="label" flex="1" value="&HeadingMsg2.label;"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</box>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</vbox>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box id="AdvancedEdit"/>
|
||||
<hbox id="AdvancedEdit"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
<hbox id="okCancelHelpButtonsRight"/>
|
||||
</window>
|
||||
|
@ -32,7 +32,7 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
onload = "Startup()"
|
||||
align="vertical">
|
||||
orient="vertical">
|
||||
|
||||
<!-- Methods common to all editor dialogs -->
|
||||
<script type="application/x-javascript" src="chrome://editor/content/EdDialogCommon.js"/>
|
||||
@ -43,7 +43,7 @@
|
||||
<broadcaster id="args" value=""/>
|
||||
<spring id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
|
||||
<titledbox orient="vertical" flex="1"><label value="&ListType.label;"/>
|
||||
<groupbox orient="vertical" flex="1"><label value="&ListType.label;"/>
|
||||
<menulist id="ListType" oncommand="SelectListType()">
|
||||
<menupopup>
|
||||
<menuitem label="&none.value;"/>
|
||||
@ -56,25 +56,25 @@
|
||||
<radio group="RadioGroup" id="ChangeAll" label="&changeEntireListRadio.label;"/>
|
||||
<radio group="RadioGroup" id="ChangeSelected" label="&changeSelectedRadio.label;"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<spring class="spacer"/>
|
||||
|
||||
<!-- message text and list items are set in JS
|
||||
text value should be identical to string with id=BulletStyle in editor.properties
|
||||
-->
|
||||
<titledbox orient="vertical" flex="1"><label id="BulletStyleLabel" value="&bulletStyle.label;"/>
|
||||
<groupbox orient="vertical" flex="1"><label id="BulletStyleLabel" value="&bulletStyle.label;"/>
|
||||
<menulist class="MinWidth10em" id="BulletStyle" oncommand="SelectBulletStyle()"/>
|
||||
<spring class="spacer"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<text class="label" id="StartingNumberLabel" value="&startingNumber.label;"/>
|
||||
<textbox class="narrow" id="StartingNumber" oninput="forceInteger(this.id)"/>
|
||||
<spring/>
|
||||
</box>
|
||||
</hbox>
|
||||
<html id="StartExample" class="wrap" flex="1" style="width: 1em">&startingHelp.label;</html>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box id="AdvancedEdit"/>
|
||||
<hbox id="AdvancedEdit"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
|
||||
</window>
|
||||
|
@ -52,8 +52,8 @@
|
||||
tooltip="aTooltip" tooltiptext="&nameInput.tooltip;"/>
|
||||
<spring class="spacer"/>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box id="AdvancedEdit"/>
|
||||
<hbox id="AdvancedEdit"/>
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
|
||||
</window>
|
||||
|
@ -73,5 +73,5 @@
|
||||
<spring class="bigspacer"/>
|
||||
<html class="wrap" flex="1">&EditHEADSource.label;</html>
|
||||
<separator class="groove"/>
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -59,10 +59,10 @@
|
||||
</row>
|
||||
<row valign="middle" autostretch="never">
|
||||
<text class="label" id="ReplaceWordLabel" value="&wordEditField.label;"/>
|
||||
<box valign="middle" autostretch="never" flex="1">
|
||||
<hbox valign="middle" autostretch="never" flex="1">
|
||||
<textbox id="ReplaceWordInput" oninput="ChangeReplaceWord()"/>
|
||||
<button class="dialog" id="CheckWord" oncommand="CheckWord()" label="&checkwordButton.label;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
@ -77,7 +77,7 @@
|
||||
<treecol flex="1"/>
|
||||
</treecolgroup>
|
||||
</tree>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<grid flex="1" autostretch="never">
|
||||
<columns><column class="spell-check" flex="1"/><column class="spell-check" flex="1"/></columns>
|
||||
<rows>
|
||||
@ -93,11 +93,11 @@
|
||||
</grid>
|
||||
<spring flex="1"/>
|
||||
<text class="label" value="&userDictionary.label;"/>
|
||||
<box flex="1" autostretch="never">
|
||||
<hbox flex="1" autostretch="never">
|
||||
<button class="dialog spell-check" id="AddToDictionary" oncommand="AddToDictionary()" label="&addToUserDictionaryButton.label;" />
|
||||
<button class="dialog spell-check" id="EditDictionary" oncommand="EditDictionary()" label="&editUserDictionaryButton.label;" />
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</row>
|
||||
<row>
|
||||
<text class="label" value ="&languagePopup.label;"/>
|
||||
@ -106,10 +106,10 @@
|
||||
<row>
|
||||
<menulist id="LanguageMenulist" oncommand="SelectLanguage()"/>
|
||||
<!-- contents are appended by JS -->
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<button class="dialog spell-check" id="Recheck" label="&recheckButton.label;" oncommand="Recheck()"/>
|
||||
<button class="dialog spell-check" id="Close" label="&closeButton.label;" oncommand="onClose()"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
@ -55,8 +55,8 @@
|
||||
<tabpanels orient="vertical" id="TabPanels">
|
||||
|
||||
<!-- TABLE PANEL -->
|
||||
<box id="TablePanel" orient="vertical">
|
||||
<titledbox><label value="&size.label;"/>
|
||||
<vbox id="TablePanel">
|
||||
<groupbox><label value="&size.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/></columns>
|
||||
<rows>
|
||||
@ -81,8 +81,8 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<titledbox orient="vertical"><label align="left" value="&tableBorderSpacing.label;"/>
|
||||
</groupbox>
|
||||
<groupbox orient="vertical"><label align="left" value="&tableBorderSpacing.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
<rows>
|
||||
@ -103,9 +103,9 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<!-- Table Alignment and Caption -->
|
||||
<box flex="1" valign="middle" autostretch="never">
|
||||
<hbox flex="1" valign="middle" autostretch="never">
|
||||
<text class="label" value="&tableAlignment.label;"/>
|
||||
<menulist id="TableAlignList">
|
||||
<menupopup>
|
||||
@ -123,35 +123,35 @@
|
||||
<menuitem label="&tableCaptionBelow.label;" value="bottom"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<text class="label" value="&backgroundColor.label;"/>
|
||||
<stack>
|
||||
<button class="dialog color-button" oncommand="GetColorAndUpdate('tableBackgroundCW');"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="tableBackgroundCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<spring class="spacer"/>
|
||||
<text class="label" id="TableInheritColor" value="&tableInheritColor.label;" collapsed="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<box flex="1" autostretch="never">
|
||||
<hbox flex="1" autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<!-- From EdDialogOvlerlay.xul -->
|
||||
<button class="dialog" id="AdvancedEditButton"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring flex="1"/>
|
||||
</box><!-- Table Panel -->
|
||||
</vbox><!-- Table Panel -->
|
||||
|
||||
<!-- CELL PANEL -->
|
||||
<box id="CellPanel" orient="vertical">
|
||||
<titledbox autostretch="never" valign="middle">
|
||||
<vbox id="CellPanel">
|
||||
<groupbox autostretch="never" valign="middle">
|
||||
<label value="&cellSelection.label;"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<menulist id="SelectionList" oncommand="ChangeSelection(event.target.value)" flex="1">
|
||||
<menupopup>
|
||||
<!-- JS code assumes order is Cell, Row, Column -->
|
||||
@ -160,20 +160,20 @@
|
||||
<menuitem label="&cellSelectColumn.label;" value="3"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<button id="PreviousButton" class="dialog" label="&cellSelectPrevious.label;" oncommand="MoveSelection(0)" flex="1"/>
|
||||
<button id="NextButton" class="dialog align-right" label="&cellSelectNext.label;" oncommand="MoveSelection(1)" flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<spring class="bigspacer"/>
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<text class="label" value="&applyBeforeChange1.label;"/>
|
||||
<text class="label" value="&applyBeforeChange2.label;"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
<box autostretch="never">
|
||||
<!-- cell size titledbox -->
|
||||
<titledbox><label align="left" value="&size.label;"/>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
<hbox autostretch="never">
|
||||
<!-- cell size groupbox -->
|
||||
<groupbox><label align="left" value="&size.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
<rows>
|
||||
@ -192,9 +192,9 @@
|
||||
</rows>
|
||||
</grid>
|
||||
<spring class="bigspacer"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
<!-- Alignment -->
|
||||
<titledbox><label value="&cellContentAlignment.label;"/>
|
||||
<groupbox><label value="&cellContentAlignment.label;"/>
|
||||
<grid>
|
||||
<columns><column/><column/><column/></columns>
|
||||
<rows>
|
||||
@ -221,10 +221,10 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</box>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
<spring class="spacer"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<checkbox id="CellStyleCheckbox" label="&cellStyle.label;"/>
|
||||
<menulist id="CellStyleList" oncommand="SetCheckbox('CellStyleCheckbox');">
|
||||
<menupopup>
|
||||
@ -240,36 +240,36 @@
|
||||
<menuitem label="&cellNoWrap.label;" value="nowrap"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<box valign="middle" autostretch="never">
|
||||
<hbox valign="middle" autostretch="never">
|
||||
<checkbox id="CellColorCheckbox" label="&backgroundColor.label;"/>
|
||||
<stack>
|
||||
<button class="dialog color-button" oncommand="GetColorAndUpdate('cellBackgroundCW');" flex="1"/>
|
||||
<box autostretch="never" valign="middle" mousethrough="always">
|
||||
<hbox autostretch="never" valign="middle" mousethrough="always">
|
||||
<spring flex="1"/>
|
||||
<spring id="cellBackgroundCW" class="color-well"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</stack>
|
||||
<spring class="spacer"/>
|
||||
<text class="label" id="CellInheritColor" value="&cellInheritColor.label;" collapsed="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<html class="wrap" flex="1" style="width: 1em">&cellUseCheckboxHelp.label;</html>
|
||||
<!-- From EdDialogOvlerlay.xul -->
|
||||
<button class="dialog" id="AdvancedEditButton2"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring flex="1"/>
|
||||
</box><!-- Cell Panel -->
|
||||
</vbox><!-- Cell Panel -->
|
||||
|
||||
</tabpanels>
|
||||
<spring class="spacer"/>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<box>
|
||||
<hbox>
|
||||
<spring flex="1"/>
|
||||
<box id="okCancelHelpButtonsRight"/>
|
||||
</box>
|
||||
<hbox id="okCancelHelpButtonsRight"/>
|
||||
</hbox>
|
||||
</tabbox>
|
||||
</window>
|
||||
|
@ -49,17 +49,17 @@
|
||||
<spring class="bigspacer"/>
|
||||
<text class="label" value ="&conflictResolve.label;"/>
|
||||
<spring class="bigspacer"/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<spring class="bigspacer"/>
|
||||
<button class="dialog" label="&keepCurrentPageButton.label;"
|
||||
flex="1" oncommand="KeepCurrentPage()"/>
|
||||
<spring class="bigspacer"/>
|
||||
</box>
|
||||
<box flex="1">
|
||||
</hbox>
|
||||
<hbox flex="1">
|
||||
<spring class="bigspacer"/>
|
||||
<button class="dialog" label="&useOtherPageButton.label;"
|
||||
flex="1" oncommand="UseOtherPage()"/>
|
||||
<spring class="bigspacer"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -48,23 +48,23 @@
|
||||
<broadcaster id="args" value=""/>
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<titledbox orient="vertical"><label align="left" value="&documentTitleTitle.label;"/>
|
||||
<groupbox orient="vertical"><label align="left" value="&documentTitleTitle.label;"/>
|
||||
<!-- Text labels filled in from editor.properties -->
|
||||
<text id="EnterTitleLabel" class="label"/>
|
||||
<textbox id="TitleInput" oninput="TitleChanged();"/>
|
||||
<html id="TitleHelp" class="label wrap" style="width:1em" />
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical" flex="1"><label value="&documentCharsetTitle.label;"/>
|
||||
<groupbox orient="vertical" flex="1"><label value="&documentCharsetTitle.label;"/>
|
||||
<text class="label" value="&documentCharsetDesc.label;"/>
|
||||
<tree class="list" id="CharsetTree" rows="7" flex="1" onselect="SelectCharset();">
|
||||
<treecolgroup><treecol flex="1"/></treecolgroup>
|
||||
</tree>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<checkbox id="ExportToText" label="&documentExportToText.label;" />
|
||||
<separator class="groove"/>
|
||||
|
||||
<!-- from global dialogOverlay -->
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</window>
|
||||
|
@ -34,7 +34,7 @@ Contributor(s): ______________________________________. -->
|
||||
<window id="main-window" xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical"
|
||||
orient="vertical"
|
||||
title="Embedding"
|
||||
onload="MiniNavStartup()"
|
||||
onunload="MiniNavShutdown()">
|
||||
@ -70,32 +70,32 @@ Contributor(s): ______________________________________. -->
|
||||
for embedding -->
|
||||
<toolbox>
|
||||
<toolbar id="nav-bar">
|
||||
<box id="nav-bar-inner" autostretch="never" flex="1" style="min-width: 0px;">
|
||||
<hbox id="nav-bar-inner" autostretch="never" flex="1" style="min-width: 0px;">
|
||||
<button id="back-button" crop="right" onclick="BrowserBack()" label="&backButton.label;"/>
|
||||
<button id="forward-button" crop="right" onclick="BrowserForward()" label="&forwardButton.label;"/>
|
||||
<button id="reload-button" crop="right" onclick="BrowserReload()" label="&reloadButton.label;"/>
|
||||
<button id="stop-button" crop="right" onclick="BrowserStop()" label="&stopButton.label;"/>
|
||||
<box class="box-toolbar-group" flex="1">
|
||||
<box autostretch="never" valign="middle" flex="1">
|
||||
<hbox class="box-toolbar-group" flex="1">
|
||||
<hbox autostretch="never" valign="middle" flex="1">
|
||||
<textbox autocomplete="true" timeout="300"
|
||||
searchSessionType="urlbar" id="urlbar"
|
||||
onkeypress="if( event.keyCode == 13 ) { BrowserLoadURL(); }"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
<box flex="1" >
|
||||
<box id="appcontent" flex="100%">
|
||||
<hbox flex="1" >
|
||||
<hbox id="appcontent" flex="100%">
|
||||
<!-- this box is temporary, pending XBLified <browser> -->
|
||||
<box id="browser" context="context" flex="1">
|
||||
<hbox id="browser" context="context" flex="1">
|
||||
<!-- type attribute is used by frame construction to locate iframes
|
||||
intended to hold (html) content -->
|
||||
<browser context="context" type="content-primary" id="content"
|
||||
src="about:blank" flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -25,22 +25,22 @@ Contributor(s): ______________________________________. -->
|
||||
<window id="main-window" xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical"
|
||||
orient="vertical"
|
||||
title="Embedding">
|
||||
|
||||
<!-- attach the browser key set to the content window -->
|
||||
<keyset/>
|
||||
|
||||
<box flex="1" >
|
||||
<box id="appcontent" flex="100%">
|
||||
<hbox flex="1" >
|
||||
<hbox id="appcontent" flex="100%">
|
||||
<!-- this box is temporary, pending XBLified <browser> -->
|
||||
<box id="browser" context="context" flex="1">
|
||||
<hbox id="browser" context="context" flex="1">
|
||||
<!-- type attribute is used by frame construction to locate iframes
|
||||
intended to hold (html) content -->
|
||||
<browser context="context" type="content-primary" id="content"
|
||||
src="about:blank" flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -42,7 +42,7 @@
|
||||
onload="dialog.initDialog()"
|
||||
style="width: 40em;"
|
||||
class="dialog"
|
||||
align="vertical">
|
||||
orient="vertical">
|
||||
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
@ -60,44 +60,44 @@
|
||||
<separator orient="horizontal" class="thin"/>
|
||||
<radiogroup id="mode" orient="vertical" oncommand="dialog.toggleChoice()">
|
||||
<hbox flex="1">
|
||||
<box autostretch="never" flex = "1">
|
||||
<hbox autostretch="never" flex="1">
|
||||
<radio id="openUsing" flex="1"
|
||||
group="mode"
|
||||
label="&openUsing.label;"
|
||||
accesskey="&openUsing.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<box class="indent" autostretch="never">
|
||||
<hbox class="indent" autostretch="never">
|
||||
<button id="chooseApp"
|
||||
class="dialog"
|
||||
label="&chooseApp.label;"
|
||||
accesskey="&chooseApp.accesskey;"
|
||||
oncommand="dialog.chooseApp()"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</hbox>
|
||||
<vbox>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<radio id="saveToDisk"
|
||||
group="mode"
|
||||
label="&saveToDisk.label;"
|
||||
accesskey="&saveToDisk.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</radiogroup>
|
||||
<separator orient="horizontal" class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="alwaysAskMe" label="&alwaysAsk.label;" accesskey="&alwaysAsk.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<separator class="groove"/>
|
||||
|
||||
<box>
|
||||
<hbox>
|
||||
<button class="dialog" id="default.set" label="&default.set.label;" accesskey="&default.set.accesskey;"
|
||||
oncommand="dialog.setDefault()"/>
|
||||
<spring flex="1"/>
|
||||
<box id="okCancelButtonsRight"/>
|
||||
</box>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
</hbox>
|
||||
|
||||
<!-- Localizable strings (from .dtd) -->
|
||||
<strings style="display:none;">
|
||||
|
@ -59,9 +59,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" id="cookieHeader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" id="cookieHeader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&cookiePolicy.label;"/>
|
||||
|
||||
<html>&cookieDetails;</html>
|
||||
@ -79,22 +79,22 @@
|
||||
|
||||
<separator/>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="networkWarnAboutCookies" label="&warnAboutCookies.label;" accesskey="&warnAboutCookies.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="network.cookie.warnAboutCookies"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<button class="dialog" label="&viewCookies.label;" accesskey="&viewCookies.accesskey;" oncommand="viewCookies();"
|
||||
id="viewCookieButton" pref="true" preftype="bool"
|
||||
prefstring="pref.advanced.cookies.disable_button.view_cookies" prefattribute="disabled"/>
|
||||
<button class="dialog" label="&viewTutorial.label;" accesskey="&viewTutorial.accesskey;" oncommand="viewTutorial();"
|
||||
id="moreInformation" pref="true" preftype="bool"
|
||||
prefstring="pref.advanced.cookies.disable_button.more_info" prefattribute="disabled"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -75,9 +75,9 @@
|
||||
|
||||
<broadcaster id="haveImageBlocking" hidden="true"/>
|
||||
|
||||
<box class="box-smallheader" id="imagesHeader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" id="imagesHeader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" id="imagesArea">
|
||||
<groupbox orient="vertical" id="imagesArea">
|
||||
<label value="&imageBlocking.label;"/>
|
||||
|
||||
<html>&imageDetails;</html>
|
||||
@ -99,25 +99,25 @@
|
||||
|
||||
<separator observes="haveImageBlocking"/>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="networkImageWarnAboutImages" label="&warnAboutImages.label;"
|
||||
accesskey="&warnAboutImages.accesskey;" observes="haveImageBlocking"
|
||||
pref="true" preftype="bool" prefattribute="checked"
|
||||
prefstring="network.image.warnAboutImages"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator observes="haveImageBlocking"/>
|
||||
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<button class="dialog" id="viewImages" label="&viewImages.label;"
|
||||
accesskey="&viewImages.accesskey;" oncommand="viewImages();"
|
||||
observes="haveImageBlocking"
|
||||
pref="true" preftype="bool"
|
||||
prefstring="pref.advanced.images.disable_button.view_image" prefattribute="disabled"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</titledbox>
|
||||
<titledbox orient="vertical">
|
||||
</groupbox>
|
||||
<groupbox orient="vertical">
|
||||
<label value="&animLoopingTitle.label;"/>
|
||||
<radiogroup id="imageLooping" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="string" prefstring="image.animation_mode"
|
||||
@ -129,6 +129,6 @@
|
||||
<radio group="imageLooping" value="none" label="&animLoopNever.label;"
|
||||
accesskey="&animLoopNever.accesskey;"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -40,7 +40,7 @@
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:xpcom="http://www.mozilla.org/NC-xpcom#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical" onload="onLoad();" onunload="onUnload();"
|
||||
orient="vertical" onload="onLoad();" onunload="onUnload();"
|
||||
persist="width height" title="XPCOM Component Viewer">
|
||||
<!--
|
||||
note the xmlns:xpcom in the <window> tag, it's used in the <rule>s
|
||||
@ -120,8 +120,8 @@
|
||||
</menubar>
|
||||
</toolbox>
|
||||
|
||||
<box id="outer-box" flex="1">
|
||||
<box id="component-box" align="vertical" flex="1" width="50%">
|
||||
<hbox id="outer-box" flex="1">
|
||||
<vbox id="component-box" flex="1" width="50%">
|
||||
<text id="component-label" value="Components..." crop="right"
|
||||
autostretch="never"/>
|
||||
<!--
|
||||
@ -190,13 +190,13 @@
|
||||
</treerow>
|
||||
</treehead>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<splitter id="main-splitter" align="vertical" collapse="before">
|
||||
<splitter id="main-splitter" orient="vertical" collapse="before">
|
||||
<grippy/>
|
||||
</splitter>
|
||||
|
||||
<box id="interface-box" align="vertical" flex="1" width="50%">
|
||||
<vbox id="interface-box" flex="1" width="50%">
|
||||
<text id="interface-label" value="Interfaces..." crop="right"
|
||||
autostretch="never"/>
|
||||
<tree id="interface-list" container="true" datasources="rdf:null" flex="1"
|
||||
@ -245,7 +245,7 @@
|
||||
</treerow>
|
||||
</treehead>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
</box>
|
||||
</hbox>
|
||||
</window>
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
<script type="application/x-javascript" src="chrome://help/content/help.js"/>
|
||||
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
|
||||
<!-- button bar -->
|
||||
<toolbox id="help-toolbox" class="toolbox-top" deferattached="true">
|
||||
@ -64,16 +64,16 @@
|
||||
<separator class="groovy-thin"/>
|
||||
|
||||
<!-- the two help panes (sidebar & content) -->
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
|
||||
<box id="helpsidebar-box" orient="vertical">
|
||||
<vbox id="helpsidebar-box">
|
||||
|
||||
<box orient="vertical" id="help-subset">
|
||||
<vbox id="help-subset">
|
||||
<!-- these we will want to clean up or style better -->
|
||||
<text value="&t1.label;"/>
|
||||
<text value="&t2.label;"/>
|
||||
<text value="&t3.label;"/>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<tabbox orient="vertical" flex="1">
|
||||
<tabs orient="horizontal">
|
||||
@ -81,7 +81,7 @@
|
||||
<tab label="&tab2.label;"/>
|
||||
</tabs>
|
||||
<tabpanels flex="1">
|
||||
<box id="help-toc">
|
||||
<hbox id="help-toc">
|
||||
<tree id="help-toc-tree" ref="urn:root" flex="1*"
|
||||
datasources="chrome://help/locale/help-toc.rdf"
|
||||
containment="http://home.netscape.com/NC-rdf#subheadings">
|
||||
@ -127,17 +127,17 @@
|
||||
<treechildren flex="1*"/>
|
||||
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<box id="help-index">
|
||||
<hbox id="help-index">
|
||||
<!-- right now this makes the toc as wide as the content area -->
|
||||
<iframe flex="1" style="min-width: 0px; width: 0px;"
|
||||
src="chrome://help/locale/help_index.html" />
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<splitter id="helpsidebar-splitter"
|
||||
collapse="before"
|
||||
@ -149,15 +149,15 @@
|
||||
</splitter>
|
||||
|
||||
<!-- this stuff lifted from navigator.xul -->
|
||||
<box id="appcontent" align="vertical" flex="3">
|
||||
<vbox id="appcontent" flex="3">
|
||||
<!-- this box is temporary, pending XBLified <browser> -->
|
||||
<box id="browser" flex="1">
|
||||
<hbox id="browser" flex="1">
|
||||
<!-- type attribute is used by frame construction to locate iframes
|
||||
intended to hold (html) content -->
|
||||
<browser context="context" type="content-primary" id="help-content"
|
||||
src="about:blank" flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</window>
|
||||
|
@ -35,9 +35,9 @@
|
||||
<toolbar id="tbInspectorPrimary"/>
|
||||
</toolbox>
|
||||
|
||||
<box id="bxInspectorMain" flex="1"/>
|
||||
<hbox id="bxInspectorMain" flex="1"/>
|
||||
|
||||
<box id="bxStatus"/>
|
||||
<hbox id="bxStatus"/>
|
||||
</window>
|
||||
|
||||
|
||||
|
@ -28,49 +28,49 @@
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/search/inSearchTreeBuilder.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/inTreeTableBuilder.js"/>
|
||||
|
||||
<box id="bxInspectorMain" orient="vertical">
|
||||
<vbox id="bxInspectorMain">
|
||||
|
||||
<box id="bxInspectorPanes" orient="horizontal" flex="1" hide="true">
|
||||
<box id="bxDocPane" class="viewer-pane" flex="1" orient="vertical">
|
||||
<box id="bxDocHeader" class="viewer-pane-header" autostretch="never">
|
||||
<hbox id="bxInspectorPanes" flex="1" hide="true">
|
||||
<vbox id="bxDocPane" class="viewer-pane" flex="1">
|
||||
<hbox id="bxDocHeader" class="viewer-pane-header" autostretch="never">
|
||||
<menubutton class="viewer-list" ins-role="viewer-list" disabled="true"/>
|
||||
<text class="viewer-title" ins-role="viewer-title" flex="1"/>
|
||||
<menubutton class="viewer-menu" ins-role="viewer-menu" disabled="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<iframe id="ifDocViewer" class="viewer-iframe" flex="1" ins-role="viewer-iframe"/>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<splitter orient="vertical" collapse="before">
|
||||
<grippy/>
|
||||
</splitter>
|
||||
|
||||
<box id="bxObjectPane" class="viewer-pane" flex="1" orient="vertical">
|
||||
<box id="bxObjHeader" class="viewer-pane-header" autostretch="never">
|
||||
<vbox id="bxObjectPane" class="viewer-pane" flex="1">
|
||||
<hbox id="bxObjHeader" class="viewer-pane-header" autostretch="never">
|
||||
<menubutton class="viewer-list" ins-role="viewer-list" disabled="true"/>
|
||||
<text class="viewer-title" ins-role="viewer-title" flex="1"/>
|
||||
<menubutton class="viewer-menu" ins-role="viewer-menu" disabled="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<iframe id="ifObjViewer" class="viewer-iframe" flex="1" ins-role="viewer-iframe"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<splitter id="splBrowser" class="titled-splitter"
|
||||
onopen="inspector.onSplitterOpen(this)"
|
||||
value="Browser" closebutton="true" collapse="after"/>
|
||||
<box id="bxBrowser" flex="1">
|
||||
<hbox id="bxBrowser" flex="1">
|
||||
<browser id="ifBrowser" type="content-primary" flex="1" src="about:blank"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<splitter id="splSearch" class="titled-splitter"
|
||||
onopen="inspector.onSplitterOpen(this)"
|
||||
value="Search Results" closebutton="true" collapse="after"/>
|
||||
<box id="bxSearch" orient="vertical">
|
||||
<vbox id="bxSearch">
|
||||
<tree id="trSearch" flex="1" context="ppSearchResults" datasources="rdf:null">
|
||||
<template/>
|
||||
</tree>
|
||||
|
||||
<!-- TEMPORARY UNTIL FIX FOR 54237 -->
|
||||
<browser id="inSearchServiceLoader" height="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</vbox>
|
||||
</overlay>
|
||||
|
@ -36,4 +36,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -28,12 +28,12 @@
|
||||
|
||||
]]/>
|
||||
|
||||
<box class="box-smallheader" title="&Inspector.label;"/>
|
||||
<hbox class="box-smallheader" title="&Inspector.label;"/>
|
||||
|
||||
<box id="bxGeneralPrefs">
|
||||
<titledbox>
|
||||
<hbox id="bxGeneralPrefs">
|
||||
<groupbox>
|
||||
<label value="Element Blinking"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
@ -42,42 +42,42 @@
|
||||
<rows>
|
||||
<row autostretch="never">
|
||||
<text value="Border Color"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<colorpicker id="cprElBorderColor" type="button"
|
||||
pref="true" preftype="color" prefstring="inspector.blink.border-color" prefattribute="color"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text value="Border Width"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="txfElBorderWidth" style="width: 4em"
|
||||
pref="true" preftype="int" prefstring="inspector.blink.border-width" prefattribute="value"/>
|
||||
<text value="(px)"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text value="Blink Duration"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="txfElDuration" style="width: 4em"
|
||||
pref="true" preftype="int" prefstring="inspector.blink.duration" prefattribute="value"/>
|
||||
<text value="(s)"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text value="Blink Speed"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="txfElSpeed" style="width: 4em"
|
||||
pref="true" preftype="int" prefstring="inspector.blink.speed" prefattribute="value"/>
|
||||
<text value="(ms)"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="cbElOn" label="Blink Selected Element"
|
||||
pref="true" preftype="bool" prefstring="inspector.blink.on" prefattribute="checked"/>
|
||||
</box>
|
||||
</box>
|
||||
</titledbox>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
</window>
|
||||
|
@ -12,15 +12,15 @@
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/rdf/RDFU.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/prefs/pref-sidebar.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&Sidebar.label;"/>
|
||||
<hbox class="box-smallheader" title="&Sidebar.label;"/>
|
||||
|
||||
<box id="bxSidebarPrefs">
|
||||
<box id="bxSidebarInstalled" collapsed="true" flex="1">
|
||||
<hbox id="bxSidebarPrefs">
|
||||
<hbox id="bxSidebarInstalled" collapsed="true" flex="1">
|
||||
<text value="The sidebar panel is currently installed."/>
|
||||
</box>
|
||||
<box id="bxSidebarNotInstalled" collapsed="true" flex="1" orient="vertical">
|
||||
</hbox>
|
||||
<vbox id="bxSidebarNotInstalled" collapsed="true" flex="1">
|
||||
<text value="The sidebar panel is not currently installed. Click the 'Install' button to add it to your sidebar."/>
|
||||
<button label="Install" onclick="gSidebarPrefs.installSidebar()"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</window>
|
||||
|
@ -18,5 +18,5 @@
|
||||
<tabpanels id="tabpanelsPrefs" flex="1"/>
|
||||
</tabbox>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
</window>
|
||||
|
@ -22,4 +22,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -20,4 +20,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/system/FilePickerUtils.js"/>
|
||||
|
||||
<box orient="vertical">
|
||||
<box autostretch="never">
|
||||
<vbox>
|
||||
<hbox autostretch="never">
|
||||
<text id="txSearchFor" value="&txSearchFor.label;"/>
|
||||
<textbox id="txfSearchFor" style="width: 25em;" persist="true"/>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
</hbox>
|
||||
<hbox autostretch="never">
|
||||
<text id="txSearchPath" value="&txSearchPath.label;"/>
|
||||
<textbox id="txfSearchPath" style="width: 25em;" persist="true"/>
|
||||
<button id="btnSearchPathBrowser" label="Browse" onclick="dialog.browse()" persist="true"/>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
</hbox>
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="cbRecurse" label="&cbRecurse.label;"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
</window>
|
||||
|
@ -17,23 +17,23 @@
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xpcom/XPCU.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/system/FilePickerUtils.js"/>
|
||||
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<html style="width: 400px">&junkImgsDescription;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text id="txSearchPath" value="Search Path:"/>
|
||||
<textbox id="txfSearchPath" flex="1" style="width: 25em;" persist="true"/>
|
||||
<button id="btnSearchPathBrowser" value="Browse" onclick="dialog.browse()"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<!--
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text id="txRemotePath" value="Target URL:"/>
|
||||
<textbox id="txfRemotePath" flex="1" persist="true"/>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
</hbox>
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="cbIsSkin" label="Target is a Skin" checked="true" persist="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
-->
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
</window>
|
||||
|
@ -25,4 +25,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -43,23 +43,23 @@
|
||||
<tab label="Node"/>
|
||||
</tabs>
|
||||
<tabpanels flex="1">
|
||||
<box id="bxDocPane" flex="1" orient="vertical">
|
||||
<box id="bxDocHeader" autostretch="never">
|
||||
<vbox id="bxDocPane" flex="1">
|
||||
<hbox id="bxDocHeader" autostretch="never">
|
||||
<menubutton class="viewer-list" ins-role="viewer-list" disabled="true"/>
|
||||
<text class="viewer-title" ins-role="viewer-title" flex="1"/>
|
||||
<menubutton class="viewer-menu" ins-role="viewer-menu" disabled="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<iframe id="ifDocViewer" class="viewer-iframe" flex="1" ins-role="viewer-iframe"/>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<box id="bxObjectPane" flex="1" orient="vertical">
|
||||
<box id="bxObjHeader" autostretch="never">
|
||||
<vbox id="bxObjectPane" flex="1">
|
||||
<hbox id="bxObjHeader" autostretch="never">
|
||||
<menubutton class="viewer-list" ins-role="viewer-list" disabled="true"/>
|
||||
<text class="viewer-title" ins-role="viewer-title" flex="1"/>
|
||||
<menubutton class="viewer-menu" ins-role="viewer-menu" disabled="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<iframe id="ifObjViewer" class="viewer-iframe" flex="1" ins-role="viewer-iframe"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</window>
|
||||
|
@ -3,9 +3,9 @@
|
||||
<overlay id="ovStatusbar"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<box id="bxStatus">
|
||||
<hbox id="bxStatus">
|
||||
<progressmeter id="pmStatus" mode="normal" value="0"/>
|
||||
<text id="txStatus" value="Ready"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</overlay>
|
||||
|
@ -79,4 +79,4 @@
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
|
||||
|
@ -51,17 +51,17 @@
|
||||
|
||||
<toolbar id="tbInspectorPrimary">
|
||||
|
||||
<box id="bxURLBar" flex="1" autostretch="never" valign="middle">
|
||||
<hbox id="bxURLBar" flex="1" autostretch="never" valign="middle">
|
||||
<text id="txDocument" class="toolbar-header1" value="&txDocument.label;"/>
|
||||
<box id="bxURLBarContainer" flex="1">
|
||||
<box autostretch="never" valign="middle" flex="1">
|
||||
<hbox id="bxURLBarContainer" flex="1">
|
||||
<hbox autostretch="never" valign="middle" flex="1">
|
||||
<image id="imgURLBarIcon"/>
|
||||
|
||||
<textbox
|
||||
id="tfURLBar" class="plain" flex="1"
|
||||
observes="cmdGotoURL"
|
||||
tooltip="PPTooltip" tooltiptext="Enter a URL to inspect"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<menubutton id="mbHistory" class="menubutton-icon">
|
||||
|
||||
@ -87,10 +87,10 @@
|
||||
</menupopup>
|
||||
|
||||
</menubutton>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<button class="button-toolbar-3" label="&btnInspect.label;" observes="cmdGotoURL"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</toolbar>
|
||||
|
||||
|
@ -8,13 +8,13 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<spring flex="1"/>
|
||||
<box id="bxOuter" orient="horizontal" flex="1">
|
||||
<hbox id="bxOuter" flex="1">
|
||||
<spring flex="1"/>
|
||||
<box id="bxCenter" autostretch="never"/>
|
||||
<hbox id="bxCenter" autostretch="never"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring flex="1"/>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/inTreeTableBuilder.js"/>
|
||||
<script type="application/x-javascript" src="chrome://inspector/content/jsutil/xul/DNDUtils.js"/>
|
||||
|
||||
<box id="bxColumns" flex="1" orient="vertical"
|
||||
<vbox id="bxColumns" flex="1"
|
||||
ondragdrop="dialog.onDragDropIn(event);"
|
||||
ondraggesture="dialog.onDragGesture(event);"/>
|
||||
</window>
|
||||
|
@ -27,4 +27,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
<key id="kClose" keycode="VK_ESCAPE" observes="cmdClose"/>
|
||||
</keyset>
|
||||
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
@ -41,27 +41,27 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<box orient="horizontal" autostretch="never" style="vertical-align: top">
|
||||
<titledbox id="tbxType">
|
||||
<hbox autostretch="never" style="vertical-align: top">
|
||||
<groupbox id="tbxType">
|
||||
<label value="Search By"/>
|
||||
<radiogroup id="rgType" orient="vertical">
|
||||
<radio id="rdType_id" label="ID" oncommand="dialog.toggleType('id')"/>
|
||||
<radio id="rdType_tag" label="Tag" oncommand="dialog.toggleType('tag')"/>
|
||||
<radio id="rdType_attr" label="Attribute" oncommand="dialog.toggleType('attr')"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
<titledbox id="tbxDirection" hide="true">
|
||||
</groupbox>
|
||||
<groupbox id="tbxDirection" hide="true">
|
||||
<label value="Direction"/>
|
||||
<radiogroup id="rgDirection" orient="horizontal">
|
||||
<radio id="rdDir_up" label="Up"/>
|
||||
<radio id="rdDir_down" label="Down"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</box>
|
||||
</box>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<button label="Find" observes="cmdFind" default="true"/>
|
||||
<button label="Close" observes="cmdClose"/>
|
||||
</box>
|
||||
</vbox>
|
||||
</window>
|
||||
|
@ -12,4 +12,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -69,4 +69,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -10,4 +10,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -13,4 +13,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
<!--============================= CONTENT ============================== -->
|
||||
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<tree id="trStyleRules"
|
||||
flex="1" context="ppStyleRuleContext"
|
||||
onselect="viewer.onRuleSelect()"
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<treechildren flex="1"/>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<splitter orient="horizontal" collapse="after">
|
||||
<grippy/>
|
||||
|
@ -35,7 +35,7 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical" onload="onLoad();" onunload="onUnload();"
|
||||
orient="vertical" onload="onLoad();" onunload="onUnload();"
|
||||
onclose="return onClose();"
|
||||
persist="width height" windowtype="irc:chatzilla">
|
||||
|
||||
@ -199,7 +199,7 @@
|
||||
|
||||
</vbox> <!-- user-list-box -->
|
||||
|
||||
<splitter id="main-splitter" align="vertical" collapse="before"
|
||||
<splitter id="main-splitter" orient="vertical" collapse="before"
|
||||
persist="collapsed left">
|
||||
<grippy/>
|
||||
</splitter>
|
||||
|
@ -26,14 +26,14 @@
|
||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="dialog"
|
||||
align="vertical" title="&window.title;"
|
||||
orient="vertical" title="&window.title;"
|
||||
onload="if( parent.handle ) parent.handle.onpageload( 'pref-irc' ); else parent.queuedTag = 'pref-irc';">
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<hbox class="header">
|
||||
<button class="left-header-text" label="&lHeader;"/>
|
||||
<spring class="header-spring" flex="1"/>
|
||||
<button class="right-header-text" label="&rHeader;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<html:fieldset style="width: 100%;">
|
||||
|
||||
|
@ -35,7 +35,7 @@ resource:///irc/tests/test3.xul
|
||||
|
||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical" onload="onLoad();" onunload="onUnload();">
|
||||
orient="vertical" onload="onLoad();" onunload="onUnload();">
|
||||
|
||||
<html:script src="resource:///irc/js/lib/utils.js"/>
|
||||
<html:script src="resource:///irc/js/lib/connection-xpcom.js"/>
|
||||
@ -98,21 +98,21 @@ resource:///irc/tests/test3.xul
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
<box id="outer-box" align="vertical" flex="1">
|
||||
<box id="inner-box" align="horizontal" flex="1">
|
||||
<vbox id="outer-box" flex="1">
|
||||
<hbox id="inner-box" flex="1">
|
||||
<html:div id="quickList" class="quick-list" flex="0" width="150px">
|
||||
</html:div>
|
||||
<splitter id="main-splitter" align="vertical" collapse="before"/>
|
||||
<box align="vertical" flex="1">
|
||||
<splitter id="main-splitter" orient="vertical" collapse="before"/>
|
||||
<vbox flex="1">
|
||||
<html:iframe id="it-doesnt-matter-anyway" class="output-container"
|
||||
src="about:blank" flex="1"/>
|
||||
<!--
|
||||
<html:textarea id="input" class="input-window"/>
|
||||
-->
|
||||
<html:input type="text" id="input" class="input-window"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<toolbox>
|
||||
<toolbar id="status-bar">
|
||||
|
@ -38,15 +38,15 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PBadPrivacyInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/P3PBadPrivacyInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&badpolicy.text;"/>
|
||||
|
||||
<separator/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree id="privacyTree" flex="1" datasources="rdf:null" ref="NC:P3PPolicyRoot"
|
||||
containment="http://home.netscape.com/NC-rdf#P3PEntries">
|
||||
|
||||
@ -115,13 +115,13 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="ok" value="&okButton.label;" default="true" align="center" onclick="doOKButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -36,10 +36,10 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PInProgressInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/P3PInProgressInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&inprogress1.text;"/>
|
||||
<text class="header" value="&inprogress2.text;"/>
|
||||
@ -50,11 +50,11 @@
|
||||
|
||||
<separator/>
|
||||
<spring flex="1"/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="refresh" value="&refreshButton.label;" onclick="doRefreshButton()"/>
|
||||
<button id="cancel" value="&cancelButton.label;" onclick="doCancelButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -36,15 +36,15 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PNoPrivacyInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/P3PNoPrivacyInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&nopolicy.text;"/>
|
||||
|
||||
<separator/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree id="privacyTree" flex="1" datasources="rdf:null" ref="NC:P3PPolicyRoot"
|
||||
containment="http://home.netscape.com/NC-rdf#P3PEntries">
|
||||
|
||||
@ -113,14 +113,14 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
<spring flex="1"/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="ok" value="&okButton.label;" default="true" align="center" onclick="doOKButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -38,15 +38,15 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PPartialPrivacyInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/P3PPartialPrivacyInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&partialpolicy.text;"/>
|
||||
|
||||
<separator/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree id="privacyTree" flex="1" datasources="rdf:null" ref="NC:P3PPolicyRoot"
|
||||
containment="http://home.netscape.com/NC-rdf#P3PEntries">
|
||||
|
||||
@ -115,13 +115,13 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="ok" value="&okButton.label;" default="true" align="center" onclick="doOKButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -38,15 +38,15 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PPrivacyMetInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/P3PPrivacyMetInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&policymet.text;"/>
|
||||
|
||||
<separator/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree id="privacyTree" flex="1" datasources="rdf:null" ref="NC:P3PPolicyRoot"
|
||||
containment="http://home.netscape.com/NC-rdf#P3PEntries">
|
||||
|
||||
@ -115,13 +115,13 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="ok" value="&okButton.label;" default="true" align="center" onclick="doOKButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -38,15 +38,15 @@
|
||||
title="&privacyInfo.title;"
|
||||
onload="Init()">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/P3PPrivacyNotMetInfo.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/P3PPrivacyNotMetInfo.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
<hbox class="box-smallheader" title="&privacyinfo.header;"/>
|
||||
|
||||
<text class="header" value="&policynotmet.text;"/>
|
||||
|
||||
<separator/>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree id="privacyTree" flex="1" datasources="rdf:null" ref="NC:P3PPolicyRoot"
|
||||
containment="http://home.netscape.com/NC-rdf#P3PEntries">
|
||||
|
||||
@ -115,13 +115,13 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
<box align="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<spring flex="1"/>
|
||||
<button id="ok" value="&okButton.label;" default="true" align="center" onclick="doOKButton()"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -33,14 +33,14 @@
|
||||
orient="vertical"
|
||||
onload="Init();">
|
||||
|
||||
<html:script language="JavaScript" src="chrome://global/content/strres.js" />
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/pref/pref-P3P.js"/>
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/pref/pref-P3Pcust.js"/>
|
||||
<html:script language="JavaScript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/pref/pref-P3P.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/pref/pref-P3Pcust.js"/>
|
||||
<html:script type="application/x-javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
|
||||
<box id="insertboxhere" orient="vertical" flex="1"/>
|
||||
<vbox id="insertboxhere" flex="1"/>
|
||||
|
||||
<separator class="groove"/>
|
||||
<box id="okCancelButtons"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
|
||||
</window>
|
||||
|
@ -29,7 +29,7 @@
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script language="JavaScript" src="chrome://communicator/content/privacyUI.js" />
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/privacyUI.js" />
|
||||
|
||||
<statusbarpanel id="privacy-button" onclick="displayPrivacyInfo()" tooltip="aTooltip"/>
|
||||
|
||||
|
@ -27,12 +27,12 @@
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="loaderstuff()"
|
||||
align="vertical">
|
||||
<script type="text/javascript" src="DiffDOM.js" />
|
||||
<script type="text/javascript" src="txTools.js" />
|
||||
<script type="text/javascript" src="xulTxTools.js" />
|
||||
<script type="text/javascript" src="DumpDOM.js" />
|
||||
<box align="horizontal">
|
||||
orient="vertical">
|
||||
<script type="application/x-javascript" src="DiffDOM.js" />
|
||||
<script type="application/x-javascript" src="txTools.js" />
|
||||
<script type="application/x-javascript" src="xulTxTools.js" />
|
||||
<script type="application/x-javascript" src="DumpDOM.js" />
|
||||
<hbox>
|
||||
<button label="load tests" oncommand="refresh_xalan()" />
|
||||
<button label="check all" oncommand="check(true)" />
|
||||
<button label="uncheck all" oncommand="check(false)" />
|
||||
@ -40,14 +40,14 @@
|
||||
<button label="hide checked" oncommand="hide_checked(true)" />
|
||||
<button label="hide unchecked" oncommand="hide_checked(false)" />
|
||||
<button label="run checked tests" oncommand="dump_checked()" />
|
||||
</box>
|
||||
<box align="horizontal">
|
||||
</hbox>
|
||||
<hbox>
|
||||
<text value="Xalan base directory: " class="head" />
|
||||
<textbox id="xalan_base" persist="value"/>
|
||||
<button label="browse..." oncommand="browse_base_dir()" />
|
||||
</box>
|
||||
<box align="horizontal">
|
||||
<titledbox align="horizontal"><label value="search" />
|
||||
</hbox>
|
||||
<hbox>
|
||||
<groupbox orient="horizontal"><label value="search" />
|
||||
<button label="Search for " oncommand="select()"/>
|
||||
<textbox style="width: 10em;" id="search-name" persist="value" /><text value=" in " />
|
||||
<menulist id="search-field" persist="data">
|
||||
@ -57,14 +57,14 @@
|
||||
<menuitem value="3" label="Comment" />
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</titledbox>
|
||||
<spring flex="1" /></box>
|
||||
<box align="horizontal"><titledbox align="horizontal"><label value="stats" />
|
||||
</groupbox>
|
||||
<spring flex="1" /></hbox>
|
||||
<hbox><groupbox orient="horizontal"><label value="stats" />
|
||||
<text value="tests run: "/><text id="tests_run" value="0" />
|
||||
<text value=" tests passed: "/><text id="tests_passed" value="0"/>
|
||||
<text value=" tests failed: "/><text id="tests_failed" value="0"/>
|
||||
</titledbox>
|
||||
<spring flex="1" /></box>
|
||||
</groupbox>
|
||||
<spring flex="1" /></hbox>
|
||||
|
||||
<outliner id="out" flex="1">
|
||||
<outlinercol id="name" label="Name" flex="1"/>
|
||||
|
@ -34,19 +34,19 @@
|
||||
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical" onload="onLoadTransformiix();">
|
||||
orient="vertical" onload="onLoadTransformiix();">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://Transformiix/content/transformiix.js"/>
|
||||
<script type="application/x-javascript" src="resource:/res/samples/DumpDOM.js"/>
|
||||
|
||||
<box id="tool-box" flex="1" align="horizontal">
|
||||
</box>
|
||||
<box flex="10" align="horizontal">
|
||||
<box flex="50" align="vertical">
|
||||
<iframe id="xml-source" class="doc-container" align="horizontal" src="about:blank" flex="1"/>
|
||||
<iframe id="xsl-source" class="doc-container" align="horizontal" src="about:blank" flex="1"/>
|
||||
</box>
|
||||
<iframe id="result-doc" class="doc-container" align="vertical" src="about:blank" flex="50"/>
|
||||
</box>
|
||||
<hbox id="tool-box" flex="1">
|
||||
</hbox>
|
||||
<hbox flex="10">
|
||||
<vbox flex="50">
|
||||
<iframe id="xml-source" class="doc-container" orient="horizontal" src="about:blank" flex="1"/>
|
||||
<iframe id="xsl-source" class="doc-container" orient="horizontal" src="about:blank" flex="1"/>
|
||||
</vbox>
|
||||
<iframe id="result-doc" class="doc-container" orient="vertical" src="about:blank" flex="50"/>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<window
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
id="main-window" align="vertical" onclose="onClose();">
|
||||
id="main-window" orient="vertical" onclose="onClose();">
|
||||
|
||||
<script>
|
||||
<![CDATA[
|
||||
|
@ -44,7 +44,7 @@
|
||||
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
|
||||
|
||||
<window id="main-window" align="vertical"
|
||||
<window id="main-window" orient="vertical"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="console.onLoad();" onunload="return console.onUnload();"
|
||||
|
@ -80,4 +80,4 @@
|
||||
</tree>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
|
@ -7,13 +7,13 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
orient="vertical">
|
||||
|
||||
<box moz-vixen="true" orient="vertical" flex="1">
|
||||
<box><text value="Foopy" style="border: 1px solid green"/><spring flex="1"/></box>
|
||||
<box><text value="Noopy" style="border: 1px solid green"/><spring flex="1"/></box>
|
||||
</box>
|
||||
<box moz-vixen="true" orient="vertical">
|
||||
<box><text value="Foopy 2" style="border: 1px solid green"/><spring flex="1"/></box>
|
||||
<box><text value="Noopy 2" style="border: 1px solid green"/><spring flex="1"/></box>
|
||||
</box>
|
||||
<vbox moz-vixen="true" flex="1">
|
||||
<hbox><text value="Foopy" style="border: 1px solid green"/><spring flex="1"/></hbox>
|
||||
<hbox><text value="Noopy" style="border: 1px solid green"/><spring flex="1"/></hbox>
|
||||
</hbox>
|
||||
<vbox moz-vixen="true">
|
||||
<hbox><text value="Foopy 2" style="border: 1px solid green"/><spring flex="1"/></hbox>
|
||||
<hbox><text value="Noopy 2" style="border: 1px solid green"/><spring flex="1"/></hbox>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
</window>
|
||||
|
@ -5,4 +5,4 @@
|
||||
<window id="scratch" orient="vertical" class="dialog" title="Untitled1"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
</window>
|
||||
</window>
|
||||
|
@ -30,4 +30,4 @@
|
||||
<iframe id="vfdDocument" name="vfdDocument" src="about:blank" style="width:0px;" flex="1"/>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
|
@ -33,12 +33,12 @@
|
||||
|
||||
<tabbox id="scratchView" flex="1" orient="vertical">
|
||||
<tabpanels flex="1">
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<iframe name="vfView" id="vfView" flex="1"
|
||||
style="overflow: auto;"
|
||||
src="chrome://vixen/content/vfdScratchDocument.xul"/>
|
||||
</box>
|
||||
<box orient="vertical">
|
||||
</vbox>
|
||||
<vbox>
|
||||
<tree id="domTree" style="height: 0px; width: 0px;" flex="1">
|
||||
<treehead>
|
||||
<treerow>
|
||||
@ -60,15 +60,15 @@
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
</tree>
|
||||
<box>
|
||||
<hbox>
|
||||
<button class="button-toolbar" label="Insert Node"/>
|
||||
<button class="button-toolbar" label="Remove Node"/>
|
||||
<toolbarseparator/>
|
||||
<button class="button-toolbar" label="Add Attribute"/>
|
||||
<button class="button-toolbar" label="Remove Attribute"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</tabpanels>
|
||||
<tabs>
|
||||
<tab label="Designer"/>
|
||||
|
@ -32,4 +32,4 @@
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
|
||||
|
@ -22,4 +22,4 @@
|
||||
|
||||
</overlay>
|
||||
|
||||
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
<tab id="imagesTab" hidden="true" label="&tab.bannedimages.label;"/>
|
||||
</tabs>
|
||||
<tabpanels id="panel" flex="1">
|
||||
<box class="tabpanel" id="system" flex="1" orient="vertical">
|
||||
<vbox class="tabpanel" id="system" flex="1">
|
||||
<text class="label" value="&div.cookiesonsystem.label;"/>
|
||||
<separator class="thin"/>
|
||||
<tree id="cookietree" class="inset" style="height: 10em;"
|
||||
@ -76,7 +76,7 @@
|
||||
</treehead>
|
||||
<treechildren id="cookieList" flex="1"/>
|
||||
</tree>
|
||||
<titledbox>
|
||||
<groupbox>
|
||||
<label value="&treehead.infoselected.label;"/>
|
||||
<!-- labels -->
|
||||
<grid flex="1">
|
||||
@ -111,8 +111,8 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
<box>
|
||||
</groupbox>
|
||||
<hbox>
|
||||
<button id="removeCookies" class="dialog push" disabled="true"
|
||||
label="&button.removecookie.label;"
|
||||
oncommand="DeleteCookieSelected();"/>
|
||||
@ -120,14 +120,14 @@
|
||||
label="&button.removeallcookies.label;"
|
||||
oncommand="DeleteAllCookies();"/>
|
||||
<!-- todo: <button id="restoreCookies" class="dialog push" disabled="true" label="&button.restorecookie.label;" oncommand="RestoreCookies();"/> -->
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="checkbox" label="&checkbox.label;" />
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<box class="tabpanel" id="servers" flex="1" orient="vertical">
|
||||
<vbox class="tabpanel" id="servers" flex="1">
|
||||
<text class="label" value="&div.bannedservers.label;"/>
|
||||
<separator class="thin"/>
|
||||
<tree id="cookiepermissionstree" class="inset" flex="1"
|
||||
@ -150,17 +150,17 @@
|
||||
</treehead>
|
||||
<treechildren flex="1" id="cookiePermList"/>
|
||||
</tree>
|
||||
<box>
|
||||
<hbox>
|
||||
<button id="removePermissions" class="dialog push" disabled="true"
|
||||
label="&removepermission.label;"
|
||||
oncommand="DeleteCookiePermissionSelected();"/>
|
||||
<button id="removeAllPermissions" class="dialog push"
|
||||
label="&removeallpermissions.label;"
|
||||
oncommand="DeleteAllCookiePermissions();"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<box class="tabpanel" id="images" hidden="true" flex="1" orient="vertical">
|
||||
<vbox class="tabpanel" id="images" hidden="true" flex="1">
|
||||
<text class="label" value="&div.bannedimages.label;"/>
|
||||
<separator class="thin"/>
|
||||
<tree id="imagepermissionstree" class="inset" flex="1" style="height: 0px;"
|
||||
@ -183,20 +183,20 @@
|
||||
</treehead>
|
||||
<treechildren flex="1" id="imagePermList"/>
|
||||
</tree>
|
||||
<box>
|
||||
<hbox>
|
||||
<button id="removeImages" class="dialog push" disabled="true"
|
||||
label="&removeimage.label;"
|
||||
oncommand="DeleteImagePermissionSelected();"/>
|
||||
<button id="removeAllImages" class="dialog push"
|
||||
label="&removeallimages.label;"
|
||||
oncommand="DeleteAllImagePermissions();"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
@ -1 +1 @@
|
||||
Dummy placeholder until these directories are hooked up correctly.
|
||||
Dummy placeholder until these directories are hooked up correctly.
|
||||
|
@ -47,7 +47,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&address.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
|
||||
<row>
|
||||
<html>&addressZipcode.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<menulist id="postalcode.prefix" editable="true" autoSelectMenuitem="false" flex="55%" width="0"
|
||||
onchange="Append(this)">
|
||||
<menupopup>
|
||||
@ -124,7 +124,7 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -162,6 +162,6 @@
|
||||
|
||||
</grid>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -63,7 +63,7 @@
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatPrimary.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
<columns>
|
||||
@ -194,9 +194,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatShipping.title;"/>
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -327,9 +327,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatBilling.title;"/>
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -460,9 +460,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatOther.title;"/>label
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -513,6 +513,6 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&credit.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
|
||||
<row>
|
||||
<html>&creditExpires.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<html>&creditExpiresMonth.label;</html>
|
||||
<menulist id="card.expdate.month" editable="true" autoSelectMenuitem="false" flex="40%" width="0"
|
||||
onchange="Append(this)">
|
||||
@ -94,7 +94,7 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -109,6 +109,6 @@
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -40,14 +40,14 @@
|
||||
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<box id="system" flex="100%" orient="vertical">
|
||||
<vbox id="system" flex="100%">
|
||||
<spring style="height: 7px;"/>
|
||||
<text class="label" value="&div.walletdataonsystem.label;"/>
|
||||
<separator orient="horizontal" class="groove"/>
|
||||
<spring style="height: 10px;"/>
|
||||
<box id="system1" flex="100%" orient="horizontal">
|
||||
<hbox id="system1" flex="100%">
|
||||
<spring style="width: 7px;"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<text class="label" value="&treehead.schemaname.label;"/>
|
||||
<tree multiple="true" id="schematree" class="inset"
|
||||
style="height: 250px;" orient="vertical" onclick="ViewEntries();">
|
||||
@ -56,13 +56,13 @@
|
||||
</treecolgroup>
|
||||
<treechildren id="schemalist" flex="1"/>
|
||||
</tree>
|
||||
<box orient="horizontal">
|
||||
<hbox>
|
||||
<button id="removeSchema" class="dialog push" disabled="true" label="&button.remove.label;" oncommand="DeleteSchema();"/>
|
||||
<button id="addSchema" class="dialog push" disabled="false" label="&button.addschema.label;" oncommand="AddSchema();"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<spring style="width: 7px;"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<text class="label" id="entrytext" value2="&treehead.entries.label;" value3="&treehead.entries1.label;"/>
|
||||
<tree multiple="true" id="entrytree" class="inset"
|
||||
style="height: 113px;" orient="vertical" onclick="ViewSynonyms();">
|
||||
@ -80,27 +80,27 @@
|
||||
</treecolgroup>
|
||||
<treechildren flex="1" id="synonymslist"/>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
<spring style="width: 7px;"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<spring style="height: 15px;"/>
|
||||
<button id="removeEntry" class="dialog push" disabled="true" label="&button.remove.label;" oncommand="DeleteEntry();"/>
|
||||
<button id="addEntry" class="dialog push" disabled="false" label="&button.addentry.label;" oncommand="AddEntry();"/>
|
||||
<spring style="height: 93px;"/>
|
||||
<button id="removeSynonym" class="dialog push" disabled="true" label="&button.remove.label;" oncommand="DeleteSynonym();"/>
|
||||
<button id="addSynonym" class="dialog push" disabled="false" label="&button.addsynonym.label;" oncommand="AddSynonym();"/>
|
||||
</box>
|
||||
</vbox>
|
||||
<spring style="width: 7px;"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<separator orient="horizontal" class="groove"/>
|
||||
|
||||
<!-- from dialogOverlay.xul -->
|
||||
<spring style="height: 5px;"/>
|
||||
<box orient="horizontal">
|
||||
<hbox>
|
||||
<spring flex="100%"/>
|
||||
<box id="okCancelButtons"/>
|
||||
</box>
|
||||
<hbox id="okCancelButtons"/>
|
||||
</hbox>
|
||||
<spring style="height: 5px;"/>
|
||||
|
||||
</window>
|
||||
|
@ -45,7 +45,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&employ.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -89,6 +89,6 @@
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&misc.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
<row>
|
||||
<html>&miscSS.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<menulist id="socsec.prefix" editable="true" autoSelectMenuitem="false" flex="33%" width="0"
|
||||
onchange="Append(this)">
|
||||
<menupopup>
|
||||
@ -82,12 +82,12 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<html>&miscLicense.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<menulist id="license.number" editable="true" autoSelectMenuitem="false" flex="70" width="0"
|
||||
onchange="Append(this)">
|
||||
<menupopup>
|
||||
@ -102,7 +102,7 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
<row>
|
||||
<html>&miscBirthday.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<html>&miscBirthdayMonth.label;</html>
|
||||
<menulist id="bdate.month" editable="true" autoSelectMenuitem="false" flex="40%" width="0"
|
||||
onchange="Append(this)">
|
||||
@ -139,12 +139,12 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<html>&miscAnniv.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<html>&miscAnnivMonth.label;</html>
|
||||
<menulist id="anniv.month" editable="true" autoSelectMenuitem="false" flex="40%" width="0"
|
||||
onchange="Append(this)">
|
||||
@ -166,12 +166,12 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&name.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -111,6 +111,6 @@
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&phone.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -209,6 +209,6 @@
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -85,7 +85,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" orient="vertical">
|
||||
<groupbox class="tabpanel" autostretch="never" orient="vertical">
|
||||
<label value="&urlspecific.title;"/>
|
||||
|
||||
<grid class="indent">
|
||||
@ -103,7 +103,7 @@
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<box style="overflow: auto; height: 335px; width: 350px;">
|
||||
<hbox style="overflow: auto; height: 335px; width: 350px;">
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
<column width="115"/>
|
||||
@ -113,7 +113,7 @@
|
||||
<rows id="rows">
|
||||
</rows>
|
||||
</grid>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
</window>
|
||||
|
@ -48,7 +48,7 @@
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<!-- tree sidebar -->
|
||||
<tree class="inset" id="panelTree" style="width: 0px" flex="3"/>
|
||||
|
||||
@ -59,10 +59,10 @@
|
||||
document.getElementById("panelFrame").setAttribute("tag", "" );
|
||||
]]>
|
||||
</script>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
|
||||
<box id="okCancelButtonsRight" />
|
||||
<hbox id="okCancelButtonsRight" />
|
||||
|
||||
</window>
|
||||
|
@ -66,10 +66,10 @@
|
||||
|
||||
<!-- from dialogOverlay.xul -->
|
||||
<spring style="height: 5px;"/>
|
||||
<box orient="horizontal">
|
||||
<hbox>
|
||||
<spring flex="100%"/>
|
||||
<button class="right dialog" id="ok" label="&ok;" default="true" oncommand="doOKButton();"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring style="height: 5px;"/>
|
||||
|
||||
</window>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&address.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
|
||||
<row>
|
||||
<html>&addressZipcode.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<menulist id="postalcode.prefix" editable="true" autoSelectMenuitem="false" flex="55%" width="0"
|
||||
onchange="Append(this)">
|
||||
<menupopup>
|
||||
@ -124,7 +124,7 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -162,6 +162,6 @@
|
||||
|
||||
</grid>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -63,7 +63,7 @@
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatPrimary.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
<columns>
|
||||
@ -194,9 +194,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatShipping.title;"/>
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -327,9 +327,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatBilling.title;"/>
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -460,9 +460,9 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<groupbox class="tabpanel" autostretch="never" hidden="true">
|
||||
<label value="&concatOther.title;"/>label
|
||||
<grid class="indent">
|
||||
<columns>
|
||||
@ -513,6 +513,6 @@
|
||||
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/wallet/WalletViewer.js"/>
|
||||
|
||||
<titledbox class="tabpanel" autostretch="never">
|
||||
<groupbox class="tabpanel" autostretch="never">
|
||||
<label value="&credit.title;"/>
|
||||
<grid class="indent" flex="1">
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
|
||||
<row>
|
||||
<html>&creditExpires.label;</html>
|
||||
<box>
|
||||
<hbox>
|
||||
<html>&creditExpiresMonth.label;</html>
|
||||
<menulist id="card.expdate.month" editable="true" autoSelectMenuitem="false" flex="40%" width="0"
|
||||
onchange="Append(this)">
|
||||
@ -94,7 +94,7 @@
|
||||
<menuitem label="" len="0"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -109,6 +109,6 @@
|
||||
</rows>
|
||||
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
@ -1 +1 @@
|
||||
Dummy placeholder until these directories are hooked up correctly.
|
||||
Dummy placeholder until these directories are hooked up correctly.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user